Shades of Husk #A9A253
Tints of Husk #A9A253
RGB
CMYK
RGB Variations
Color information
#A9A253 (or 0xA9A253) is known color: Husk. HEX triplet: A9, A2 and 53. RGB value is (169,162,83). Sum of RGB (Red+Green+Blue) = 169+162+83=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A253 is #565DAC. Grayscale: #9B9B9B. Windows color (decimal): -5660077 or 5481129. OLE color: 5481129.
HSL color Cylindrical-coordinate representation of color #A9A253: hue angle of 55.12º degrees, saturation: 0.34, 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 #A9A253 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 83 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.34 |
| HSL | 55.12º | 0.34% | 0.49% | - |
| HSV(B) | 55.12º | 0.51% | 0.66% | - |
| XYZ | 30.84 | 34.9 | 13.29 | - |
| YUV | 155.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 83 | 0 | 0.04 | 0.51 | 0.34 | 55.12 | 0.34 | 0.49 |
| Hex | A9 | A2 | 53 | 0 | 4 | 33 | 22 | 37 | 22 | 31 |
| Octal | 251 | 242 | 123 | 0 | 4 | 63 | 42 | 67 | 42 | 61 |
| Binary | 10101001 | 10100010 | 1010011 | 0 | 100 | 110011 | 100010 | 110111 | 100010 | 110001 |
Color Harmonies of #A9A253
Complementary color
Monochromatic Colors of #A9A253
Black with #A9A253
Text Example
Text Example
White with #A9A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A253; }
p { color: rgb(169,162,83); }
H1.HeaderClassName
{
color: #A9A253;
}
.AnyTagClassName
{
color: #A9A253;
}
</style>
background-color css
<style>
a { background-color: #A9A253; }
a { background-color: rgb(169,162,83); }
div.DivClassName
{
background-color: #A9A253;
}
.BgClassName
{
background-color: #A9A253;
}
</style>
border-color css
<style>
span { border-color: #A9A253; }
span { border-color: rgb(169,162,83); }
td.TdClassName
{
border-color: #A9A253;
}
.TagClassName
{
border-color: #A9A253;
}
</style>