#A19F4F

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

Shades of Husk #A19F4F

Tints of Husk #A19F4F

Color information

#A19F4F (or 0xA19F4F) is unknown color: approx Husk. HEX triplet: A1, 9F and 4F. RGB value is (161,159,79). Sum of RGB (Red+Green+Blue) = 161+159+79=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F4F is #5E60B0. Grayscale: #969696. Windows color (decimal): -6185137 or 5218209. OLE color: 5218209.

HSL color Cylindrical-coordinate representation of color #A19F4F: hue angle of 58.54º 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 #A19F4F is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16115979-
CMYK00.010.510.37
HSL58.54º34.17%47.06%-
HSV(B)58.54º50.93%63.14%-
XYZ28.5132.9412.25-
YUV150.4887.66135.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=40.35%
G=39.85%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611597900.010.510.3758.5434.1747.06
HexA19F4F0133253b222f
Octal241237117016345734257
Binary1010000110011111100111101110011100101111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F4F; }

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

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

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

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

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

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

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

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