Shades of Husk #A99B52
Tints of Husk #A99B52
RGB
CMYK
RGB Variations
Color information
#A99B52 (or 0xA99B52) is known color: Husk. HEX triplet: A9, 9B and 52. RGB value is (169,155,82). Sum of RGB (Red+Green+Blue) = 169+155+82=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99B52 is #5664AD. Grayscale: #979797. Windows color (decimal): -5661870 or 5413801. OLE color: 5413801.
HSL color Cylindrical-coordinate representation of color #A99B52: hue angle of 50.34º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A99B52 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 82 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.34 |
| HSL | 50.34º | 0.35% | 0.49% | - |
| HSV(B) | 50.34º | 0.51% | 0.66% | - |
| XYZ | 29.61 | 32.49 | 12.69 | - |
| YUV | 150.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 82 | 0 | 0.08 | 0.51 | 0.34 | 50.34 | 0.35 | 0.49 |
| Hex | A9 | 9B | 52 | 0 | 8 | 33 | 22 | 32 | 23 | 31 |
| Octal | 251 | 233 | 122 | 0 | 10 | 63 | 42 | 62 | 43 | 61 |
| Binary | 10101001 | 10011011 | 1010010 | 0 | 1000 | 110011 | 100010 | 110010 | 100011 | 110001 |
Color Harmonies of #A99B52
Complementary color
Monochromatic Colors of #A99B52
Black with #A99B52
Text Example
Text Example
White with #A99B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B52; }
p { color: rgb(169,155,82); }
H1.HeaderClassName
{
color: #A99B52;
}
.AnyTagClassName
{
color: #A99B52;
}
</style>
background-color css
<style>
a { background-color: #A99B52; }
a { background-color: rgb(169,155,82); }
div.DivClassName
{
background-color: #A99B52;
}
.BgClassName
{
background-color: #A99B52;
}
</style>
border-color css
<style>
span { border-color: #A99B52; }
span { border-color: rgb(169,155,82); }
td.TdClassName
{
border-color: #A99B52;
}
.TagClassName
{
border-color: #A99B52;
}
</style>