Shades of Lucky #AB9C0F
Tints of Lucky #AB9C0F
RGB
CMYK
RGB Variations
Color information
#AB9C0F (or 0xAB9C0F) is known color: Lucky. HEX triplet: AB, 9C and 0F. RGB value is (171,156,15). Sum of RGB (Red+Green+Blue) = 171+156+15=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9C0F is #5463F0. Grayscale: #909090. Windows color (decimal): -5530609 or 1023147. OLE color: 1023147.
HSL color Cylindrical-coordinate representation of color #AB9C0F: hue angle of 54.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB9C0F is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 15 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.33 |
| HSL | 54.23º | 0.84% | 0.36% | - |
| HSV(B) | 54.23º | 0.91% | 0.67% | - |
| XYZ | 28.77 | 32.47 | 5.2 | - |
| YUV | 144.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 15 | 0 | 0.09 | 0.91 | 0.33 | 54.23 | 0.84 | 0.36 |
| Hex | AB | 9C | F | 0 | 9 | 5B | 21 | 36 | 54 | 24 |
| Octal | 253 | 234 | 17 | 0 | 11 | 133 | 41 | 66 | 124 | 44 |
| Binary | 10101011 | 10011100 | 1111 | 0 | 1001 | 1011011 | 100001 | 110110 | 1010100 | 100100 |
Color Harmonies of #AB9C0F
Complementary color
Monochromatic Colors of #AB9C0F
Black with #AB9C0F
Text Example
Text Example
White with #AB9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C0F; }
p { color: rgb(171,156,15); }
H1.HeaderClassName
{
color: #AB9C0F;
}
.AnyTagClassName
{
color: #AB9C0F;
}
</style>
background-color css
<style>
a { background-color: #AB9C0F; }
a { background-color: rgb(171,156,15); }
div.DivClassName
{
background-color: #AB9C0F;
}
.BgClassName
{
background-color: #AB9C0F;
}
</style>
border-color css
<style>
span { border-color: #AB9C0F; }
span { border-color: rgb(171,156,15); }
td.TdClassName
{
border-color: #AB9C0F;
}
.TagClassName
{
border-color: #AB9C0F;
}
</style>