Shades of Husk #AF9F54
Tints of Husk #AF9F54
RGB
CMYK
RGB Variations
Color information
#AF9F54 (or 0xAF9F54) is known color: Husk. HEX triplet: AF, 9F and 54. RGB value is (175,159,84). Sum of RGB (Red+Green+Blue) = 175+159+84=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F54 is #5060AB. Grayscale: #9B9B9B. Windows color (decimal): -5267628 or 5545903. OLE color: 5545903.
HSL color Cylindrical-coordinate representation of color #AF9F54: hue angle of 49.45º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF9F54 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 84 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.31 |
| HSL | 49.45º | 0.36% | 0.51% | - |
| HSV(B) | 49.45º | 0.52% | 0.69% | - |
| XYZ | 31.68 | 34.55 | 13.39 | - |
| YUV | 155.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 84 | 0 | 0.09 | 0.52 | 0.31 | 49.45 | 0.36 | 0.51 |
| Hex | AF | 9F | 54 | 0 | 9 | 34 | 1F | 31 | 24 | 33 |
| Octal | 257 | 237 | 124 | 0 | 11 | 64 | 37 | 61 | 44 | 63 |
| Binary | 10101111 | 10011111 | 1010100 | 0 | 1001 | 110100 | 11111 | 110001 | 100100 | 110011 |
Color Harmonies of #AF9F54
Complementary color
Monochromatic Colors of #AF9F54
Black with #AF9F54
Text Example
Text Example
White with #AF9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F54; }
p { color: rgb(175,159,84); }
H1.HeaderClassName
{
color: #AF9F54;
}
.AnyTagClassName
{
color: #AF9F54;
}
</style>
background-color css
<style>
a { background-color: #AF9F54; }
a { background-color: rgb(175,159,84); }
div.DivClassName
{
background-color: #AF9F54;
}
.BgClassName
{
background-color: #AF9F54;
}
</style>
border-color css
<style>
span { border-color: #AF9F54; }
span { border-color: rgb(175,159,84); }
td.TdClassName
{
border-color: #AF9F54;
}
.TagClassName
{
border-color: #AF9F54;
}
</style>