#A29759

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

Shades of Husk #A29759

Tints of Husk #A29759

Color information

#A29759 (or 0xA29759) is unknown color: approx Husk. HEX triplet: A2, 97 and 59. RGB value is (162,151,89). Sum of RGB (Red+Green+Blue) = 162+151+89=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29759 is #5D68A6. Grayscale: #939393. Windows color (decimal): -6121639 or 5871522. OLE color: 5871522.

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

Color convert

RGB16215189-
CMYK00.070.450.36
HSL50.96º29.08%49.22%-
HSV(B)50.96º45.06%63.53%-
XYZ27.7730.5413.88-
YUV147.2295.14138.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=40.30%
G=37.56%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621518900.070.450.3650.9629.0849.22
HexA29759072D24331d31
Octal242227131075544633561
Binary10100010100101111011001011110110110010011001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29759; }

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

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

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

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

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

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

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

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