Shades of Husk #AFA053
Tints of Husk #AFA053
RGB
CMYK
RGB Variations
Color information
#AFA053 (or 0xAFA053) is known color: Husk. HEX triplet: AF, A0 and 53. RGB value is (175,160,83). Sum of RGB (Red+Green+Blue) = 175+160+83=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA053 is #505FAC. Grayscale: #9C9C9C. Windows color (decimal): -5267373 or 5480623. OLE color: 5480623.
HSL color Cylindrical-coordinate representation of color #AFA053: hue angle of 50.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA053 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 83 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.31 |
| HSL | 50.22º | 0.37% | 0.51% | - |
| HSV(B) | 50.22º | 0.53% | 0.69% | - |
| XYZ | 31.81 | 34.88 | 13.24 | - |
| YUV | 155.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 83 | 0 | 0.09 | 0.53 | 0.31 | 50.22 | 0.37 | 0.51 |
| Hex | AF | A0 | 53 | 0 | 9 | 35 | 1F | 32 | 25 | 33 |
| Octal | 257 | 240 | 123 | 0 | 11 | 65 | 37 | 62 | 45 | 63 |
| Binary | 10101111 | 10100000 | 1010011 | 0 | 1001 | 110101 | 11111 | 110010 | 100101 | 110011 |
Color Harmonies of #AFA053
Complementary color
Monochromatic Colors of #AFA053
Black with #AFA053
Text Example
Text Example
White with #AFA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA053; }
p { color: rgb(175,160,83); }
H1.HeaderClassName
{
color: #AFA053;
}
.AnyTagClassName
{
color: #AFA053;
}
</style>
background-color css
<style>
a { background-color: #AFA053; }
a { background-color: rgb(175,160,83); }
div.DivClassName
{
background-color: #AFA053;
}
.BgClassName
{
background-color: #AFA053;
}
</style>
border-color css
<style>
span { border-color: #AFA053; }
span { border-color: rgb(175,160,83); }
td.TdClassName
{
border-color: #AFA053;
}
.TagClassName
{
border-color: #AFA053;
}
</style>