Shades of Husk #A29950
Tints of Husk #A29950
RGB
CMYK
RGB Variations
Color information
#A29950 (or 0xA29950) is known color: Husk. HEX triplet: A2, 99 and 50. RGB value is (162,153,80). Sum of RGB (Red+Green+Blue) = 162+153+80=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29950 is #5D66AF. Grayscale: #939393. Windows color (decimal): -6121136 or 5282210. OLE color: 5282210.
HSL color Cylindrical-coordinate representation of color #A29950: hue angle of 53.41º 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 #A29950 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 80 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.36 |
| HSL | 53.41º | 0.34% | 0.47% | - |
| HSV(B) | 53.41º | 0.51% | 0.64% | - |
| XYZ | 27.74 | 31.04 | 12.12 | - |
| YUV | 147.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 80 | 0 | 0.06 | 0.51 | 0.36 | 53.41 | 0.34 | 0.47 |
| Hex | A2 | 99 | 50 | 0 | 6 | 33 | 24 | 35 | 22 | 2F |
| Octal | 242 | 231 | 120 | 0 | 6 | 63 | 44 | 65 | 42 | 57 |
| Binary | 10100010 | 10011001 | 1010000 | 0 | 110 | 110011 | 100100 | 110101 | 100010 | 101111 |
Color Harmonies of #A29950
Complementary color
Monochromatic Colors of #A29950
Black with #A29950
Text Example
Text Example
White with #A29950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29950; }
p { color: rgb(162,153,80); }
H1.HeaderClassName
{
color: #A29950;
}
.AnyTagClassName
{
color: #A29950;
}
</style>
background-color css
<style>
a { background-color: #A29950; }
a { background-color: rgb(162,153,80); }
div.DivClassName
{
background-color: #A29950;
}
.BgClassName
{
background-color: #A29950;
}
</style>
border-color css
<style>
span { border-color: #A29950; }
span { border-color: rgb(162,153,80); }
td.TdClassName
{
border-color: #A29950;
}
.TagClassName
{
border-color: #A29950;
}
</style>