Shades of Husk #AF9D4E
Tints of Husk #AF9D4E
RGB
CMYK
RGB Variations
Color information
#AF9D4E (or 0xAF9D4E) is known color: Husk. HEX triplet: AF, 9D and 4E. RGB value is (175,157,78). Sum of RGB (Red+Green+Blue) = 175+157+78=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D4E is #5062B1. Grayscale: #999999. Windows color (decimal): -5268146 or 5152175. OLE color: 5152175.
HSL color Cylindrical-coordinate representation of color #AF9D4E: hue angle of 48.87º 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 #AF9D4E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 78 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.31 |
| HSL | 48.87º | 0.38% | 0.5% | - |
| HSV(B) | 48.87º | 0.55% | 0.69% | - |
| XYZ | 31.11 | 33.78 | 12.09 | - |
| YUV | 153.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 78 | 0 | 0.10 | 0.55 | 0.31 | 48.87 | 0.38 | 0.5 |
| Hex | AF | 9D | 4E | 0 | A | 37 | 1F | 31 | 26 | 32 |
| Octal | 257 | 235 | 116 | 0 | 12 | 67 | 37 | 61 | 46 | 62 |
| Binary | 10101111 | 10011101 | 1001110 | 0 | 1010 | 110111 | 11111 | 110001 | 100110 | 110010 |
Color Harmonies of #AF9D4E
Complementary color
Monochromatic Colors of #AF9D4E
Black with #AF9D4E
Text Example
Text Example
White with #AF9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D4E; }
p { color: rgb(175,157,78); }
H1.HeaderClassName
{
color: #AF9D4E;
}
.AnyTagClassName
{
color: #AF9D4E;
}
</style>
background-color css
<style>
a { background-color: #AF9D4E; }
a { background-color: rgb(175,157,78); }
div.DivClassName
{
background-color: #AF9D4E;
}
.BgClassName
{
background-color: #AF9D4E;
}
</style>
border-color css
<style>
span { border-color: #AF9D4E; }
span { border-color: rgb(175,157,78); }
td.TdClassName
{
border-color: #AF9D4E;
}
.TagClassName
{
border-color: #AF9D4E;
}
</style>