Shades of Husk #AF9E50
Tints of Husk #AF9E50
RGB
CMYK
RGB Variations
Color information
#AF9E50 (or 0xAF9E50) is known color: Husk. HEX triplet: AF, 9E and 50. RGB value is (175,158,80). Sum of RGB (Red+Green+Blue) = 175+158+80=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E50 is #5061AF. Grayscale: #9A9A9A. Windows color (decimal): -5267888 or 5283503. OLE color: 5283503.
HSL color Cylindrical-coordinate representation of color #AF9E50: hue angle of 49.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF9E50 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 80 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.31 |
| HSL | 49.26º | 0.37% | 0.5% | - |
| HSV(B) | 49.26º | 0.54% | 0.69% | - |
| XYZ | 31.35 | 34.15 | 12.53 | - |
| YUV | 154.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 80 | 0 | 0.10 | 0.54 | 0.31 | 49.26 | 0.37 | 0.5 |
| Hex | AF | 9E | 50 | 0 | A | 36 | 1F | 31 | 25 | 32 |
| Octal | 257 | 236 | 120 | 0 | 12 | 66 | 37 | 61 | 45 | 62 |
| Binary | 10101111 | 10011110 | 1010000 | 0 | 1010 | 110110 | 11111 | 110001 | 100101 | 110010 |
Color Harmonies of #AF9E50
Complementary color
Monochromatic Colors of #AF9E50
Black with #AF9E50
Text Example
Text Example
White with #AF9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E50; }
p { color: rgb(175,158,80); }
H1.HeaderClassName
{
color: #AF9E50;
}
.AnyTagClassName
{
color: #AF9E50;
}
</style>
background-color css
<style>
a { background-color: #AF9E50; }
a { background-color: rgb(175,158,80); }
div.DivClassName
{
background-color: #AF9E50;
}
.BgClassName
{
background-color: #AF9E50;
}
</style>
border-color css
<style>
span { border-color: #AF9E50; }
span { border-color: rgb(175,158,80); }
td.TdClassName
{
border-color: #AF9E50;
}
.TagClassName
{
border-color: #AF9E50;
}
</style>