Shades of Husk #AF9E49
Tints of Husk #AF9E49
RGB
CMYK
RGB Variations
Color information
#AF9E49 (or 0xAF9E49) is known color: Husk. HEX triplet: AF, 9E and 49. RGB value is (175,158,73). Sum of RGB (Red+Green+Blue) = 175+158+73=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E49 is #5061B6. Grayscale: #999999. Windows color (decimal): -5267895 or 4824751. OLE color: 4824751.
HSL color Cylindrical-coordinate representation of color #AF9E49: hue angle of 50º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF9E49 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 73 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.31 |
| HSL | 50º | 0.41% | 0.49% | - |
| HSV(B) | 50º | 0.58% | 0.69% | - |
| XYZ | 31.11 | 34.05 | 11.24 | - |
| YUV | 153.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 73 | 0 | 0.10 | 0.58 | 0.31 | 50 | 0.41 | 0.49 |
| Hex | AF | 9E | 49 | 0 | A | 3A | 1F | 32 | 29 | 31 |
| Octal | 257 | 236 | 111 | 0 | 12 | 72 | 37 | 62 | 51 | 61 |
| Binary | 10101111 | 10011110 | 1001001 | 0 | 1010 | 111010 | 11111 | 110010 | 101001 | 110001 |
Color Harmonies of #AF9E49
Complementary color
Monochromatic Colors of #AF9E49
Black with #AF9E49
Text Example
Text Example
White with #AF9E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E49; }
p { color: rgb(175,158,73); }
H1.HeaderClassName
{
color: #AF9E49;
}
.AnyTagClassName
{
color: #AF9E49;
}
</style>
background-color css
<style>
a { background-color: #AF9E49; }
a { background-color: rgb(175,158,73); }
div.DivClassName
{
background-color: #AF9E49;
}
.BgClassName
{
background-color: #AF9E49;
}
</style>
border-color css
<style>
span { border-color: #AF9E49; }
span { border-color: rgb(175,158,73); }
td.TdClassName
{
border-color: #AF9E49;
}
.TagClassName
{
border-color: #AF9E49;
}
</style>