#A29555

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

Shades of Husk #A29555

Tints of Husk #A29555

Color information

#A29555 (or 0xA29555) is unknown color: approx Husk. HEX triplet: A2, 95 and 55. RGB value is (162,149,85). Sum of RGB (Red+Green+Blue) = 162+149+85=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29555 is #5D6AAA. Grayscale: #919191. Windows color (decimal): -6122155 or 5608866. OLE color: 5608866.

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

Color convert

RGB16214985-
CMYK00.080.480.36
HSL49.87º31.17%48.43%-
HSV(B)49.87º47.53%63.53%-
XYZ27.2929.8312.91-
YUV145.5993.81139.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=40.91%
G=37.63%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621498500.080.480.3649.8731.1748.43
HexA29555083024321f30
Octal2422251250106044623760
Binary101000101001010110101010100011000010010011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29555; }

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

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

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

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

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

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

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

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