Shades of Lucky #A8A60C
Tints of Lucky #A8A60C
RGB
CMYK
RGB Variations
Color information
#A8A60C (or 0xA8A60C) is known color: Lucky. HEX triplet: A8, A6 and 0C. RGB value is (168,166,12). Sum of RGB (Red+Green+Blue) = 168+166+12=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A60C is #5759F3. Grayscale: #959595. Windows color (decimal): -5724660 or 829096. OLE color: 829096.
HSL color Cylindrical-coordinate representation of color #A8A60C: hue angle of 59.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8A60C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.34 |
| HSL | 59.23º | 0.87% | 0.35% | - |
| HSV(B) | 59.23º | 0.93% | 0.66% | - |
| XYZ | 29.85 | 35.62 | 5.65 | - |
| YUV | 149.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 12 | 0 | 0.01 | 0.93 | 0.34 | 59.23 | 0.87 | 0.35 |
| Hex | A8 | A6 | C | 0 | 1 | 5D | 22 | 3B | 57 | 23 |
| Octal | 250 | 246 | 14 | 0 | 1 | 135 | 42 | 73 | 127 | 43 |
| Binary | 10101000 | 10100110 | 1100 | 0 | 1 | 1011101 | 100010 | 111011 | 1010111 | 100011 |
Color Harmonies of #A8A60C
Complementary color
Monochromatic Colors of #A8A60C
Black with #A8A60C
Text Example
Text Example
White with #A8A60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A60C; }
p { color: rgb(168,166,12); }
H1.HeaderClassName
{
color: #A8A60C;
}
.AnyTagClassName
{
color: #A8A60C;
}
</style>
background-color css
<style>
a { background-color: #A8A60C; }
a { background-color: rgb(168,166,12); }
div.DivClassName
{
background-color: #A8A60C;
}
.BgClassName
{
background-color: #A8A60C;
}
</style>
border-color css
<style>
span { border-color: #A8A60C; }
span { border-color: rgb(168,166,12); }
td.TdClassName
{
border-color: #A8A60C;
}
.TagClassName
{
border-color: #A8A60C;
}
</style>