#A29655

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

Shades of Husk #A29655

Tints of Husk #A29655

Color information

#A29655 (or 0xA29655) is unknown color: approx Husk. HEX triplet: A2, 96 and 55. RGB value is (162,150,85). Sum of RGB (Red+Green+Blue) = 162+150+85=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29655 is #5D69AA. Grayscale: #929292. Windows color (decimal): -6121899 or 5609122. OLE color: 5609122.

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

Color convert

RGB16215085-
CMYK00.070.480.36
HSL50.65º31.17%48.43%-
HSV(B)50.65º47.53%63.53%-
XYZ27.4530.1512.97-
YUV146.1893.48139.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=40.81%
G=37.78%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621508500.070.480.3650.6531.1748.43
HexA29655073024331f30
Octal242226125076044633760
Binary10100010100101101010101011111000010010011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29655; }

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

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

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

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

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

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

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

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