#A29657

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

Shades of Husk #A29657

Tints of Husk #A29657

Color information

#A29657 (or 0xA29657) is unknown color: approx Husk. HEX triplet: A2, 96 and 57. RGB value is (162,150,87). Sum of RGB (Red+Green+Blue) = 162+150+87=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A29657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29657 is #5D69A8. Grayscale: #929292. Windows color (decimal): -6121897 or 5740194. OLE color: 5740194.

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

Color convert

RGB16215087-
CMYK00.070.460.36
HSL50.4º30.12%48.82%-
HSV(B)50.4º46.3%63.53%-
XYZ27.5330.1813.39-
YUV146.4194.48139.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=40.60%
G=37.59%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621508700.070.460.3650.430.1248.82
HexA29657072E24321e31
Octal242226127075644623661
Binary10100010100101101010111011110111010010011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29657; }

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

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

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

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

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

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

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

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