#A29A5A

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

Shades of Husk #A29A5A

Tints of Husk #A29A5A

Color information

#A29A5A (or 0xA29A5A) is unknown color: approx Husk. HEX triplet: A2, 9A and 5A. RGB value is (162,154,90). Sum of RGB (Red+Green+Blue) = 162+154+90=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A5A is #5D65A5. Grayscale: #959595. Windows color (decimal): -6120870 or 5937826. OLE color: 5937826.

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

Color convert

RGB16215490-
CMYK00.050.440.36
HSL53.33º28.57%49.41%-
HSV(B)53.33º44.44%63.53%-
XYZ28.331.5314.27-
YUV149.194.65137.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=39.90%
G=37.93%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621549000.050.440.3653.3328.5749.41
HexA29A5A052C24351d31
Octal242232132055444653561
Binary10100010100110101011010010110110010010011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A5A; }

 p { color: rgb(162,154,90); }

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

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

 a { background-color: rgb(162,154,90); }

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

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

 span { border-color: rgb(162,154,90); }

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