#A29D4F

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

Shades of Husk #A29D4F

Tints of Husk #A29D4F

Color information

#A29D4F (or 0xA29D4F) is unknown color: approx Husk. HEX triplet: A2, 9D and 4F. RGB value is (162,157,79). Sum of RGB (Red+Green+Blue) = 162+157+79=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D4F is #5D62B0. Grayscale: #959595. Windows color (decimal): -6120113 or 5217698. OLE color: 5217698.

HSL color Cylindrical-coordinate representation of color #A29D4F: hue angle of 56.39º 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 #A29D4F is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16215779-
CMYK00.030.510.36
HSL56.39º34.44%47.25%-
HSV(B)56.39º51.23%63.53%-
XYZ28.3732.3612.15-
YUV149.688.16136.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 157 (61.72% from 255) = 39.45%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=40.70%
G=39.45%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621577900.030.510.3656.3934.4447.25
HexA29D4F03332438222f
Octal242235117036344704257
Binary10100010100111011001111011110011100100111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D4F; }

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

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

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

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

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

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

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

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