Shades of Husk #A9975A
Tints of Husk #A9975A
RGB
CMYK
RGB Variations
Color information
#A9975A (or 0xA9975A) is known color: Husk. HEX triplet: A9, 97 and 5A. RGB value is (169,151,90). Sum of RGB (Red+Green+Blue) = 169+151+90=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9975A is #5668A5. Grayscale: #959595. Windows color (decimal): -5662886 or 5937065. OLE color: 5937065.
HSL color Cylindrical-coordinate representation of color #A9975A: hue angle of 46.33º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9975A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 90 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.34 |
| HSL | 46.33º | 0.31% | 0.51% | - |
| HSV(B) | 46.33º | 0.47% | 0.66% | - |
| XYZ | 29.27 | 31.31 | 14.17 | - |
| YUV | 149.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 90 | 0 | 0.11 | 0.47 | 0.34 | 46.33 | 0.31 | 0.51 |
| Hex | A9 | 97 | 5A | 0 | B | 2F | 22 | 2E | 1F | 33 |
| Octal | 251 | 227 | 132 | 0 | 13 | 57 | 42 | 56 | 37 | 63 |
| Binary | 10101001 | 10010111 | 1011010 | 0 | 1011 | 101111 | 100010 | 101110 | 11111 | 110011 |
Color Harmonies of #A9975A
Complementary color
Monochromatic Colors of #A9975A
Black with #A9975A
Text Example
Text Example
White with #A9975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9975A; }
p { color: rgb(169,151,90); }
H1.HeaderClassName
{
color: #A9975A;
}
.AnyTagClassName
{
color: #A9975A;
}
</style>
background-color css
<style>
a { background-color: #A9975A; }
a { background-color: rgb(169,151,90); }
div.DivClassName
{
background-color: #A9975A;
}
.BgClassName
{
background-color: #A9975A;
}
</style>
border-color css
<style>
span { border-color: #A9975A; }
span { border-color: rgb(169,151,90); }
td.TdClassName
{
border-color: #A9975A;
}
.TagClassName
{
border-color: #A9975A;
}
</style>