Shades of Husk #A99C52
Tints of Husk #A99C52
RGB
CMYK
RGB Variations
Color information
#A99C52 (or 0xA99C52) is known color: Husk. HEX triplet: A9, 9C and 52. RGB value is (169,156,82). Sum of RGB (Red+Green+Blue) = 169+156+82=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C52 is #5663AD. Grayscale: #979797. Windows color (decimal): -5661614 or 5414057. OLE color: 5414057.
HSL color Cylindrical-coordinate representation of color #A99C52: hue angle of 51.03º 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 #A99C52 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 82 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.34 |
| HSL | 51.03º | 0.35% | 0.49% | - |
| HSV(B) | 51.03º | 0.51% | 0.66% | - |
| XYZ | 29.77 | 32.82 | 12.75 | - |
| YUV | 151.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 82 | 0 | 0.08 | 0.51 | 0.34 | 51.03 | 0.35 | 0.49 |
| Hex | A9 | 9C | 52 | 0 | 8 | 33 | 22 | 33 | 23 | 31 |
| Octal | 251 | 234 | 122 | 0 | 10 | 63 | 42 | 63 | 43 | 61 |
| Binary | 10101001 | 10011100 | 1010010 | 0 | 1000 | 110011 | 100010 | 110011 | 100011 | 110001 |
Color Harmonies of #A99C52
Complementary color
Monochromatic Colors of #A99C52
Black with #A99C52
Text Example
Text Example
White with #A99C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C52; }
p { color: rgb(169,156,82); }
H1.HeaderClassName
{
color: #A99C52;
}
.AnyTagClassName
{
color: #A99C52;
}
</style>
background-color css
<style>
a { background-color: #A99C52; }
a { background-color: rgb(169,156,82); }
div.DivClassName
{
background-color: #A99C52;
}
.BgClassName
{
background-color: #A99C52;
}
</style>
border-color css
<style>
span { border-color: #A99C52; }
span { border-color: rgb(169,156,82); }
td.TdClassName
{
border-color: #A99C52;
}
.TagClassName
{
border-color: #A99C52;
}
</style>