Shades of Lucky #AB950C
Tints of Lucky #AB950C
RGB
CMYK
RGB Variations
Color information
#AB950C (or 0xAB950C) is known color: Lucky. HEX triplet: AB, 95 and 0C. RGB value is (171,149,12). Sum of RGB (Red+Green+Blue) = 171+149+12=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB950C is #546AF3. Grayscale: #8C8C8C. Windows color (decimal): -5532404 or 824747. OLE color: 824747.
HSL color Cylindrical-coordinate representation of color #AB950C: hue angle of 51.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB950C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 12 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.33 |
| HSL | 51.7º | 0.87% | 0.36% | - |
| HSV(B) | 51.7º | 0.93% | 0.67% | - |
| XYZ | 27.61 | 30.18 | 4.72 | - |
| YUV | 139.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 12 | 0 | 0.13 | 0.93 | 0.33 | 51.7 | 0.87 | 0.36 |
| Hex | AB | 95 | C | 0 | D | 5D | 21 | 34 | 57 | 24 |
| Octal | 253 | 225 | 14 | 0 | 15 | 135 | 41 | 64 | 127 | 44 |
| Binary | 10101011 | 10010101 | 1100 | 0 | 1101 | 1011101 | 100001 | 110100 | 1010111 | 100100 |
Color Harmonies of #AB950C
Complementary color
Monochromatic Colors of #AB950C
Black with #AB950C
Text Example
Text Example
White with #AB950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB950C; }
p { color: rgb(171,149,12); }
H1.HeaderClassName
{
color: #AB950C;
}
.AnyTagClassName
{
color: #AB950C;
}
</style>
background-color css
<style>
a { background-color: #AB950C; }
a { background-color: rgb(171,149,12); }
div.DivClassName
{
background-color: #AB950C;
}
.BgClassName
{
background-color: #AB950C;
}
</style>
border-color css
<style>
span { border-color: #AB950C; }
span { border-color: rgb(171,149,12); }
td.TdClassName
{
border-color: #AB950C;
}
.TagClassName
{
border-color: #AB950C;
}
</style>