Shades of Husk #AFA453
Tints of Husk #AFA453
RGB
CMYK
RGB Variations
Color information
#AFA453 (or 0xAFA453) is known color: Husk. HEX triplet: AF, A4 and 53. RGB value is (175,164,83). Sum of RGB (Red+Green+Blue) = 175+164+83=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA453 is #505BAC. Grayscale: #9E9E9E. Windows color (decimal): -5266349 or 5481647. OLE color: 5481647.
HSL color Cylindrical-coordinate representation of color #AFA453: hue angle of 52.83º 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 #AFA453 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 83 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.31 |
| HSL | 52.83º | 0.37% | 0.51% | - |
| HSV(B) | 52.83º | 0.53% | 0.69% | - |
| XYZ | 32.52 | 36.29 | 13.47 | - |
| YUV | 158.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 83 | 0 | 0.06 | 0.53 | 0.31 | 52.83 | 0.37 | 0.51 |
| Hex | AF | A4 | 53 | 0 | 6 | 35 | 1F | 35 | 25 | 33 |
| Octal | 257 | 244 | 123 | 0 | 6 | 65 | 37 | 65 | 45 | 63 |
| Binary | 10101111 | 10100100 | 1010011 | 0 | 110 | 110101 | 11111 | 110101 | 100101 | 110011 |
Color Harmonies of #AFA453
Complementary color
Monochromatic Colors of #AFA453
Black with #AFA453
Text Example
Text Example
White with #AFA453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA453; }
p { color: rgb(175,164,83); }
H1.HeaderClassName
{
color: #AFA453;
}
.AnyTagClassName
{
color: #AFA453;
}
</style>
background-color css
<style>
a { background-color: #AFA453; }
a { background-color: rgb(175,164,83); }
div.DivClassName
{
background-color: #AFA453;
}
.BgClassName
{
background-color: #AFA453;
}
</style>
border-color css
<style>
span { border-color: #AFA453; }
span { border-color: rgb(175,164,83); }
td.TdClassName
{
border-color: #AFA453;
}
.TagClassName
{
border-color: #AFA453;
}
</style>