Shades of Husk #AFA05A
Tints of Husk #AFA05A
RGB
CMYK
RGB Variations
Color information
#AFA05A (or 0xAFA05A) is known color: Husk. HEX triplet: AF, A0 and 5A. RGB value is (175,160,90). Sum of RGB (Red+Green+Blue) = 175+160+90=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA05A is #505FA5. Grayscale: #9C9C9C. Windows color (decimal): -5267366 or 5939375. OLE color: 5939375.
HSL color Cylindrical-coordinate representation of color #AFA05A: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA05A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 90 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.31 |
| HSL | 49.41º | 0.35% | 0.52% | - |
| HSV(B) | 49.41º | 0.49% | 0.69% | - |
| XYZ | 32.1 | 34.99 | 14.74 | - |
| YUV | 156.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 90 | 0 | 0.09 | 0.49 | 0.31 | 49.41 | 0.35 | 0.52 |
| Hex | AF | A0 | 5A | 0 | 9 | 31 | 1F | 31 | 23 | 34 |
| Octal | 257 | 240 | 132 | 0 | 11 | 61 | 37 | 61 | 43 | 64 |
| Binary | 10101111 | 10100000 | 1011010 | 0 | 1001 | 110001 | 11111 | 110001 | 100011 | 110100 |
Color Harmonies of #AFA05A
Complementary color
Monochromatic Colors of #AFA05A
Black with #AFA05A
Text Example
Text Example
White with #AFA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA05A; }
p { color: rgb(175,160,90); }
H1.HeaderClassName
{
color: #AFA05A;
}
.AnyTagClassName
{
color: #AFA05A;
}
</style>
background-color css
<style>
a { background-color: #AFA05A; }
a { background-color: rgb(175,160,90); }
div.DivClassName
{
background-color: #AFA05A;
}
.BgClassName
{
background-color: #AFA05A;
}
</style>
border-color css
<style>
span { border-color: #AFA05A; }
span { border-color: rgb(175,160,90); }
td.TdClassName
{
border-color: #AFA05A;
}
.TagClassName
{
border-color: #AFA05A;
}
</style>