#A29550

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

Shades of Husk #A29550

Tints of Husk #A29550

Color information

#A29550 (or 0xA29550) is unknown color: approx Husk. HEX triplet: A2, 95 and 50. RGB value is (162,149,80). Sum of RGB (Red+Green+Blue) = 162+149+80=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29550 is #5D6AAF. Grayscale: #919191. Windows color (decimal): -6122160 or 5281186. OLE color: 5281186.

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

Color convert

RGB16214980-
CMYK00.080.510.36
HSL50.49º33.88%47.45%-
HSV(B)50.49º50.62%63.53%-
XYZ27.129.7611.9-
YUV145.0291.31140.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=41.43%
G=38.11%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621498000.080.510.3650.4933.8847.45
HexA2955008332432222f
Octal2422251200106344624257
Binary1010001010010101101000001000110011100100110010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29550; }

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

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

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

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

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

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

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

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