Shades of Husk #AFA253
Tints of Husk #AFA253
RGB
CMYK
RGB Variations
Color information
#AFA253 (or 0xAFA253) is known color: Husk. HEX triplet: AF, A2 and 53. RGB value is (175,162,83). Sum of RGB (Red+Green+Blue) = 175+162+83=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA253 is #505DAC. Grayscale: #9D9D9D. Windows color (decimal): -5266861 or 5481135. OLE color: 5481135.
HSL color Cylindrical-coordinate representation of color #AFA253: hue angle of 51.52º 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 #AFA253 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 83 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.31 |
| HSL | 51.52º | 0.37% | 0.51% | - |
| HSV(B) | 51.52º | 0.53% | 0.69% | - |
| XYZ | 32.16 | 35.58 | 13.36 | - |
| YUV | 156.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 83 | 0 | 0.07 | 0.53 | 0.31 | 51.52 | 0.37 | 0.51 |
| Hex | AF | A2 | 53 | 0 | 7 | 35 | 1F | 34 | 25 | 33 |
| Octal | 257 | 242 | 123 | 0 | 7 | 65 | 37 | 64 | 45 | 63 |
| Binary | 10101111 | 10100010 | 1010011 | 0 | 111 | 110101 | 11111 | 110100 | 100101 | 110011 |
Color Harmonies of #AFA253
Complementary color
Monochromatic Colors of #AFA253
Black with #AFA253
Text Example
Text Example
White with #AFA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA253; }
p { color: rgb(175,162,83); }
H1.HeaderClassName
{
color: #AFA253;
}
.AnyTagClassName
{
color: #AFA253;
}
</style>
background-color css
<style>
a { background-color: #AFA253; }
a { background-color: rgb(175,162,83); }
div.DivClassName
{
background-color: #AFA253;
}
.BgClassName
{
background-color: #AFA253;
}
</style>
border-color css
<style>
span { border-color: #AFA253; }
span { border-color: rgb(175,162,83); }
td.TdClassName
{
border-color: #AFA253;
}
.TagClassName
{
border-color: #AFA253;
}
</style>