#A29251

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

Shades of Husk #A29251

Tints of Husk #A29251

Color information

#A29251 (or 0xA29251) is unknown color: approx Husk. HEX triplet: A2, 92 and 51. RGB value is (162,146,81). Sum of RGB (Red+Green+Blue) = 162+146+81=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A29251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29251 is #5D6DAE. Grayscale: #8F8F8F. Windows color (decimal): -6122927 or 5345954. OLE color: 5345954.

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

Color convert

RGB16214681-
CMYK00.100.500.36
HSL48.15º33.33%47.65%-
HSV(B)48.15º50%63.53%-
XYZ26.6628.8311.94-
YUV143.3792.8141.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=41.65%
G=37.53%
B=20.82%

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
Decimal1621468100.100.500.3648.1533.3347.65
HexA292510A3224302130
Octal2422221210126244604160
Binary1010001010010010101000101010110010100100110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29251; }

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

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

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

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

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

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

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

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