Shades of Husk #A99747
Tints of Husk #A99747
RGB
CMYK
RGB Variations
Color information
#A99747 (or 0xA99747) is known color: Husk. HEX triplet: A9, 97 and 47. RGB value is (169,151,71). Sum of RGB (Red+Green+Blue) = 169+151+71=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99747 is #5668B8. Grayscale: #939393. Windows color (decimal): -5662905 or 4691881. OLE color: 4691881.
HSL color Cylindrical-coordinate representation of color #A99747: hue angle of 48.98º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A99747 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 71 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.34 |
| HSL | 48.98º | 0.41% | 0.47% | - |
| HSV(B) | 48.98º | 0.58% | 0.66% | - |
| XYZ | 28.57 | 31.02 | 10.44 | - |
| YUV | 147.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 71 | 0 | 0.11 | 0.58 | 0.34 | 48.98 | 0.41 | 0.47 |
| Hex | A9 | 97 | 47 | 0 | B | 3A | 22 | 31 | 29 | 2F |
| Octal | 251 | 227 | 107 | 0 | 13 | 72 | 42 | 61 | 51 | 57 |
| Binary | 10101001 | 10010111 | 1000111 | 0 | 1011 | 111010 | 100010 | 110001 | 101001 | 101111 |
Color Harmonies of #A99747
Complementary color
Monochromatic Colors of #A99747
Black with #A99747
Text Example
Text Example
White with #A99747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99747; }
p { color: rgb(169,151,71); }
H1.HeaderClassName
{
color: #A99747;
}
.AnyTagClassName
{
color: #A99747;
}
</style>
background-color css
<style>
a { background-color: #A99747; }
a { background-color: rgb(169,151,71); }
div.DivClassName
{
background-color: #A99747;
}
.BgClassName
{
background-color: #A99747;
}
</style>
border-color css
<style>
span { border-color: #A99747; }
span { border-color: rgb(169,151,71); }
td.TdClassName
{
border-color: #A99747;
}
.TagClassName
{
border-color: #A99747;
}
</style>