Shades of Lucky #AB920C
Tints of Lucky #AB920C
RGB
CMYK
RGB Variations
Color information
#AB920C (or 0xAB920C) is known color: Lucky. HEX triplet: AB, 92 and 0C. RGB value is (171,146,12). Sum of RGB (Red+Green+Blue) = 171+146+12=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB920C is #546DF3. Grayscale: #8A8A8A. Windows color (decimal): -5533172 or 823979. OLE color: 823979.
HSL color Cylindrical-coordinate representation of color #AB920C: hue angle of 50.57º 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 #AB920C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.33 |
| HSL | 50.57º | 0.87% | 0.36% | - |
| HSV(B) | 50.57º | 0.93% | 0.67% | - |
| XYZ | 27.14 | 29.24 | 4.56 | - |
| YUV | 138.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 12 | 0 | 0.15 | 0.93 | 0.33 | 50.57 | 0.87 | 0.36 |
| Hex | AB | 92 | C | 0 | F | 5D | 21 | 33 | 57 | 24 |
| Octal | 253 | 222 | 14 | 0 | 17 | 135 | 41 | 63 | 127 | 44 |
| Binary | 10101011 | 10010010 | 1100 | 0 | 1111 | 1011101 | 100001 | 110011 | 1010111 | 100100 |
Color Harmonies of #AB920C
Complementary color
Monochromatic Colors of #AB920C
Black with #AB920C
Text Example
Text Example
White with #AB920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB920C; }
p { color: rgb(171,146,12); }
H1.HeaderClassName
{
color: #AB920C;
}
.AnyTagClassName
{
color: #AB920C;
}
</style>
background-color css
<style>
a { background-color: #AB920C; }
a { background-color: rgb(171,146,12); }
div.DivClassName
{
background-color: #AB920C;
}
.BgClassName
{
background-color: #AB920C;
}
</style>
border-color css
<style>
span { border-color: #AB920C; }
span { border-color: rgb(171,146,12); }
td.TdClassName
{
border-color: #AB920C;
}
.TagClassName
{
border-color: #AB920C;
}
</style>