#A29A57

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

Shades of Husk #A29A57

Tints of Husk #A29A57

Color information

#A29A57 (or 0xA29A57) is unknown color: approx Husk. HEX triplet: A2, 9A and 57. RGB value is (162,154,87). Sum of RGB (Red+Green+Blue) = 162+154+87=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A57 is #5D65A8. Grayscale: #959595. Windows color (decimal): -6120873 or 5741218. OLE color: 5741218.

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

Color convert

RGB16215487-
CMYK00.050.460.36
HSL53.6º30.12%48.82%-
HSV(B)53.6º46.3%63.53%-
XYZ28.1831.4813.61-
YUV148.7593.15137.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=40.20%
G=38.21%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621548700.050.460.3653.630.1248.82
HexA29A57052E24361e31
Octal242232127055644663661
Binary10100010100110101010111010110111010010011011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A57; }

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

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

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

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

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

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

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

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