#A29A4C

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

Shades of Husk #A29A4C

Tints of Husk #A29A4C

Color information

#A29A4C (or 0xA29A4C) is unknown color: approx Husk. HEX triplet: A2, 9A and 4C. RGB value is (162,154,76). Sum of RGB (Red+Green+Blue) = 162+154+76=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A4C is #5D65B3. Grayscale: #939393. Windows color (decimal): -6120884 or 5020322. OLE color: 5020322.

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

Color convert

RGB16215476-
CMYK00.050.530.36
HSL54.42º36.13%46.67%-
HSV(B)54.42º53.09%63.53%-
XYZ27.7631.3111.42-
YUV147.587.65138.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=41.33%
G=39.29%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621547600.050.530.3654.4236.1346.67
HexA29A4C05352436242f
Octal242232114056544664457
Binary101000101001101010011000101110101100100110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A4C; }

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

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

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

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

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

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

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

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