Shades of Husk #AF9C59
Tints of Husk #AF9C59
RGB
CMYK
RGB Variations
Color information
#AF9C59 (or 0xAF9C59) is known color: Husk. HEX triplet: AF, 9C and 59. RGB value is (175,156,89). Sum of RGB (Red+Green+Blue) = 175+156+89=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C59 is #5063A6. Grayscale: #9A9A9A. Windows color (decimal): -5268391 or 5872815. OLE color: 5872815.
HSL color Cylindrical-coordinate representation of color #AF9C59: hue angle of 46.74º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF9C59 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 89 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.31 |
| HSL | 46.74º | 0.35% | 0.52% | - |
| HSV(B) | 46.74º | 0.49% | 0.69% | - |
| XYZ | 31.37 | 33.61 | 14.29 | - |
| YUV | 154.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 89 | 0 | 0.11 | 0.49 | 0.31 | 46.74 | 0.35 | 0.52 |
| Hex | AF | 9C | 59 | 0 | B | 31 | 1F | 2F | 23 | 34 |
| Octal | 257 | 234 | 131 | 0 | 13 | 61 | 37 | 57 | 43 | 64 |
| Binary | 10101111 | 10011100 | 1011001 | 0 | 1011 | 110001 | 11111 | 101111 | 100011 | 110100 |
Color Harmonies of #AF9C59
Complementary color
Monochromatic Colors of #AF9C59
Black with #AF9C59
Text Example
Text Example
White with #AF9C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C59; }
p { color: rgb(175,156,89); }
H1.HeaderClassName
{
color: #AF9C59;
}
.AnyTagClassName
{
color: #AF9C59;
}
</style>
background-color css
<style>
a { background-color: #AF9C59; }
a { background-color: rgb(175,156,89); }
div.DivClassName
{
background-color: #AF9C59;
}
.BgClassName
{
background-color: #AF9C59;
}
</style>
border-color css
<style>
span { border-color: #AF9C59; }
span { border-color: rgb(175,156,89); }
td.TdClassName
{
border-color: #AF9C59;
}
.TagClassName
{
border-color: #AF9C59;
}
</style>