#A29459

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

Shades of Husk #A29459

Tints of Husk #A29459

Color information

#A29459 (or 0xA29459) is unknown color: approx Husk. HEX triplet: A2, 94 and 59. RGB value is (162,148,89). Sum of RGB (Red+Green+Blue) = 162+148+89=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29459 is #5D6BA6. Grayscale: #919191. Windows color (decimal): -6122407 or 5870754. OLE color: 5870754.

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

Color convert

RGB16214889-
CMYK00.090.450.36
HSL48.49º29.08%49.22%-
HSV(B)48.49º45.06%63.53%-
XYZ27.2929.5813.72-
YUV145.4696.14139.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=40.60%
G=37.09%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621488900.090.450.3648.4929.0849.22
HexA29459092D24301d31
Octal2422241310115544603561
Binary101000101001010010110010100110110110010011000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29459; }

 p { color: rgb(162,148,89); }

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

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

 a { background-color: rgb(162,148,89); }

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

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

 span { border-color: rgb(162,148,89); }

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