Shades of Husk #AF9849
Tints of Husk #AF9849
RGB
CMYK
RGB Variations
Color information
#AF9849 (or 0xAF9849) is known color: Husk. HEX triplet: AF, 98 and 49. RGB value is (175,152,73). Sum of RGB (Red+Green+Blue) = 175+152+73=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9849 is #5067B6. Grayscale: #969696. Windows color (decimal): -5269431 or 4823215. OLE color: 4823215.
HSL color Cylindrical-coordinate representation of color #AF9849: hue angle of 46.47º 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 #AF9849 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 73 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.31 |
| HSL | 46.47º | 0.41% | 0.49% | - |
| HSV(B) | 46.47º | 0.58% | 0.69% | - |
| XYZ | 30.11 | 32.05 | 10.9 | - |
| YUV | 149.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 73 | 0 | 0.13 | 0.58 | 0.31 | 46.47 | 0.41 | 0.49 |
| Hex | AF | 98 | 49 | 0 | D | 3A | 1F | 2E | 29 | 31 |
| Octal | 257 | 230 | 111 | 0 | 15 | 72 | 37 | 56 | 51 | 61 |
| Binary | 10101111 | 10011000 | 1001001 | 0 | 1101 | 111010 | 11111 | 101110 | 101001 | 110001 |
Color Harmonies of #AF9849
Complementary color
Monochromatic Colors of #AF9849
Black with #AF9849
Text Example
Text Example
White with #AF9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9849; }
p { color: rgb(175,152,73); }
H1.HeaderClassName
{
color: #AF9849;
}
.AnyTagClassName
{
color: #AF9849;
}
</style>
background-color css
<style>
a { background-color: #AF9849; }
a { background-color: rgb(175,152,73); }
div.DivClassName
{
background-color: #AF9849;
}
.BgClassName
{
background-color: #AF9849;
}
</style>
border-color css
<style>
span { border-color: #AF9849; }
span { border-color: rgb(175,152,73); }
td.TdClassName
{
border-color: #AF9849;
}
.TagClassName
{
border-color: #AF9849;
}
</style>