Shades of Husk #AB9550
Tints of Husk #AB9550
RGB
CMYK
RGB Variations
Color information
#AB9550 (or 0xAB9550) is known color: Husk. HEX triplet: AB, 95 and 50. RGB value is (171,149,80). Sum of RGB (Red+Green+Blue) = 171+149+80=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9550 is #546AAF. Grayscale: #949494. Windows color (decimal): -5532336 or 5281195. OLE color: 5281195.
HSL color Cylindrical-coordinate representation of color #AB9550: hue angle of 45.49º 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 #AB9550 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 80 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.33 |
| HSL | 45.49º | 0.36% | 0.49% | - |
| HSV(B) | 45.49º | 0.53% | 0.67% | - |
| XYZ | 28.99 | 30.73 | 11.99 | - |
| YUV | 147.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 80 | 0 | 0.13 | 0.53 | 0.33 | 45.49 | 0.36 | 0.49 |
| Hex | AB | 95 | 50 | 0 | D | 35 | 21 | 2D | 24 | 31 |
| Octal | 253 | 225 | 120 | 0 | 15 | 65 | 41 | 55 | 44 | 61 |
| Binary | 10101011 | 10010101 | 1010000 | 0 | 1101 | 110101 | 100001 | 101101 | 100100 | 110001 |
Color Harmonies of #AB9550
Complementary color
Monochromatic Colors of #AB9550
Black with #AB9550
Text Example
Text Example
White with #AB9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9550; }
p { color: rgb(171,149,80); }
H1.HeaderClassName
{
color: #AB9550;
}
.AnyTagClassName
{
color: #AB9550;
}
</style>
background-color css
<style>
a { background-color: #AB9550; }
a { background-color: rgb(171,149,80); }
div.DivClassName
{
background-color: #AB9550;
}
.BgClassName
{
background-color: #AB9550;
}
</style>
border-color css
<style>
span { border-color: #AB9550; }
span { border-color: rgb(171,149,80); }
td.TdClassName
{
border-color: #AB9550;
}
.TagClassName
{
border-color: #AB9550;
}
</style>