Shades of Husk #AF9E5B
Tints of Husk #AF9E5B
RGB
CMYK
RGB Variations
Color information
#AF9E5B (or 0xAF9E5B) is known color: Husk. HEX triplet: AF, 9E and 5B. RGB value is (175,158,91). Sum of RGB (Red+Green+Blue) = 175+158+91=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5B is #5061A4. Grayscale: #9B9B9B. Windows color (decimal): -5267877 or 6004399. OLE color: 6004399.
HSL color Cylindrical-coordinate representation of color #AF9E5B: hue angle of 47.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF9E5B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 91 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.31 |
| HSL | 47.86º | 0.34% | 0.52% | - |
| HSV(B) | 47.86º | 0.48% | 0.69% | - |
| XYZ | 31.79 | 34.32 | 14.85 | - |
| YUV | 155.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 91 | 0 | 0.10 | 0.48 | 0.31 | 47.86 | 0.34 | 0.52 |
| Hex | AF | 9E | 5B | 0 | A | 30 | 1F | 30 | 22 | 34 |
| Octal | 257 | 236 | 133 | 0 | 12 | 60 | 37 | 60 | 42 | 64 |
| Binary | 10101111 | 10011110 | 1011011 | 0 | 1010 | 110000 | 11111 | 110000 | 100010 | 110100 |
Color Harmonies of #AF9E5B
Complementary color
Monochromatic Colors of #AF9E5B
Black with #AF9E5B
Text Example
Text Example
White with #AF9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E5B; }
p { color: rgb(175,158,91); }
H1.HeaderClassName
{
color: #AF9E5B;
}
.AnyTagClassName
{
color: #AF9E5B;
}
</style>
background-color css
<style>
a { background-color: #AF9E5B; }
a { background-color: rgb(175,158,91); }
div.DivClassName
{
background-color: #AF9E5B;
}
.BgClassName
{
background-color: #AF9E5B;
}
</style>
border-color css
<style>
span { border-color: #AF9E5B; }
span { border-color: rgb(175,158,91); }
td.TdClassName
{
border-color: #AF9E5B;
}
.TagClassName
{
border-color: #AF9E5B;
}
</style>