Shades of Husk #A99948
Tints of Husk #A99948
RGB
CMYK
RGB Variations
Color information
#A99948 (or 0xA99948) is known color: Husk. HEX triplet: A9, 99 and 48. RGB value is (169,153,72). Sum of RGB (Red+Green+Blue) = 169+153+72=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A99948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99948 is #5666B7. Grayscale: #949494. Windows color (decimal): -5662392 or 4757929. OLE color: 4757929.
HSL color Cylindrical-coordinate representation of color #A99948: hue angle of 50.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A99948 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 72 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.34 |
| HSL | 50.1º | 0.4% | 0.47% | - |
| HSV(B) | 50.1º | 0.57% | 0.66% | - |
| XYZ | 28.92 | 31.69 | 10.72 | - |
| YUV | 148.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 72 | 0 | 0.09 | 0.57 | 0.34 | 50.1 | 0.4 | 0.47 |
| Hex | A9 | 99 | 48 | 0 | 9 | 39 | 22 | 32 | 28 | 2F |
| Octal | 251 | 231 | 110 | 0 | 11 | 71 | 42 | 62 | 50 | 57 |
| Binary | 10101001 | 10011001 | 1001000 | 0 | 1001 | 111001 | 100010 | 110010 | 101000 | 101111 |
Color Harmonies of #A99948
Complementary color
Monochromatic Colors of #A99948
Black with #A99948
Text Example
Text Example
White with #A99948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99948; }
p { color: rgb(169,153,72); }
H1.HeaderClassName
{
color: #A99948;
}
.AnyTagClassName
{
color: #A99948;
}
</style>
background-color css
<style>
a { background-color: #A99948; }
a { background-color: rgb(169,153,72); }
div.DivClassName
{
background-color: #A99948;
}
.BgClassName
{
background-color: #A99948;
}
</style>
border-color css
<style>
span { border-color: #A99948; }
span { border-color: rgb(169,153,72); }
td.TdClassName
{
border-color: #A99948;
}
.TagClassName
{
border-color: #A99948;
}
</style>