Shades of Lucky #AB9425
Tints of Lucky #AB9425
RGB
CMYK
RGB Variations
Color information
#AB9425 (or 0xAB9425) is known color: Lucky. HEX triplet: AB, 94 and 25. RGB value is (171,148,37). Sum of RGB (Red+Green+Blue) = 171+148+37=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9425 is #546BDA. Grayscale: #8E8E8E. Windows color (decimal): -5532635 or 2462891. OLE color: 2462891.
HSL color Cylindrical-coordinate representation of color #AB9425: hue angle of 49.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB9425 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 37 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.33 |
| HSL | 49.7º | 0.64% | 0.41% | - |
| HSV(B) | 49.7º | 0.78% | 0.67% | - |
| XYZ | 27.72 | 29.97 | 6.07 | - |
| YUV | 142.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 37 | 0 | 0.13 | 0.78 | 0.33 | 49.7 | 0.64 | 0.41 |
| Hex | AB | 94 | 25 | 0 | D | 4E | 21 | 32 | 40 | 29 |
| Octal | 253 | 224 | 45 | 0 | 15 | 116 | 41 | 62 | 100 | 51 |
| Binary | 10101011 | 10010100 | 100101 | 0 | 1101 | 1001110 | 100001 | 110010 | 1000000 | 101001 |
Color Harmonies of #AB9425
Complementary color
Monochromatic Colors of #AB9425
Black with #AB9425
Text Example
Text Example
White with #AB9425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9425; }
p { color: rgb(171,148,37); }
H1.HeaderClassName
{
color: #AB9425;
}
.AnyTagClassName
{
color: #AB9425;
}
</style>
background-color css
<style>
a { background-color: #AB9425; }
a { background-color: rgb(171,148,37); }
div.DivClassName
{
background-color: #AB9425;
}
.BgClassName
{
background-color: #AB9425;
}
</style>
border-color css
<style>
span { border-color: #AB9425; }
span { border-color: rgb(171,148,37); }
td.TdClassName
{
border-color: #AB9425;
}
.TagClassName
{
border-color: #AB9425;
}
</style>