#A19754

Color #A19754 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A19754

Tints of Husk #A19754

Color information

#A19754 (or 0xA19754) is unknown color: approx Husk. HEX triplet: A1, 97 and 54. RGB value is (161,151,84). Sum of RGB (Red+Green+Blue) = 161+151+84=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19754 is #5E68AB. Grayscale: #929292. Windows color (decimal): -6187180 or 5543841. OLE color: 5543841.

HSL color Cylindrical-coordinate representation of color #A19754: hue angle of 52.21º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19754 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16115184-
CMYK00.060.480.37
HSL52.21º31.43%48.04%-
HSV(B)52.21º47.83%63.14%-
XYZ27.3630.3512.8-
YUV146.3592.81138.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=40.66%
G=38.13%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611518400.060.480.3752.2131.4348.04
HexA19754063025341f30
Octal241227124066045643760
Binary10100001100101111010100011011000010010111010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19754; }

 p { color: rgb(161,151,84); }

 H1.HeaderClassName
 {
   color: #A19754;
 }
 .AnyTagClassName
 {
   color: #A19754;
 }
</style>
background-color css

<style>
 a { background-color: #A19754; }

 a { background-color: rgb(161,151,84); }

 div.DivClassName
 {
   background-color: #A19754;
 }
 .BgClassName
 {
   background-color: #A19754;
 }
</style>
border-color css

<style>
 span { border-color: #A19754; }

 span { border-color: rgb(161,151,84); }

 td.TdClassName
 {
   border-color: #A19754;
 }
 .TagClassName
 {
   border-color: #A19754;
 }
</style>