Shades of Husk #AF914F
Tints of Husk #AF914F
RGB
CMYK
RGB Variations
Color information
#AF914F (or 0xAF914F) is known color: Husk. HEX triplet: AF, 91 and 4F. RGB value is (175,145,79). Sum of RGB (Red+Green+Blue) = 175+145+79=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF914F is #506EB0. Grayscale: #929292. Windows color (decimal): -5271217 or 5214639. OLE color: 5214639.
HSL color Cylindrical-coordinate representation of color #AF914F: hue angle of 41.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 #AF914F is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 79 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.31 |
| HSL | 41.25º | 0.38% | 0.5% | - |
| HSV(B) | 41.25º | 0.55% | 0.69% | - |
| XYZ | 29.22 | 29.93 | 11.63 | - |
| YUV | 146.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 79 | 0 | 0.17 | 0.55 | 0.31 | 41.25 | 0.38 | 0.5 |
| Hex | AF | 91 | 4F | 0 | 11 | 37 | 1F | 29 | 26 | 32 |
| Octal | 257 | 221 | 117 | 0 | 21 | 67 | 37 | 51 | 46 | 62 |
| Binary | 10101111 | 10010001 | 1001111 | 0 | 10001 | 110111 | 11111 | 101001 | 100110 | 110010 |
Color Harmonies of #AF914F
Complementary color
Monochromatic Colors of #AF914F
Black with #AF914F
Text Example
Text Example
White with #AF914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF914F; }
p { color: rgb(175,145,79); }
H1.HeaderClassName
{
color: #AF914F;
}
.AnyTagClassName
{
color: #AF914F;
}
</style>
background-color css
<style>
a { background-color: #AF914F; }
a { background-color: rgb(175,145,79); }
div.DivClassName
{
background-color: #AF914F;
}
.BgClassName
{
background-color: #AF914F;
}
</style>
border-color css
<style>
span { border-color: #AF914F; }
span { border-color: rgb(175,145,79); }
td.TdClassName
{
border-color: #AF914F;
}
.TagClassName
{
border-color: #AF914F;
}
</style>