Shades of Husk #AF984A
Tints of Husk #AF984A
RGB
CMYK
RGB Variations
Color information
#AF984A (or 0xAF984A) is known color: Husk. HEX triplet: AF, 98 and 4A. RGB value is (175,152,74). Sum of RGB (Red+Green+Blue) = 175+152+74=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF984A is #5067B5. Grayscale: #969696. Windows color (decimal): -5269430 or 4888751. OLE color: 4888751.
HSL color Cylindrical-coordinate representation of color #AF984A: hue angle of 46.34º 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 #AF984A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 74 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.31 |
| HSL | 46.34º | 0.41% | 0.49% | - |
| HSV(B) | 46.34º | 0.58% | 0.69% | - |
| XYZ | 30.14 | 32.06 | 11.08 | - |
| YUV | 149.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 74 | 0 | 0.13 | 0.58 | 0.31 | 46.34 | 0.41 | 0.49 |
| Hex | AF | 98 | 4A | 0 | D | 3A | 1F | 2E | 29 | 31 |
| Octal | 257 | 230 | 112 | 0 | 15 | 72 | 37 | 56 | 51 | 61 |
| Binary | 10101111 | 10011000 | 1001010 | 0 | 1101 | 111010 | 11111 | 101110 | 101001 | 110001 |
Color Harmonies of #AF984A
Complementary color
Monochromatic Colors of #AF984A
Black with #AF984A
Text Example
Text Example
White with #AF984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF984A; }
p { color: rgb(175,152,74); }
H1.HeaderClassName
{
color: #AF984A;
}
.AnyTagClassName
{
color: #AF984A;
}
</style>
background-color css
<style>
a { background-color: #AF984A; }
a { background-color: rgb(175,152,74); }
div.DivClassName
{
background-color: #AF984A;
}
.BgClassName
{
background-color: #AF984A;
}
</style>
border-color css
<style>
span { border-color: #AF984A; }
span { border-color: rgb(175,152,74); }
td.TdClassName
{
border-color: #AF984A;
}
.TagClassName
{
border-color: #AF984A;
}
</style>