Shades of Lucky #A8A02E
Tints of Lucky #A8A02E
RGB
CMYK
RGB Variations
Color information
#A8A02E (or 0xA8A02E) is known color: Lucky. HEX triplet: A8, A0 and 2E. RGB value is (168,160,46). Sum of RGB (Red+Green+Blue) = 168+160+46=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A02E is #575FD1. Grayscale: #959595. Windows color (decimal): -5726162 or 3055784. OLE color: 3055784.
HSL color Cylindrical-coordinate representation of color #A8A02E: hue angle of 56.07º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8A02E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 46 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.34 |
| HSL | 56.07º | 0.57% | 0.42% | - |
| HSV(B) | 56.07º | 0.73% | 0.66% | - |
| XYZ | 29.21 | 33.66 | 7.54 | - |
| YUV | 149.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 46 | 0 | 0.05 | 0.73 | 0.34 | 56.07 | 0.57 | 0.42 |
| Hex | A8 | A0 | 2E | 0 | 5 | 49 | 22 | 38 | 39 | 2A |
| Octal | 250 | 240 | 56 | 0 | 5 | 111 | 42 | 70 | 71 | 52 |
| Binary | 10101000 | 10100000 | 101110 | 0 | 101 | 1001001 | 100010 | 111000 | 111001 | 101010 |
Color Harmonies of #A8A02E
Complementary color
Monochromatic Colors of #A8A02E
Black with #A8A02E
Text Example
Text Example
White with #A8A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A02E; }
p { color: rgb(168,160,46); }
H1.HeaderClassName
{
color: #A8A02E;
}
.AnyTagClassName
{
color: #A8A02E;
}
</style>
background-color css
<style>
a { background-color: #A8A02E; }
a { background-color: rgb(168,160,46); }
div.DivClassName
{
background-color: #A8A02E;
}
.BgClassName
{
background-color: #A8A02E;
}
</style>
border-color css
<style>
span { border-color: #A8A02E; }
span { border-color: rgb(168,160,46); }
td.TdClassName
{
border-color: #A8A02E;
}
.TagClassName
{
border-color: #A8A02E;
}
</style>