Shades of Husk #AFA355
Tints of Husk #AFA355
RGB
CMYK
RGB Variations
Color information
#AFA355 (or 0xAFA355) is known color: Husk. HEX triplet: AF, A3 and 55. RGB value is (175,163,85). Sum of RGB (Red+Green+Blue) = 175+163+85=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA355 is #505CAA. Grayscale: #9E9E9E. Windows color (decimal): -5266603 or 5612463. OLE color: 5612463.
HSL color Cylindrical-coordinate representation of color #AFA355: hue angle of 52º 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 #AFA355 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 85 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.31 |
| HSL | 52º | 0.36% | 0.51% | - |
| HSV(B) | 52º | 0.51% | 0.69% | - |
| XYZ | 32.42 | 35.96 | 13.83 | - |
| YUV | 157.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 85 | 0 | 0.07 | 0.51 | 0.31 | 52 | 0.36 | 0.51 |
| Hex | AF | A3 | 55 | 0 | 7 | 33 | 1F | 34 | 24 | 33 |
| Octal | 257 | 243 | 125 | 0 | 7 | 63 | 37 | 64 | 44 | 63 |
| Binary | 10101111 | 10100011 | 1010101 | 0 | 111 | 110011 | 11111 | 110100 | 100100 | 110011 |
Color Harmonies of #AFA355
Complementary color
Monochromatic Colors of #AFA355
Black with #AFA355
Text Example
Text Example
White with #AFA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA355; }
p { color: rgb(175,163,85); }
H1.HeaderClassName
{
color: #AFA355;
}
.AnyTagClassName
{
color: #AFA355;
}
</style>
background-color css
<style>
a { background-color: #AFA355; }
a { background-color: rgb(175,163,85); }
div.DivClassName
{
background-color: #AFA355;
}
.BgClassName
{
background-color: #AFA355;
}
</style>
border-color css
<style>
span { border-color: #AFA355; }
span { border-color: rgb(175,163,85); }
td.TdClassName
{
border-color: #AFA355;
}
.TagClassName
{
border-color: #AFA355;
}
</style>