Shades of Husk #AF984D
Tints of Husk #AF984D
RGB
CMYK
RGB Variations
Color information
#AF984D (or 0xAF984D) is known color: Husk. HEX triplet: AF, 98 and 4D. RGB value is (175,152,77). Sum of RGB (Red+Green+Blue) = 175+152+77=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF984D is #5067B2. Grayscale: #969696. Windows color (decimal): -5269427 or 5085359. OLE color: 5085359.
HSL color Cylindrical-coordinate representation of color #AF984D: hue angle of 45.92º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF984D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 77 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.31 |
| HSL | 45.92º | 0.39% | 0.49% | - |
| HSV(B) | 45.92º | 0.56% | 0.69% | - |
| XYZ | 30.25 | 32.11 | 11.62 | - |
| YUV | 150.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 77 | 0 | 0.13 | 0.56 | 0.31 | 45.92 | 0.39 | 0.49 |
| Hex | AF | 98 | 4D | 0 | D | 38 | 1F | 2E | 27 | 31 |
| Octal | 257 | 230 | 115 | 0 | 15 | 70 | 37 | 56 | 47 | 61 |
| Binary | 10101111 | 10011000 | 1001101 | 0 | 1101 | 111000 | 11111 | 101110 | 100111 | 110001 |
Color Harmonies of #AF984D
Complementary color
Monochromatic Colors of #AF984D
Black with #AF984D
Text Example
Text Example
White with #AF984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF984D; }
p { color: rgb(175,152,77); }
H1.HeaderClassName
{
color: #AF984D;
}
.AnyTagClassName
{
color: #AF984D;
}
</style>
background-color css
<style>
a { background-color: #AF984D; }
a { background-color: rgb(175,152,77); }
div.DivClassName
{
background-color: #AF984D;
}
.BgClassName
{
background-color: #AF984D;
}
</style>
border-color css
<style>
span { border-color: #AF984D; }
span { border-color: rgb(175,152,77); }
td.TdClassName
{
border-color: #AF984D;
}
.TagClassName
{
border-color: #AF984D;
}
</style>