Shades of Husk #A99752
Tints of Husk #A99752
RGB
CMYK
RGB Variations
Color information
#A99752 (or 0xA99752) is known color: Husk. HEX triplet: A9, 97 and 52. RGB value is (169,151,82). Sum of RGB (Red+Green+Blue) = 169+151+82=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A99752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99752 is #5668AD. Grayscale: #949494. Windows color (decimal): -5662894 or 5412777. OLE color: 5412777.
HSL color Cylindrical-coordinate representation of color #A99752: hue angle of 47.59º 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 #A99752 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 82 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.34 |
| HSL | 47.59º | 0.35% | 0.49% | - |
| HSV(B) | 47.59º | 0.51% | 0.66% | - |
| XYZ | 28.95 | 31.18 | 12.47 | - |
| YUV | 148.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 82 | 0 | 0.11 | 0.51 | 0.34 | 47.59 | 0.35 | 0.49 |
| Hex | A9 | 97 | 52 | 0 | B | 33 | 22 | 30 | 23 | 31 |
| Octal | 251 | 227 | 122 | 0 | 13 | 63 | 42 | 60 | 43 | 61 |
| Binary | 10101001 | 10010111 | 1010010 | 0 | 1011 | 110011 | 100010 | 110000 | 100011 | 110001 |
Color Harmonies of #A99752
Complementary color
Monochromatic Colors of #A99752
Black with #A99752
Text Example
Text Example
White with #A99752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99752; }
p { color: rgb(169,151,82); }
H1.HeaderClassName
{
color: #A99752;
}
.AnyTagClassName
{
color: #A99752;
}
</style>
background-color css
<style>
a { background-color: #A99752; }
a { background-color: rgb(169,151,82); }
div.DivClassName
{
background-color: #A99752;
}
.BgClassName
{
background-color: #A99752;
}
</style>
border-color css
<style>
span { border-color: #A99752; }
span { border-color: rgb(169,151,82); }
td.TdClassName
{
border-color: #A99752;
}
.TagClassName
{
border-color: #A99752;
}
</style>