#A19A4F

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

Shades of Husk #A19A4F

Tints of Husk #A19A4F

Color information

#A19A4F (or 0xA19A4F) is unknown color: approx Husk. HEX triplet: A1, 9A and 4F. RGB value is (161,154,79). Sum of RGB (Red+Green+Blue) = 161+154+79=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A4F is #5E65B0. Grayscale: #939393. Windows color (decimal): -6186417 or 5216929. OLE color: 5216929.

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

Color convert

RGB16115479-
CMYK00.040.510.37
HSL54.88º34.17%47.06%-
HSV(B)54.88º50.93%63.14%-
XYZ27.6631.2511.97-
YUV147.5489.32137.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=40.86%
G=39.09%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611547900.040.510.3754.8834.1747.06
HexA19A4F04332537222f
Octal241232117046345674257
Binary101000011001101010011110100110011100101110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A4F; }

 p { color: rgb(161,154,79); }

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

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

 a { background-color: rgb(161,154,79); }

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

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

 span { border-color: rgb(161,154,79); }

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