Shades of Lucky #AB9510
Tints of Lucky #AB9510
RGB
CMYK
RGB Variations
Color information
#AB9510 (or 0xAB9510) is known color: Lucky. HEX triplet: AB, 95 and 10. RGB value is (171,149,16). Sum of RGB (Red+Green+Blue) = 171+149+16=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9510 is #546AEF. Grayscale: #8C8C8C. Windows color (decimal): -5532400 or 1086891. OLE color: 1086891.
HSL color Cylindrical-coordinate representation of color #AB9510: hue angle of 51.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB9510 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 16 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.33 |
| HSL | 51.48º | 0.83% | 0.37% | - |
| HSV(B) | 51.48º | 0.91% | 0.67% | - |
| XYZ | 27.64 | 30.19 | 4.86 | - |
| YUV | 140.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 16 | 0 | 0.13 | 0.91 | 0.33 | 51.48 | 0.83 | 0.37 |
| Hex | AB | 95 | 10 | 0 | D | 5B | 21 | 33 | 53 | 25 |
| Octal | 253 | 225 | 20 | 0 | 15 | 133 | 41 | 63 | 123 | 45 |
| Binary | 10101011 | 10010101 | 10000 | 0 | 1101 | 1011011 | 100001 | 110011 | 1010011 | 100101 |
Color Harmonies of #AB9510
Complementary color
Monochromatic Colors of #AB9510
Black with #AB9510
Text Example
Text Example
White with #AB9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9510; }
p { color: rgb(171,149,16); }
H1.HeaderClassName
{
color: #AB9510;
}
.AnyTagClassName
{
color: #AB9510;
}
</style>
background-color css
<style>
a { background-color: #AB9510; }
a { background-color: rgb(171,149,16); }
div.DivClassName
{
background-color: #AB9510;
}
.BgClassName
{
background-color: #AB9510;
}
</style>
border-color css
<style>
span { border-color: #AB9510; }
span { border-color: rgb(171,149,16); }
td.TdClassName
{
border-color: #AB9510;
}
.TagClassName
{
border-color: #AB9510;
}
</style>