#A19A51

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

Shades of Husk #A19A51

Tints of Husk #A19A51

Color information

#A19A51 (or 0xA19A51) is unknown color: approx Husk. HEX triplet: A1, 9A and 51. RGB value is (161,154,81). Sum of RGB (Red+Green+Blue) = 161+154+81=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A51 is #5E65AE. Grayscale: #949494. Windows color (decimal): -6186415 or 5348001. OLE color: 5348001.

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

Color convert

RGB16115481-
CMYK00.040.500.37
HSL54.75º33.06%47.45%-
HSV(B)54.75º49.69%63.14%-
XYZ27.7431.2812.36-
YUV147.7790.32137.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 81 (32.03% from 255) = 20.45%
R=40.66%
G=38.89%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611548100.040.500.3754.7533.0647.45
HexA19A5104322537212f
Octal241232121046245674157
Binary101000011001101010100010100110010100101110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A51; }

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

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

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

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

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

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

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

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