Shades of Husk #AFA256
Tints of Husk #AFA256
RGB
CMYK
RGB Variations
Color information
#AFA256 (or 0xAFA256) is known color: Husk. HEX triplet: AF, A2 and 56. RGB value is (175,162,86). Sum of RGB (Red+Green+Blue) = 175+162+86=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA256 is #505DA9. Grayscale: #9D9D9D. Windows color (decimal): -5266858 or 5677743. OLE color: 5677743.
HSL color Cylindrical-coordinate representation of color #AFA256: hue angle of 51.24º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFA256 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 86 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.31 |
| HSL | 51.24º | 0.36% | 0.51% | - |
| HSV(B) | 51.24º | 0.51% | 0.69% | - |
| XYZ | 32.28 | 35.63 | 13.98 | - |
| YUV | 157.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 86 | 0 | 0.07 | 0.51 | 0.31 | 51.24 | 0.36 | 0.51 |
| Hex | AF | A2 | 56 | 0 | 7 | 33 | 1F | 33 | 24 | 33 |
| Octal | 257 | 242 | 126 | 0 | 7 | 63 | 37 | 63 | 44 | 63 |
| Binary | 10101111 | 10100010 | 1010110 | 0 | 111 | 110011 | 11111 | 110011 | 100100 | 110011 |
Color Harmonies of #AFA256
Complementary color
Monochromatic Colors of #AFA256
Black with #AFA256
Text Example
Text Example
White with #AFA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA256; }
p { color: rgb(175,162,86); }
H1.HeaderClassName
{
color: #AFA256;
}
.AnyTagClassName
{
color: #AFA256;
}
</style>
background-color css
<style>
a { background-color: #AFA256; }
a { background-color: rgb(175,162,86); }
div.DivClassName
{
background-color: #AFA256;
}
.BgClassName
{
background-color: #AFA256;
}
</style>
border-color css
<style>
span { border-color: #AFA256; }
span { border-color: rgb(175,162,86); }
td.TdClassName
{
border-color: #AFA256;
}
.TagClassName
{
border-color: #AFA256;
}
</style>