Shades of Husk #AFA14F
Tints of Husk #AFA14F
RGB
CMYK
RGB Variations
Color information
#AFA14F (or 0xAFA14F) is known color: Husk. HEX triplet: AF, A1 and 4F. RGB value is (175,161,79). Sum of RGB (Red+Green+Blue) = 175+161+79=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA14F is #505EB0. Grayscale: #9C9C9C. Windows color (decimal): -5267121 or 5218735. OLE color: 5218735.
HSL color Cylindrical-coordinate representation of color #AFA14F: hue angle of 51.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFA14F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 79 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.31 |
| HSL | 51.25º | 0.38% | 0.5% | - |
| HSV(B) | 51.25º | 0.55% | 0.69% | - |
| XYZ | 31.84 | 35.17 | 12.51 | - |
| YUV | 155.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 79 | 0 | 0.08 | 0.55 | 0.31 | 51.25 | 0.38 | 0.5 |
| Hex | AF | A1 | 4F | 0 | 8 | 37 | 1F | 33 | 26 | 32 |
| Octal | 257 | 241 | 117 | 0 | 10 | 67 | 37 | 63 | 46 | 62 |
| Binary | 10101111 | 10100001 | 1001111 | 0 | 1000 | 110111 | 11111 | 110011 | 100110 | 110010 |
Color Harmonies of #AFA14F
Complementary color
Monochromatic Colors of #AFA14F
Black with #AFA14F
Text Example
Text Example
White with #AFA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA14F; }
p { color: rgb(175,161,79); }
H1.HeaderClassName
{
color: #AFA14F;
}
.AnyTagClassName
{
color: #AFA14F;
}
</style>
background-color css
<style>
a { background-color: #AFA14F; }
a { background-color: rgb(175,161,79); }
div.DivClassName
{
background-color: #AFA14F;
}
.BgClassName
{
background-color: #AFA14F;
}
</style>
border-color css
<style>
span { border-color: #AFA14F; }
span { border-color: rgb(175,161,79); }
td.TdClassName
{
border-color: #AFA14F;
}
.TagClassName
{
border-color: #AFA14F;
}
</style>