Shades of Husk #A99C48
Tints of Husk #A99C48
RGB
CMYK
RGB Variations
Color information
#A99C48 (or 0xA99C48) is known color: Husk. HEX triplet: A9, 9C and 48. RGB value is (169,156,72). Sum of RGB (Red+Green+Blue) = 169+156+72=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C48 is #5663B7. Grayscale: #969696. Windows color (decimal): -5661624 or 4758697. OLE color: 4758697.
HSL color Cylindrical-coordinate representation of color #A99C48: hue angle of 51.96º 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 #A99C48 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 72 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.34 |
| HSL | 51.96º | 0.4% | 0.47% | - |
| HSV(B) | 51.96º | 0.57% | 0.66% | - |
| XYZ | 29.42 | 32.68 | 10.89 | - |
| YUV | 150.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 72 | 0 | 0.08 | 0.57 | 0.34 | 51.96 | 0.4 | 0.47 |
| Hex | A9 | 9C | 48 | 0 | 8 | 39 | 22 | 34 | 28 | 2F |
| Octal | 251 | 234 | 110 | 0 | 10 | 71 | 42 | 64 | 50 | 57 |
| Binary | 10101001 | 10011100 | 1001000 | 0 | 1000 | 111001 | 100010 | 110100 | 101000 | 101111 |
Color Harmonies of #A99C48
Complementary color
Monochromatic Colors of #A99C48
Black with #A99C48
Text Example
Text Example
White with #A99C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C48; }
p { color: rgb(169,156,72); }
H1.HeaderClassName
{
color: #A99C48;
}
.AnyTagClassName
{
color: #A99C48;
}
</style>
background-color css
<style>
a { background-color: #A99C48; }
a { background-color: rgb(169,156,72); }
div.DivClassName
{
background-color: #A99C48;
}
.BgClassName
{
background-color: #A99C48;
}
</style>
border-color css
<style>
span { border-color: #A99C48; }
span { border-color: rgb(169,156,72); }
td.TdClassName
{
border-color: #A99C48;
}
.TagClassName
{
border-color: #A99C48;
}
</style>