#A29151

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

Shades of Husk #A29151

Tints of Husk #A29151

Color information

#A29151 (or 0xA29151) is unknown color: approx Husk. HEX triplet: A2, 91 and 51. RGB value is (162,145,81). Sum of RGB (Red+Green+Blue) = 162+145+81=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A29151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29151 is #5D6EAE. Grayscale: #8F8F8F. Windows color (decimal): -6123183 or 5345698. OLE color: 5345698.

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

Color convert

RGB16214581-
CMYK00.100.500.36
HSL47.41º33.33%47.65%-
HSV(B)47.41º50%63.53%-
XYZ26.5128.5311.89-
YUV142.7993.13141.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=41.75%
G=37.37%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621458100.100.500.3647.4133.3347.65
HexA291510A32242f2130
Octal2422211210126244574160
Binary1010001010010001101000101010110010100100101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29151; }

 p { color: rgb(162,145,81); }

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

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

 a { background-color: rgb(162,145,81); }

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

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

 span { border-color: rgb(162,145,81); }

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