Shades of Lucky #AB940B
Tints of Lucky #AB940B
RGB
CMYK
RGB Variations
Color information
#AB940B (or 0xAB940B) is known color: Lucky. HEX triplet: AB, 94 and 0B. RGB value is (171,148,11). Sum of RGB (Red+Green+Blue) = 171+148+11=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB940B is #546BF4. Grayscale: #8B8B8B. Windows color (decimal): -5532661 or 758955. OLE color: 758955.
HSL color Cylindrical-coordinate representation of color #AB940B: hue angle of 51.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB940B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.33 |
| HSL | 51.38º | 0.88% | 0.36% | - |
| HSV(B) | 51.38º | 0.94% | 0.67% | - |
| XYZ | 27.44 | 29.86 | 4.63 | - |
| YUV | 139.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 11 | 0 | 0.13 | 0.94 | 0.33 | 51.38 | 0.88 | 0.36 |
| Hex | AB | 94 | B | 0 | D | 5E | 21 | 33 | 58 | 24 |
| Octal | 253 | 224 | 13 | 0 | 15 | 136 | 41 | 63 | 130 | 44 |
| Binary | 10101011 | 10010100 | 1011 | 0 | 1101 | 1011110 | 100001 | 110011 | 1011000 | 100100 |
Color Harmonies of #AB940B
Complementary color
Monochromatic Colors of #AB940B
Black with #AB940B
Text Example
Text Example
White with #AB940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB940B; }
p { color: rgb(171,148,11); }
H1.HeaderClassName
{
color: #AB940B;
}
.AnyTagClassName
{
color: #AB940B;
}
</style>
background-color css
<style>
a { background-color: #AB940B; }
a { background-color: rgb(171,148,11); }
div.DivClassName
{
background-color: #AB940B;
}
.BgClassName
{
background-color: #AB940B;
}
</style>
border-color css
<style>
span { border-color: #AB940B; }
span { border-color: rgb(171,148,11); }
td.TdClassName
{
border-color: #AB940B;
}
.TagClassName
{
border-color: #AB940B;
}
</style>