Shades of Lucky #AB9A0A
Tints of Lucky #AB9A0A
RGB
CMYK
RGB Variations
Color information
#AB9A0A (or 0xAB9A0A) is known color: Lucky. HEX triplet: AB, 9A and 0A. RGB value is (171,154,10). Sum of RGB (Red+Green+Blue) = 171+154+10=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9A0A is #5465F5. Grayscale: #8F8F8F. Windows color (decimal): -5531126 or 694955. OLE color: 694955.
HSL color Cylindrical-coordinate representation of color #AB9A0A: hue angle of 53.66º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB9A0A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 10 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.33 |
| HSL | 53.66º | 0.89% | 0.35% | - |
| HSV(B) | 53.66º | 0.94% | 0.67% | - |
| XYZ | 28.4 | 31.79 | 4.93 | - |
| YUV | 142.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 10 | 0 | 0.10 | 0.94 | 0.33 | 53.66 | 0.89 | 0.35 |
| Hex | AB | 9A | A | 0 | A | 5E | 21 | 36 | 59 | 23 |
| Octal | 253 | 232 | 12 | 0 | 12 | 136 | 41 | 66 | 131 | 43 |
| Binary | 10101011 | 10011010 | 1010 | 0 | 1010 | 1011110 | 100001 | 110110 | 1011001 | 100011 |
Color Harmonies of #AB9A0A
Complementary color
Monochromatic Colors of #AB9A0A
Black with #AB9A0A
Text Example
Text Example
White with #AB9A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A0A; }
p { color: rgb(171,154,10); }
H1.HeaderClassName
{
color: #AB9A0A;
}
.AnyTagClassName
{
color: #AB9A0A;
}
</style>
background-color css
<style>
a { background-color: #AB9A0A; }
a { background-color: rgb(171,154,10); }
div.DivClassName
{
background-color: #AB9A0A;
}
.BgClassName
{
background-color: #AB9A0A;
}
</style>
border-color css
<style>
span { border-color: #AB9A0A; }
span { border-color: rgb(171,154,10); }
td.TdClassName
{
border-color: #AB9A0A;
}
.TagClassName
{
border-color: #AB9A0A;
}
</style>