Shades of Husk #AF9A57
Tints of Husk #AF9A57
RGB
CMYK
RGB Variations
Color information
#AF9A57 (or 0xAF9A57) is known color: Husk. HEX triplet: AF, 9A and 57. RGB value is (175,154,87). Sum of RGB (Red+Green+Blue) = 175+154+87=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A57 is #5065A8. Grayscale: #989898. Windows color (decimal): -5268905 or 5741231. OLE color: 5741231.
HSL color Cylindrical-coordinate representation of color #AF9A57: hue angle of 45.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF9A57 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 87 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.31 |
| HSL | 45.68º | 0.35% | 0.51% | - |
| HSV(B) | 45.68º | 0.5% | 0.69% | - |
| XYZ | 30.96 | 32.91 | 13.74 | - |
| YUV | 152.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 87 | 0 | 0.12 | 0.50 | 0.31 | 45.68 | 0.35 | 0.51 |
| Hex | AF | 9A | 57 | 0 | C | 32 | 1F | 2E | 23 | 33 |
| Octal | 257 | 232 | 127 | 0 | 14 | 62 | 37 | 56 | 43 | 63 |
| Binary | 10101111 | 10011010 | 1010111 | 0 | 1100 | 110010 | 11111 | 101110 | 100011 | 110011 |
Color Harmonies of #AF9A57
Complementary color
Monochromatic Colors of #AF9A57
Black with #AF9A57
Text Example
Text Example
White with #AF9A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A57; }
p { color: rgb(175,154,87); }
H1.HeaderClassName
{
color: #AF9A57;
}
.AnyTagClassName
{
color: #AF9A57;
}
</style>
background-color css
<style>
a { background-color: #AF9A57; }
a { background-color: rgb(175,154,87); }
div.DivClassName
{
background-color: #AF9A57;
}
.BgClassName
{
background-color: #AF9A57;
}
</style>
border-color css
<style>
span { border-color: #AF9A57; }
span { border-color: rgb(175,154,87); }
td.TdClassName
{
border-color: #AF9A57;
}
.TagClassName
{
border-color: #AF9A57;
}
</style>