#A2995B

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

Shades of Husk #A2995B

Tints of Husk #A2995B

Color information

#A2995B (or 0xA2995B) is unknown color: approx Husk. HEX triplet: A2, 99 and 5B. RGB value is (162,153,91). Sum of RGB (Red+Green+Blue) = 162+153+91=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2995B is #5D66A4. Grayscale: #949494. Windows color (decimal): -6121125 or 6003106. OLE color: 6003106.

HSL color Cylindrical-coordinate representation of color #A2995B: hue angle of 52.39º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2995B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16215391-
CMYK00.060.440.36
HSL52.39º28.06%49.61%-
HSV(B)52.39º43.83%63.53%-
XYZ28.1831.2214.44-
YUV148.6295.48137.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=39.90%
G=37.68%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621539100.060.440.3652.3928.0649.61
HexA2995B062C24341c32
Octal242231133065444643462
Binary10100010100110011011011011010110010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2995B; }

 p { color: rgb(162,153,91); }

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

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

 a { background-color: rgb(162,153,91); }

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

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

 span { border-color: rgb(162,153,91); }

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