#A29D49

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

Shades of Husk #A29D49

Tints of Husk #A29D49

Color information

#A29D49 (or 0xA29D49) is unknown color: approx Husk. HEX triplet: A2, 9D and 49. RGB value is (162,157,73). Sum of RGB (Red+Green+Blue) = 162+157+73=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D49 is #5D62B6. Grayscale: #959595. Windows color (decimal): -6120119 or 4824482. OLE color: 4824482.

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

Color convert

RGB16215773-
CMYK00.030.550.36
HSL56.63º37.87%46.08%-
HSV(B)56.63º54.94%63.53%-
XYZ28.1632.2811.05-
YUV148.9285.16137.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=41.33%
G=40.05%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621577300.030.550.3656.6337.8746.08
HexA29D4903372439262e
Octal242235111036744714656
Binary10100010100111011001001011110111100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D49; }

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

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

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

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

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

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

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

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