Shades of Husk #AF984E
Tints of Husk #AF984E
RGB
CMYK
RGB Variations
Color information
#AF984E (or 0xAF984E) is known color: Husk. HEX triplet: AF, 98 and 4E. RGB value is (175,152,78). Sum of RGB (Red+Green+Blue) = 175+152+78=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF984E is #5067B1. Grayscale: #969696. Windows color (decimal): -5269426 or 5150895. OLE color: 5150895.
HSL color Cylindrical-coordinate representation of color #AF984E: hue angle of 45.77º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF984E is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 78 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.31 |
| HSL | 45.77º | 0.38% | 0.5% | - |
| HSV(B) | 45.77º | 0.55% | 0.69% | - |
| XYZ | 30.28 | 32.12 | 11.81 | - |
| YUV | 150.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 78 | 0 | 0.13 | 0.55 | 0.31 | 45.77 | 0.38 | 0.5 |
| Hex | AF | 98 | 4E | 0 | D | 37 | 1F | 2E | 26 | 32 |
| Octal | 257 | 230 | 116 | 0 | 15 | 67 | 37 | 56 | 46 | 62 |
| Binary | 10101111 | 10011000 | 1001110 | 0 | 1101 | 110111 | 11111 | 101110 | 100110 | 110010 |
Color Harmonies of #AF984E
Complementary color
Monochromatic Colors of #AF984E
Black with #AF984E
Text Example
Text Example
White with #AF984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF984E; }
p { color: rgb(175,152,78); }
H1.HeaderClassName
{
color: #AF984E;
}
.AnyTagClassName
{
color: #AF984E;
}
</style>
background-color css
<style>
a { background-color: #AF984E; }
a { background-color: rgb(175,152,78); }
div.DivClassName
{
background-color: #AF984E;
}
.BgClassName
{
background-color: #AF984E;
}
</style>
border-color css
<style>
span { border-color: #AF984E; }
span { border-color: rgb(175,152,78); }
td.TdClassName
{
border-color: #AF984E;
}
.TagClassName
{
border-color: #AF984E;
}
</style>