Shades of Lucky #AB9524
Tints of Lucky #AB9524
RGB
CMYK
RGB Variations
Color information
#AB9524 (or 0xAB9524) is known color: Lucky. HEX triplet: AB, 95 and 24. RGB value is (171,149,36). Sum of RGB (Red+Green+Blue) = 171+149+36=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9524 is #546ADB. Grayscale: #8F8F8F. Windows color (decimal): -5532380 or 2397611. OLE color: 2397611.
HSL color Cylindrical-coordinate representation of color #AB9524: hue angle of 50.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB9524 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 36 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.33 |
| HSL | 50.22º | 0.65% | 0.41% | - |
| HSV(B) | 50.22º | 0.79% | 0.67% | - |
| XYZ | 27.86 | 30.28 | 6.05 | - |
| YUV | 142.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 36 | 0 | 0.13 | 0.79 | 0.33 | 50.22 | 0.65 | 0.41 |
| Hex | AB | 95 | 24 | 0 | D | 4F | 21 | 32 | 41 | 29 |
| Octal | 253 | 225 | 44 | 0 | 15 | 117 | 41 | 62 | 101 | 51 |
| Binary | 10101011 | 10010101 | 100100 | 0 | 1101 | 1001111 | 100001 | 110010 | 1000001 | 101001 |
Color Harmonies of #AB9524
Complementary color
Monochromatic Colors of #AB9524
Black with #AB9524
Text Example
Text Example
White with #AB9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9524; }
p { color: rgb(171,149,36); }
H1.HeaderClassName
{
color: #AB9524;
}
.AnyTagClassName
{
color: #AB9524;
}
</style>
background-color css
<style>
a { background-color: #AB9524; }
a { background-color: rgb(171,149,36); }
div.DivClassName
{
background-color: #AB9524;
}
.BgClassName
{
background-color: #AB9524;
}
</style>
border-color css
<style>
span { border-color: #AB9524; }
span { border-color: rgb(171,149,36); }
td.TdClassName
{
border-color: #AB9524;
}
.TagClassName
{
border-color: #AB9524;
}
</style>