Shades of Husk #AF9E51
Tints of Husk #AF9E51
RGB
CMYK
RGB Variations
Color information
#AF9E51 (or 0xAF9E51) is known color: Husk. HEX triplet: AF, 9E and 51. RGB value is (175,158,81). Sum of RGB (Red+Green+Blue) = 175+158+81=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E51 is #5061AE. Grayscale: #9A9A9A. Windows color (decimal): -5267887 or 5349039. OLE color: 5349039.
HSL color Cylindrical-coordinate representation of color #AF9E51: hue angle of 49.15º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF9E51 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 81 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.31 |
| HSL | 49.15º | 0.37% | 0.5% | - |
| HSV(B) | 49.15º | 0.54% | 0.69% | - |
| XYZ | 31.39 | 34.16 | 12.72 | - |
| YUV | 154.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 81 | 0 | 0.10 | 0.54 | 0.31 | 49.15 | 0.37 | 0.5 |
| Hex | AF | 9E | 51 | 0 | A | 36 | 1F | 31 | 25 | 32 |
| Octal | 257 | 236 | 121 | 0 | 12 | 66 | 37 | 61 | 45 | 62 |
| Binary | 10101111 | 10011110 | 1010001 | 0 | 1010 | 110110 | 11111 | 110001 | 100101 | 110010 |
Color Harmonies of #AF9E51
Complementary color
Monochromatic Colors of #AF9E51
Black with #AF9E51
Text Example
Text Example
White with #AF9E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E51; }
p { color: rgb(175,158,81); }
H1.HeaderClassName
{
color: #AF9E51;
}
.AnyTagClassName
{
color: #AF9E51;
}
</style>
background-color css
<style>
a { background-color: #AF9E51; }
a { background-color: rgb(175,158,81); }
div.DivClassName
{
background-color: #AF9E51;
}
.BgClassName
{
background-color: #AF9E51;
}
</style>
border-color css
<style>
span { border-color: #AF9E51; }
span { border-color: rgb(175,158,81); }
td.TdClassName
{
border-color: #AF9E51;
}
.TagClassName
{
border-color: #AF9E51;
}
</style>