Shades of Lucky #AB920E
Tints of Lucky #AB920E
RGB
CMYK
RGB Variations
Color information
#AB920E (or 0xAB920E) is known color: Lucky. HEX triplet: AB, 92 and 0E. RGB value is (171,146,14). Sum of RGB (Red+Green+Blue) = 171+146+14=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB920E is #546DF1. Grayscale: #8A8A8A. Windows color (decimal): -5533170 or 955051. OLE color: 955051.
HSL color Cylindrical-coordinate representation of color #AB920E: hue angle of 50.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB920E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.33 |
| HSL | 50.45º | 0.85% | 0.36% | - |
| HSV(B) | 50.45º | 0.92% | 0.67% | - |
| XYZ | 27.15 | 29.25 | 4.63 | - |
| YUV | 138.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 14 | 0 | 0.15 | 0.92 | 0.33 | 50.45 | 0.85 | 0.36 |
| Hex | AB | 92 | E | 0 | F | 5C | 21 | 32 | 55 | 24 |
| Octal | 253 | 222 | 16 | 0 | 17 | 134 | 41 | 62 | 125 | 44 |
| Binary | 10101011 | 10010010 | 1110 | 0 | 1111 | 1011100 | 100001 | 110010 | 1010101 | 100100 |
Color Harmonies of #AB920E
Complementary color
Monochromatic Colors of #AB920E
Black with #AB920E
Text Example
Text Example
White with #AB920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB920E; }
p { color: rgb(171,146,14); }
H1.HeaderClassName
{
color: #AB920E;
}
.AnyTagClassName
{
color: #AB920E;
}
</style>
background-color css
<style>
a { background-color: #AB920E; }
a { background-color: rgb(171,146,14); }
div.DivClassName
{
background-color: #AB920E;
}
.BgClassName
{
background-color: #AB920E;
}
</style>
border-color css
<style>
span { border-color: #AB920E; }
span { border-color: rgb(171,146,14); }
td.TdClassName
{
border-color: #AB920E;
}
.TagClassName
{
border-color: #AB920E;
}
</style>