Shades of Husk #AF9F4E
Tints of Husk #AF9F4E
RGB
CMYK
RGB Variations
Color information
#AF9F4E (or 0xAF9F4E) is known color: Husk. HEX triplet: AF, 9F and 4E. RGB value is (175,159,78). Sum of RGB (Red+Green+Blue) = 175+159+78=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F4E is #5060B1. Grayscale: #9A9A9A. Windows color (decimal): -5267634 or 5152687. OLE color: 5152687.
HSL color Cylindrical-coordinate representation of color #AF9F4E: hue angle of 50.1º 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 #AF9F4E is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 78 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.31 |
| HSL | 50.1º | 0.38% | 0.5% | - |
| HSV(B) | 50.1º | 0.55% | 0.69% | - |
| XYZ | 31.45 | 34.46 | 12.2 | - |
| YUV | 154.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 78 | 0 | 0.09 | 0.55 | 0.31 | 50.1 | 0.38 | 0.5 |
| Hex | AF | 9F | 4E | 0 | 9 | 37 | 1F | 32 | 26 | 32 |
| Octal | 257 | 237 | 116 | 0 | 11 | 67 | 37 | 62 | 46 | 62 |
| Binary | 10101111 | 10011111 | 1001110 | 0 | 1001 | 110111 | 11111 | 110010 | 100110 | 110010 |
Color Harmonies of #AF9F4E
Complementary color
Monochromatic Colors of #AF9F4E
Black with #AF9F4E
Text Example
Text Example
White with #AF9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F4E; }
p { color: rgb(175,159,78); }
H1.HeaderClassName
{
color: #AF9F4E;
}
.AnyTagClassName
{
color: #AF9F4E;
}
</style>
background-color css
<style>
a { background-color: #AF9F4E; }
a { background-color: rgb(175,159,78); }
div.DivClassName
{
background-color: #AF9F4E;
}
.BgClassName
{
background-color: #AF9F4E;
}
</style>
border-color css
<style>
span { border-color: #AF9F4E; }
span { border-color: rgb(175,159,78); }
td.TdClassName
{
border-color: #AF9F4E;
}
.TagClassName
{
border-color: #AF9F4E;
}
</style>