Shades of Husk #AB9351
Tints of Husk #AB9351
RGB
CMYK
RGB Variations
Color information
#AB9351 (or 0xAB9351) is known color: Husk. HEX triplet: AB, 93 and 51. RGB value is (171,147,81). Sum of RGB (Red+Green+Blue) = 171+147+81=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9351 is #546CAE. Grayscale: #929292. Windows color (decimal): -5532847 or 5346219. OLE color: 5346219.
HSL color Cylindrical-coordinate representation of color #AB9351: hue angle of 44º 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 #AB9351 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 81 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.33 |
| HSL | 44º | 0.36% | 0.49% | - |
| HSV(B) | 44º | 0.53% | 0.67% | - |
| XYZ | 28.71 | 30.12 | 12.08 | - |
| YUV | 146.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 81 | 0 | 0.14 | 0.53 | 0.33 | 44 | 0.36 | 0.49 |
| Hex | AB | 93 | 51 | 0 | E | 35 | 21 | 2C | 24 | 31 |
| Octal | 253 | 223 | 121 | 0 | 16 | 65 | 41 | 54 | 44 | 61 |
| Binary | 10101011 | 10010011 | 1010001 | 0 | 1110 | 110101 | 100001 | 101100 | 100100 | 110001 |
Color Harmonies of #AB9351
Complementary color
Monochromatic Colors of #AB9351
Black with #AB9351
Text Example
Text Example
White with #AB9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9351; }
p { color: rgb(171,147,81); }
H1.HeaderClassName
{
color: #AB9351;
}
.AnyTagClassName
{
color: #AB9351;
}
</style>
background-color css
<style>
a { background-color: #AB9351; }
a { background-color: rgb(171,147,81); }
div.DivClassName
{
background-color: #AB9351;
}
.BgClassName
{
background-color: #AB9351;
}
</style>
border-color css
<style>
span { border-color: #AB9351; }
span { border-color: rgb(171,147,81); }
td.TdClassName
{
border-color: #AB9351;
}
.TagClassName
{
border-color: #AB9351;
}
</style>