Shades of Husk #AB9F58
Tints of Husk #AB9F58
RGB
CMYK
RGB Variations
Color information
#AB9F58 (or 0xAB9F58) is known color: Husk. HEX triplet: AB, 9F and 58. RGB value is (171,159,88). Sum of RGB (Red+Green+Blue) = 171+159+88=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F58 is #5460A7. Grayscale: #9A9A9A. Windows color (decimal): -5529768 or 5808043. OLE color: 5808043.
HSL color Cylindrical-coordinate representation of color #AB9F58: hue angle of 51.33º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB9F58 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 88 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.33 |
| HSL | 51.33º | 0.33% | 0.51% | - |
| HSV(B) | 51.33º | 0.49% | 0.67% | - |
| XYZ | 30.95 | 34.16 | 14.19 | - |
| YUV | 154.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 88 | 0 | 0.07 | 0.49 | 0.33 | 51.33 | 0.33 | 0.51 |
| Hex | AB | 9F | 58 | 0 | 7 | 31 | 21 | 33 | 21 | 33 |
| Octal | 253 | 237 | 130 | 0 | 7 | 61 | 41 | 63 | 41 | 63 |
| Binary | 10101011 | 10011111 | 1011000 | 0 | 111 | 110001 | 100001 | 110011 | 100001 | 110011 |
Color Harmonies of #AB9F58
Complementary color
Monochromatic Colors of #AB9F58
Black with #AB9F58
Text Example
Text Example
White with #AB9F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F58; }
p { color: rgb(171,159,88); }
H1.HeaderClassName
{
color: #AB9F58;
}
.AnyTagClassName
{
color: #AB9F58;
}
</style>
background-color css
<style>
a { background-color: #AB9F58; }
a { background-color: rgb(171,159,88); }
div.DivClassName
{
background-color: #AB9F58;
}
.BgClassName
{
background-color: #AB9F58;
}
</style>
border-color css
<style>
span { border-color: #AB9F58; }
span { border-color: rgb(171,159,88); }
td.TdClassName
{
border-color: #AB9F58;
}
.TagClassName
{
border-color: #AB9F58;
}
</style>