#A1964A

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

Shades of Husk #A1964A

Tints of Husk #A1964A

Color information

#A1964A (or 0xA1964A) is unknown color: approx Husk. HEX triplet: A1, 96 and 4A. RGB value is (161,150,74). Sum of RGB (Red+Green+Blue) = 161+150+74=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1964A is #5E69B5. Grayscale: #909090. Windows color (decimal): -6187446 or 4888225. OLE color: 4888225.

HSL color Cylindrical-coordinate representation of color #A1964A: hue angle of 52.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1964A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16115074-
CMYK00.070.540.37
HSL52.41º37.02%46.08%-
HSV(B)52.41º54.04%63.14%-
XYZ26.8429.8810.83-
YUV144.6288.14139.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=41.82%
G=38.96%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611507400.070.540.3752.4137.0246.08
HexA1964A07362534252e
Octal241226112076645644556
Binary101000011001011010010100111110110100101110100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1964A; }

 p { color: rgb(161,150,74); }

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

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

 a { background-color: rgb(161,150,74); }

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

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

 span { border-color: rgb(161,150,74); }

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