Shades of Husk #AB9F50
Tints of Husk #AB9F50
RGB
CMYK
RGB Variations
Color information
#AB9F50 (or 0xAB9F50) is known color: Husk. HEX triplet: AB, 9F and 50. RGB value is (171,159,80). Sum of RGB (Red+Green+Blue) = 171+159+80=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F50 is #5460AF. Grayscale: #999999. Windows color (decimal): -5529776 or 5283755. OLE color: 5283755.
HSL color Cylindrical-coordinate representation of color #AB9F50: hue angle of 52.09º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB9F50 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 80 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.33 |
| HSL | 52.09º | 0.36% | 0.49% | - |
| HSV(B) | 52.09º | 0.53% | 0.67% | - |
| XYZ | 30.64 | 34.03 | 12.54 | - |
| YUV | 153.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 80 | 0 | 0.07 | 0.53 | 0.33 | 52.09 | 0.36 | 0.49 |
| Hex | AB | 9F | 50 | 0 | 7 | 35 | 21 | 34 | 24 | 31 |
| Octal | 253 | 237 | 120 | 0 | 7 | 65 | 41 | 64 | 44 | 61 |
| Binary | 10101011 | 10011111 | 1010000 | 0 | 111 | 110101 | 100001 | 110100 | 100100 | 110001 |
Color Harmonies of #AB9F50
Complementary color
Monochromatic Colors of #AB9F50
Black with #AB9F50
Text Example
Text Example
White with #AB9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F50; }
p { color: rgb(171,159,80); }
H1.HeaderClassName
{
color: #AB9F50;
}
.AnyTagClassName
{
color: #AB9F50;
}
</style>
background-color css
<style>
a { background-color: #AB9F50; }
a { background-color: rgb(171,159,80); }
div.DivClassName
{
background-color: #AB9F50;
}
.BgClassName
{
background-color: #AB9F50;
}
</style>
border-color css
<style>
span { border-color: #AB9F50; }
span { border-color: rgb(171,159,80); }
td.TdClassName
{
border-color: #AB9F50;
}
.TagClassName
{
border-color: #AB9F50;
}
</style>