#A29956

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

Shades of Husk #A29956

Tints of Husk #A29956

Color information

#A29956 (or 0xA29956) is unknown color: approx Husk. HEX triplet: A2, 99 and 56. RGB value is (162,153,86). Sum of RGB (Red+Green+Blue) = 162+153+86=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A29956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29956 is #5D66A9. Grayscale: #949494. Windows color (decimal): -6121130 or 5675426. OLE color: 5675426.

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

Color convert

RGB16215386-
CMYK00.060.470.36
HSL52.89º30.65%48.63%-
HSV(B)52.89º46.91%63.53%-
XYZ27.9731.1413.34-
YUV148.0592.98137.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=40.40%
G=38.15%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621538600.060.470.3652.8930.6548.63
HexA29956062F24351f31
Octal242231126065744653761
Binary10100010100110011010110011010111110010011010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29956; }

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

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

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

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

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

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

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

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