Shades of Husk #AF9A51
Tints of Husk #AF9A51
RGB
CMYK
RGB Variations
Color information
#AF9A51 (or 0xAF9A51) is known color: Husk. HEX triplet: AF, 9A and 51. RGB value is (175,154,81). Sum of RGB (Red+Green+Blue) = 175+154+81=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A51 is #5065AE. Grayscale: #989898. Windows color (decimal): -5268911 or 5348015. OLE color: 5348015.
HSL color Cylindrical-coordinate representation of color #AF9A51: hue angle of 46.6º 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 #AF9A51 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 81 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.31 |
| HSL | 46.6º | 0.37% | 0.5% | - |
| HSV(B) | 46.6º | 0.54% | 0.69% | - |
| XYZ | 30.72 | 32.82 | 12.5 | - |
| YUV | 151.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 81 | 0 | 0.12 | 0.54 | 0.31 | 46.6 | 0.37 | 0.5 |
| Hex | AF | 9A | 51 | 0 | C | 36 | 1F | 2F | 25 | 32 |
| Octal | 257 | 232 | 121 | 0 | 14 | 66 | 37 | 57 | 45 | 62 |
| Binary | 10101111 | 10011010 | 1010001 | 0 | 1100 | 110110 | 11111 | 101111 | 100101 | 110010 |
Color Harmonies of #AF9A51
Complementary color
Monochromatic Colors of #AF9A51
Black with #AF9A51
Text Example
Text Example
White with #AF9A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A51; }
p { color: rgb(175,154,81); }
H1.HeaderClassName
{
color: #AF9A51;
}
.AnyTagClassName
{
color: #AF9A51;
}
</style>
background-color css
<style>
a { background-color: #AF9A51; }
a { background-color: rgb(175,154,81); }
div.DivClassName
{
background-color: #AF9A51;
}
.BgClassName
{
background-color: #AF9A51;
}
</style>
border-color css
<style>
span { border-color: #AF9A51; }
span { border-color: rgb(175,154,81); }
td.TdClassName
{
border-color: #AF9A51;
}
.TagClassName
{
border-color: #AF9A51;
}
</style>