Shades of Husk #AFA251
Tints of Husk #AFA251
RGB
CMYK
RGB Variations
Color information
#AFA251 (or 0xAFA251) is known color: Husk. HEX triplet: AF, A2 and 51. RGB value is (175,162,81). Sum of RGB (Red+Green+Blue) = 175+162+81=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA251 is #505DAE. Grayscale: #9C9C9C. Windows color (decimal): -5266863 or 5350063. OLE color: 5350063.
HSL color Cylindrical-coordinate representation of color #AFA251: hue angle of 51.7º 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 #AFA251 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 81 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.31 |
| HSL | 51.7º | 0.37% | 0.5% | - |
| HSV(B) | 51.7º | 0.54% | 0.69% | - |
| XYZ | 32.08 | 35.55 | 12.96 | - |
| YUV | 156.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 81 | 0 | 0.07 | 0.54 | 0.31 | 51.7 | 0.37 | 0.5 |
| Hex | AF | A2 | 51 | 0 | 7 | 36 | 1F | 34 | 25 | 32 |
| Octal | 257 | 242 | 121 | 0 | 7 | 66 | 37 | 64 | 45 | 62 |
| Binary | 10101111 | 10100010 | 1010001 | 0 | 111 | 110110 | 11111 | 110100 | 100101 | 110010 |
Color Harmonies of #AFA251
Complementary color
Monochromatic Colors of #AFA251
Black with #AFA251
Text Example
Text Example
White with #AFA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA251; }
p { color: rgb(175,162,81); }
H1.HeaderClassName
{
color: #AFA251;
}
.AnyTagClassName
{
color: #AFA251;
}
</style>
background-color css
<style>
a { background-color: #AFA251; }
a { background-color: rgb(175,162,81); }
div.DivClassName
{
background-color: #AFA251;
}
.BgClassName
{
background-color: #AFA251;
}
</style>
border-color css
<style>
span { border-color: #AFA251; }
span { border-color: rgb(175,162,81); }
td.TdClassName
{
border-color: #AFA251;
}
.TagClassName
{
border-color: #AFA251;
}
</style>