#A1965A

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

Shades of Husk #A1965A

Tints of Husk #A1965A

Color information

#A1965A (or 0xA1965A) is unknown color: approx Husk. HEX triplet: A1, 96 and 5A. RGB value is (161,150,90). Sum of RGB (Red+Green+Blue) = 161+150+90=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1965A is #5E69A5. Grayscale: #929292. Windows color (decimal): -6187430 or 5936801. OLE color: 5936801.

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

Color convert

RGB16115090-
CMYK00.070.440.37
HSL50.7º28.29%49.22%-
HSV(B)50.7º44.1%63.14%-
XYZ27.4530.1314.04-
YUV146.4596.14138.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=40.15%
G=37.41%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611509000.070.440.3750.728.2949.22
HexA1965A072C25331c31
Octal241226132075445633461
Binary10100001100101101011010011110110010010111001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1965A; }

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

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

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

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

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

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

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

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