Shades of Husk #AB9A45
Tints of Husk #AB9A45
RGB
CMYK
RGB Variations
Color information
#AB9A45 (or 0xAB9A45) is known color: Husk. HEX triplet: AB, 9A and 45. RGB value is (171,154,69). Sum of RGB (Red+Green+Blue) = 171+154+69=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A45 is #5465BA. Grayscale: #959595. Windows color (decimal): -5531067 or 4561579. OLE color: 4561579.
HSL color Cylindrical-coordinate representation of color #AB9A45: hue angle of 50º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9A45 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 69 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.33 |
| HSL | 50º | 0.43% | 0.47% | - |
| HSV(B) | 50º | 0.6% | 0.67% | - |
| XYZ | 29.42 | 32.2 | 10.29 | - |
| YUV | 149.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 69 | 0 | 0.10 | 0.60 | 0.33 | 50 | 0.43 | 0.47 |
| Hex | AB | 9A | 45 | 0 | A | 3C | 21 | 32 | 2A | 2F |
| Octal | 253 | 232 | 105 | 0 | 12 | 74 | 41 | 62 | 52 | 57 |
| Binary | 10101011 | 10011010 | 1000101 | 0 | 1010 | 111100 | 100001 | 110010 | 101010 | 101111 |
Color Harmonies of #AB9A45
Complementary color
Monochromatic Colors of #AB9A45
Black with #AB9A45
Text Example
Text Example
White with #AB9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A45; }
p { color: rgb(171,154,69); }
H1.HeaderClassName
{
color: #AB9A45;
}
.AnyTagClassName
{
color: #AB9A45;
}
</style>
background-color css
<style>
a { background-color: #AB9A45; }
a { background-color: rgb(171,154,69); }
div.DivClassName
{
background-color: #AB9A45;
}
.BgClassName
{
background-color: #AB9A45;
}
</style>
border-color css
<style>
span { border-color: #AB9A45; }
span { border-color: rgb(171,154,69); }
td.TdClassName
{
border-color: #AB9A45;
}
.TagClassName
{
border-color: #AB9A45;
}
</style>