#A19C4F

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

Shades of Husk #A19C4F

Tints of Husk #A19C4F

Color information

#A19C4F (or 0xA19C4F) is unknown color: approx Husk. HEX triplet: A1, 9C and 4F. RGB value is (161,156,79). Sum of RGB (Red+Green+Blue) = 161+156+79=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C4F is #5E63B0. Grayscale: #959595. Windows color (decimal): -6185905 or 5217441. OLE color: 5217441.

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

Color convert

RGB16115679-
CMYK00.030.510.37
HSL56.34º34.17%47.06%-
HSV(B)56.34º50.93%63.14%-
XYZ2831.9212.08-
YUV148.7288.66136.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=40.66%
G=39.39%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611567900.030.510.3756.3434.1747.06
HexA19C4F03332538222f
Octal241234117036345704257
Binary10100001100111001001111011110011100101111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C4F; }

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

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

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

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

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

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

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

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