Shades of Lucky #A7910E
Tints of Lucky #A7910E
RGB
CMYK
RGB Variations
Color information
#A7910E (or 0xA7910E) is known color: Lucky. HEX triplet: A7, 91 and 0E. RGB value is (167,145,14). Sum of RGB (Red+Green+Blue) = 167+145+14=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7910E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7910E is #586EF1. Grayscale: #898989. Windows color (decimal): -5795570 or 954791. OLE color: 954791.
HSL color Cylindrical-coordinate representation of color #A7910E: hue angle of 51.37º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7910E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 14 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.35 |
| HSL | 51.37º | 0.85% | 0.35% | - |
| HSV(B) | 51.37º | 0.92% | 0.65% | - |
| XYZ | 26.14 | 28.5 | 4.54 | - |
| YUV | 136.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 14 | 0 | 0.13 | 0.92 | 0.35 | 51.37 | 0.85 | 0.35 |
| Hex | A7 | 91 | E | 0 | D | 5C | 23 | 33 | 55 | 23 |
| Octal | 247 | 221 | 16 | 0 | 15 | 134 | 43 | 63 | 125 | 43 |
| Binary | 10100111 | 10010001 | 1110 | 0 | 1101 | 1011100 | 100011 | 110011 | 1010101 | 100011 |
Color Harmonies of #A7910E
Complementary color
Monochromatic Colors of #A7910E
Black with #A7910E
Text Example
Text Example
White with #A7910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7910E; }
p { color: rgb(167,145,14); }
H1.HeaderClassName
{
color: #A7910E;
}
.AnyTagClassName
{
color: #A7910E;
}
</style>
background-color css
<style>
a { background-color: #A7910E; }
a { background-color: rgb(167,145,14); }
div.DivClassName
{
background-color: #A7910E;
}
.BgClassName
{
background-color: #A7910E;
}
</style>
border-color css
<style>
span { border-color: #A7910E; }
span { border-color: rgb(167,145,14); }
td.TdClassName
{
border-color: #A7910E;
}
.TagClassName
{
border-color: #A7910E;
}
</style>