Shades of Husk #AF9F49
Tints of Husk #AF9F49
RGB
CMYK
RGB Variations
Color information
#AF9F49 (or 0xAF9F49) is known color: Husk. HEX triplet: AF, 9F and 49. RGB value is (175,159,73). Sum of RGB (Red+Green+Blue) = 175+159+73=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F49 is #5060B6. Grayscale: #9A9A9A. Windows color (decimal): -5267639 or 4825007. OLE color: 4825007.
HSL color Cylindrical-coordinate representation of color #AF9F49: hue angle of 50.59º 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 #AF9F49 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 73 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.31 |
| HSL | 50.59º | 0.41% | 0.49% | - |
| HSV(B) | 50.59º | 0.58% | 0.69% | - |
| XYZ | 31.28 | 34.39 | 11.29 | - |
| YUV | 153.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 73 | 0 | 0.09 | 0.58 | 0.31 | 50.59 | 0.41 | 0.49 |
| Hex | AF | 9F | 49 | 0 | 9 | 3A | 1F | 33 | 29 | 31 |
| Octal | 257 | 237 | 111 | 0 | 11 | 72 | 37 | 63 | 51 | 61 |
| Binary | 10101111 | 10011111 | 1001001 | 0 | 1001 | 111010 | 11111 | 110011 | 101001 | 110001 |
Color Harmonies of #AF9F49
Complementary color
Monochromatic Colors of #AF9F49
Black with #AF9F49
Text Example
Text Example
White with #AF9F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F49; }
p { color: rgb(175,159,73); }
H1.HeaderClassName
{
color: #AF9F49;
}
.AnyTagClassName
{
color: #AF9F49;
}
</style>
background-color css
<style>
a { background-color: #AF9F49; }
a { background-color: rgb(175,159,73); }
div.DivClassName
{
background-color: #AF9F49;
}
.BgClassName
{
background-color: #AF9F49;
}
</style>
border-color css
<style>
span { border-color: #AF9F49; }
span { border-color: rgb(175,159,73); }
td.TdClassName
{
border-color: #AF9F49;
}
.TagClassName
{
border-color: #AF9F49;
}
</style>