#A29A4F

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

Shades of Husk #A29A4F

Tints of Husk #A29A4F

Color information

#A29A4F (or 0xA29A4F) is unknown color: approx Husk. HEX triplet: A2, 9A and 4F. RGB value is (162,154,79). Sum of RGB (Red+Green+Blue) = 162+154+79=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A4F is #5D65B0. Grayscale: #949494. Windows color (decimal): -6120881 or 5216930. OLE color: 5216930.

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

Color convert

RGB16215479-
CMYK00.050.510.36
HSL54.22º34.44%47.25%-
HSV(B)54.22º51.23%63.53%-
XYZ27.8731.3611.98-
YUV147.8489.15138.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 79 (31.25% from 255) = 20%
R=41.01%
G=38.99%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621547900.050.510.3654.2234.4447.25
HexA29A4F05332436222f
Octal242232117056344664257
Binary101000101001101010011110101110011100100110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A4F; }

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

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

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

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

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

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

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

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