Shades of Husk #AF994A
Tints of Husk #AF994A
RGB
CMYK
RGB Variations
Color information
#AF994A (or 0xAF994A) is known color: Husk. HEX triplet: AF, 99 and 4A. RGB value is (175,153,74). Sum of RGB (Red+Green+Blue) = 175+153+74=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF994A is #5066B5. Grayscale: #969696. Windows color (decimal): -5269174 or 4889007. OLE color: 4889007.
HSL color Cylindrical-coordinate representation of color #AF994A: hue angle of 46.93º 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 #AF994A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 74 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.31 |
| HSL | 46.93º | 0.41% | 0.49% | - |
| HSV(B) | 46.93º | 0.58% | 0.69% | - |
| XYZ | 30.31 | 32.39 | 11.13 | - |
| YUV | 150.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 74 | 0 | 0.13 | 0.58 | 0.31 | 46.93 | 0.41 | 0.49 |
| Hex | AF | 99 | 4A | 0 | D | 3A | 1F | 2F | 29 | 31 |
| Octal | 257 | 231 | 112 | 0 | 15 | 72 | 37 | 57 | 51 | 61 |
| Binary | 10101111 | 10011001 | 1001010 | 0 | 1101 | 111010 | 11111 | 101111 | 101001 | 110001 |
Color Harmonies of #AF994A
Complementary color
Monochromatic Colors of #AF994A
Black with #AF994A
Text Example
Text Example
White with #AF994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF994A; }
p { color: rgb(175,153,74); }
H1.HeaderClassName
{
color: #AF994A;
}
.AnyTagClassName
{
color: #AF994A;
}
</style>
background-color css
<style>
a { background-color: #AF994A; }
a { background-color: rgb(175,153,74); }
div.DivClassName
{
background-color: #AF994A;
}
.BgClassName
{
background-color: #AF994A;
}
</style>
border-color css
<style>
span { border-color: #AF994A; }
span { border-color: rgb(175,153,74); }
td.TdClassName
{
border-color: #AF994A;
}
.TagClassName
{
border-color: #AF994A;
}
</style>