Shades of Lucky #AB9D25
Tints of Lucky #AB9D25
RGB
CMYK
RGB Variations
Color information
#AB9D25 (or 0xAB9D25) is known color: Lucky. HEX triplet: AB, 9D and 25. RGB value is (171,157,37). Sum of RGB (Red+Green+Blue) = 171+157+37=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D25 is #5462DA. Grayscale: #949494. Windows color (decimal): -5530331 or 2465195. OLE color: 2465195.
HSL color Cylindrical-coordinate representation of color #AB9D25: hue angle of 53.73º 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 #AB9D25 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 37 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.33 |
| HSL | 53.73º | 0.64% | 0.41% | - |
| HSV(B) | 53.73º | 0.78% | 0.67% | - |
| XYZ | 29.19 | 32.91 | 6.56 | - |
| YUV | 147.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 37 | 0 | 0.08 | 0.78 | 0.33 | 53.73 | 0.64 | 0.41 |
| Hex | AB | 9D | 25 | 0 | 8 | 4E | 21 | 36 | 40 | 29 |
| Octal | 253 | 235 | 45 | 0 | 10 | 116 | 41 | 66 | 100 | 51 |
| Binary | 10101011 | 10011101 | 100101 | 0 | 1000 | 1001110 | 100001 | 110110 | 1000000 | 101001 |
Color Harmonies of #AB9D25
Complementary color
Monochromatic Colors of #AB9D25
Black with #AB9D25
Text Example
Text Example
White with #AB9D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D25; }
p { color: rgb(171,157,37); }
H1.HeaderClassName
{
color: #AB9D25;
}
.AnyTagClassName
{
color: #AB9D25;
}
</style>
background-color css
<style>
a { background-color: #AB9D25; }
a { background-color: rgb(171,157,37); }
div.DivClassName
{
background-color: #AB9D25;
}
.BgClassName
{
background-color: #AB9D25;
}
</style>
border-color css
<style>
span { border-color: #AB9D25; }
span { border-color: rgb(171,157,37); }
td.TdClassName
{
border-color: #AB9D25;
}
.TagClassName
{
border-color: #AB9D25;
}
</style>