Shades of Lucky #A6900A
Tints of Lucky #A6900A
RGB
CMYK
RGB Variations
Color information
#A6900A (or 0xA6900A) is known color: Lucky. HEX triplet: A6, 90 and 0A. RGB value is (166,144,10). Sum of RGB (Red+Green+Blue) = 166+144+10=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A6900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6900A is #596FF5. Grayscale: #878787. Windows color (decimal): -5861366 or 692390. OLE color: 692390.
HSL color Cylindrical-coordinate representation of color #A6900A: hue angle of 51.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6900A is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 10 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.35 |
| HSL | 51.54º | 0.89% | 0.35% | - |
| HSV(B) | 51.54º | 0.94% | 0.65% | - |
| XYZ | 25.75 | 28.08 | 4.35 | - |
| YUV | 135.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 10 | 0 | 0.13 | 0.94 | 0.35 | 51.54 | 0.89 | 0.35 |
| Hex | A6 | 90 | A | 0 | D | 5E | 23 | 34 | 59 | 23 |
| Octal | 246 | 220 | 12 | 0 | 15 | 136 | 43 | 64 | 131 | 43 |
| Binary | 10100110 | 10010000 | 1010 | 0 | 1101 | 1011110 | 100011 | 110100 | 1011001 | 100011 |
Color Harmonies of #A6900A
Complementary color
Monochromatic Colors of #A6900A
Black with #A6900A
Text Example
Text Example
White with #A6900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6900A; }
p { color: rgb(166,144,10); }
H1.HeaderClassName
{
color: #A6900A;
}
.AnyTagClassName
{
color: #A6900A;
}
</style>
background-color css
<style>
a { background-color: #A6900A; }
a { background-color: rgb(166,144,10); }
div.DivClassName
{
background-color: #A6900A;
}
.BgClassName
{
background-color: #A6900A;
}
</style>
border-color css
<style>
span { border-color: #A6900A; }
span { border-color: rgb(166,144,10); }
td.TdClassName
{
border-color: #A6900A;
}
.TagClassName
{
border-color: #A6900A;
}
</style>