#A29756

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

Shades of Husk #A29756

Tints of Husk #A29756

Color information

#A29756 (or 0xA29756) is unknown color: approx Husk. HEX triplet: A2, 97 and 56. RGB value is (162,151,86). Sum of RGB (Red+Green+Blue) = 162+151+86=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29756 is #5D68A9. Grayscale: #939393. Windows color (decimal): -6121642 or 5674914. OLE color: 5674914.

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

Color convert

RGB16215186-
CMYK00.070.470.36
HSL51.32º30.65%48.63%-
HSV(B)51.32º46.91%63.53%-
XYZ27.6530.4913.23-
YUV146.8893.64138.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=40.60%
G=37.84%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621518600.070.470.3651.3230.6548.63
HexA29756072F24331f31
Octal242227126075744633761
Binary10100010100101111010110011110111110010011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29756; }

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

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

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

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

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

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

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

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