Shades of Husk #AB9449
Tints of Husk #AB9449
RGB
CMYK
RGB Variations
Color information
#AB9449 (or 0xAB9449) is known color: Husk. HEX triplet: AB, 94 and 49. RGB value is (171,148,73). Sum of RGB (Red+Green+Blue) = 171+148+73=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9449 is #546BB6. Grayscale: #929292. Windows color (decimal): -5532599 or 4822187. OLE color: 4822187.
HSL color Cylindrical-coordinate representation of color #AB9449: hue angle of 45.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB9449 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 73 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.33 |
| HSL | 45.92º | 0.4% | 0.48% | - |
| HSV(B) | 45.92º | 0.57% | 0.67% | - |
| XYZ | 28.59 | 30.32 | 10.65 | - |
| YUV | 146.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 73 | 0 | 0.13 | 0.57 | 0.33 | 45.92 | 0.4 | 0.48 |
| Hex | AB | 94 | 49 | 0 | D | 39 | 21 | 2E | 28 | 30 |
| Octal | 253 | 224 | 111 | 0 | 15 | 71 | 41 | 56 | 50 | 60 |
| Binary | 10101011 | 10010100 | 1001001 | 0 | 1101 | 111001 | 100001 | 101110 | 101000 | 110000 |
Color Harmonies of #AB9449
Complementary color
Monochromatic Colors of #AB9449
Black with #AB9449
Text Example
Text Example
White with #AB9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9449; }
p { color: rgb(171,148,73); }
H1.HeaderClassName
{
color: #AB9449;
}
.AnyTagClassName
{
color: #AB9449;
}
</style>
background-color css
<style>
a { background-color: #AB9449; }
a { background-color: rgb(171,148,73); }
div.DivClassName
{
background-color: #AB9449;
}
.BgClassName
{
background-color: #AB9449;
}
</style>
border-color css
<style>
span { border-color: #AB9449; }
span { border-color: rgb(171,148,73); }
td.TdClassName
{
border-color: #AB9449;
}
.TagClassName
{
border-color: #AB9449;
}
</style>