Shades of Husk #A99E5C
Tints of Husk #A99E5C
RGB
CMYK
RGB Variations
Color information
#A99E5C (or 0xA99E5C) is known color: Husk. HEX triplet: A9, 9E and 5C. RGB value is (169,158,92). Sum of RGB (Red+Green+Blue) = 169+158+92=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E5C is #5661A3. Grayscale: #9A9A9A. Windows color (decimal): -5661092 or 6069929. OLE color: 6069929.
HSL color Cylindrical-coordinate representation of color #A99E5C: hue angle of 51.43º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A99E5C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 92 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.34 |
| HSL | 51.43º | 0.31% | 0.51% | - |
| HSV(B) | 51.43º | 0.46% | 0.66% | - |
| XYZ | 30.52 | 33.66 | 15.01 | - |
| YUV | 153.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 92 | 0 | 0.07 | 0.46 | 0.34 | 51.43 | 0.31 | 0.51 |
| Hex | A9 | 9E | 5C | 0 | 7 | 2E | 22 | 33 | 1F | 33 |
| Octal | 251 | 236 | 134 | 0 | 7 | 56 | 42 | 63 | 37 | 63 |
| Binary | 10101001 | 10011110 | 1011100 | 0 | 111 | 101110 | 100010 | 110011 | 11111 | 110011 |
Color Harmonies of #A99E5C
Complementary color
Monochromatic Colors of #A99E5C
Black with #A99E5C
Text Example
Text Example
White with #A99E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E5C; }
p { color: rgb(169,158,92); }
H1.HeaderClassName
{
color: #A99E5C;
}
.AnyTagClassName
{
color: #A99E5C;
}
</style>
background-color css
<style>
a { background-color: #A99E5C; }
a { background-color: rgb(169,158,92); }
div.DivClassName
{
background-color: #A99E5C;
}
.BgClassName
{
background-color: #A99E5C;
}
</style>
border-color css
<style>
span { border-color: #A99E5C; }
span { border-color: rgb(169,158,92); }
td.TdClassName
{
border-color: #A99E5C;
}
.TagClassName
{
border-color: #A99E5C;
}
</style>