Shades of Husk #AF994E
Tints of Husk #AF994E
RGB
CMYK
RGB Variations
Color information
#AF994E (or 0xAF994E) is known color: Husk. HEX triplet: AF, 99 and 4E. RGB value is (175,153,78). Sum of RGB (Red+Green+Blue) = 175+153+78=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF994E is #5066B1. Grayscale: #979797. Windows color (decimal): -5269170 or 5151151. OLE color: 5151151.
HSL color Cylindrical-coordinate representation of color #AF994E: hue angle of 46.39º 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 #AF994E is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 78 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.31 |
| HSL | 46.39º | 0.38% | 0.5% | - |
| HSV(B) | 46.39º | 0.55% | 0.69% | - |
| XYZ | 30.45 | 32.45 | 11.87 | - |
| YUV | 151.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 78 | 0 | 0.13 | 0.55 | 0.31 | 46.39 | 0.38 | 0.5 |
| Hex | AF | 99 | 4E | 0 | D | 37 | 1F | 2E | 26 | 32 |
| Octal | 257 | 231 | 116 | 0 | 15 | 67 | 37 | 56 | 46 | 62 |
| Binary | 10101111 | 10011001 | 1001110 | 0 | 1101 | 110111 | 11111 | 101110 | 100110 | 110010 |
Color Harmonies of #AF994E
Complementary color
Monochromatic Colors of #AF994E
Black with #AF994E
Text Example
Text Example
White with #AF994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF994E; }
p { color: rgb(175,153,78); }
H1.HeaderClassName
{
color: #AF994E;
}
.AnyTagClassName
{
color: #AF994E;
}
</style>
background-color css
<style>
a { background-color: #AF994E; }
a { background-color: rgb(175,153,78); }
div.DivClassName
{
background-color: #AF994E;
}
.BgClassName
{
background-color: #AF994E;
}
</style>
border-color css
<style>
span { border-color: #AF994E; }
span { border-color: rgb(175,153,78); }
td.TdClassName
{
border-color: #AF994E;
}
.TagClassName
{
border-color: #AF994E;
}
</style>