#A19B4D

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

Shades of Husk #A19B4D

Tints of Husk #A19B4D

Color information

#A19B4D (or 0xA19B4D) is unknown color: approx Husk. HEX triplet: A1, 9B and 4D. RGB value is (161,155,77). Sum of RGB (Red+Green+Blue) = 161+155+77=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B4D is #5E64B2. Grayscale: #949494. Windows color (decimal): -6186163 or 5086113. OLE color: 5086113.

HSL color Cylindrical-coordinate representation of color #A19B4D: hue angle of 55.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A19B4D is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16115577-
CMYK00.040.520.37
HSL55.71º35.29%46.67%-
HSV(B)55.71º52.17%63.14%-
XYZ27.7631.5611.65-
YUV147.987.99137.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=40.97%
G=39.44%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611557700.040.520.3755.7135.2946.67
HexA19B4D04342538232f
Octal241233115046445704357
Binary101000011001101110011010100110100100101111000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19B4D; }

 p { color: rgb(161,155,77); }

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

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

 a { background-color: rgb(161,155,77); }

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

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

 span { border-color: rgb(161,155,77); }

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