#A29D4B

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

Shades of Husk #A29D4B

Tints of Husk #A29D4B

Color information

#A29D4B (or 0xA29D4B) is unknown color: approx Husk. HEX triplet: A2, 9D and 4B. RGB value is (162,157,75). Sum of RGB (Red+Green+Blue) = 162+157+75=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D4B is #5D62B4. Grayscale: #959595. Windows color (decimal): -6120117 or 4955554. OLE color: 4955554.

HSL color Cylindrical-coordinate representation of color #A29D4B: hue angle of 56.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A29D4B is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16215775-
CMYK00.030.540.36
HSL56.55º36.71%46.47%-
HSV(B)56.55º53.7%63.53%-
XYZ28.2332.311.4-
YUV149.1586.16137.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=41.12%
G=39.85%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621577500.030.540.3656.5536.7146.47
HexA29D4B03362439252e
Octal242235113036644714556
Binary10100010100111011001011011110110100100111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D4B; }

 p { color: rgb(162,157,75); }

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

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

 a { background-color: rgb(162,157,75); }

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

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

 span { border-color: rgb(162,157,75); }

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