Shades of Lucky #AB930D
Tints of Lucky #AB930D
RGB
CMYK
RGB Variations
Color information
#AB930D (or 0xAB930D) is known color: Lucky. HEX triplet: AB, 93 and 0D. RGB value is (171,147,13). Sum of RGB (Red+Green+Blue) = 171+147+13=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB930D is #546CF2. Grayscale: #8B8B8B. Windows color (decimal): -5532915 or 889771. OLE color: 889771.
HSL color Cylindrical-coordinate representation of color #AB930D: hue angle of 50.89º degrees, saturation: 0.86, 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 #AB930D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.33 |
| HSL | 50.89º | 0.86% | 0.36% | - |
| HSV(B) | 50.89º | 0.92% | 0.67% | - |
| XYZ | 27.3 | 29.55 | 4.65 | - |
| YUV | 138.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 13 | 0 | 0.14 | 0.92 | 0.33 | 50.89 | 0.86 | 0.36 |
| Hex | AB | 93 | D | 0 | E | 5C | 21 | 33 | 56 | 24 |
| Octal | 253 | 223 | 15 | 0 | 16 | 134 | 41 | 63 | 126 | 44 |
| Binary | 10101011 | 10010011 | 1101 | 0 | 1110 | 1011100 | 100001 | 110011 | 1010110 | 100100 |
Color Harmonies of #AB930D
Complementary color
Monochromatic Colors of #AB930D
Black with #AB930D
Text Example
Text Example
White with #AB930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB930D; }
p { color: rgb(171,147,13); }
H1.HeaderClassName
{
color: #AB930D;
}
.AnyTagClassName
{
color: #AB930D;
}
</style>
background-color css
<style>
a { background-color: #AB930D; }
a { background-color: rgb(171,147,13); }
div.DivClassName
{
background-color: #AB930D;
}
.BgClassName
{
background-color: #AB930D;
}
</style>
border-color css
<style>
span { border-color: #AB930D; }
span { border-color: rgb(171,147,13); }
td.TdClassName
{
border-color: #AB930D;
}
.TagClassName
{
border-color: #AB930D;
}
</style>