Shades of Lucky #AB9F25
Tints of Lucky #AB9F25
RGB
CMYK
RGB Variations
Color information
#AB9F25 (or 0xAB9F25) is known color: Lucky. HEX triplet: AB, 9F and 25. RGB value is (171,159,37). Sum of RGB (Red+Green+Blue) = 171+159+37=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F25 is #5460DA. Grayscale: #959595. Windows color (decimal): -5529819 or 2465707. OLE color: 2465707.
HSL color Cylindrical-coordinate representation of color #AB9F25: hue angle of 54.63º 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 #AB9F25 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 37 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.33 |
| HSL | 54.63º | 0.64% | 0.41% | - |
| HSV(B) | 54.63º | 0.78% | 0.67% | - |
| XYZ | 29.53 | 33.59 | 6.68 | - |
| YUV | 148.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 37 | 0 | 0.07 | 0.78 | 0.33 | 54.63 | 0.64 | 0.41 |
| Hex | AB | 9F | 25 | 0 | 7 | 4E | 21 | 37 | 40 | 29 |
| Octal | 253 | 237 | 45 | 0 | 7 | 116 | 41 | 67 | 100 | 51 |
| Binary | 10101011 | 10011111 | 100101 | 0 | 111 | 1001110 | 100001 | 110111 | 1000000 | 101001 |
Color Harmonies of #AB9F25
Complementary color
Monochromatic Colors of #AB9F25
Black with #AB9F25
Text Example
Text Example
White with #AB9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F25; }
p { color: rgb(171,159,37); }
H1.HeaderClassName
{
color: #AB9F25;
}
.AnyTagClassName
{
color: #AB9F25;
}
</style>
background-color css
<style>
a { background-color: #AB9F25; }
a { background-color: rgb(171,159,37); }
div.DivClassName
{
background-color: #AB9F25;
}
.BgClassName
{
background-color: #AB9F25;
}
</style>
border-color css
<style>
span { border-color: #AB9F25; }
span { border-color: rgb(171,159,37); }
td.TdClassName
{
border-color: #AB9F25;
}
.TagClassName
{
border-color: #AB9F25;
}
</style>