Shades of Lucky #A8A003
Tints of Lucky #A8A003
RGB
CMYK
RGB Variations
Color information
#A8A003 (or 0xA8A003) is known color: Lucky. HEX triplet: A8, A0 and 03. RGB value is (168,160,3). Sum of RGB (Red+Green+Blue) = 168+160+3=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A003 is #575FFC. Grayscale: #919191. Windows color (decimal): -5726205 or 237736. OLE color: 237736.
HSL color Cylindrical-coordinate representation of color #A8A003: hue angle of 57.09º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8A003 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.34 |
| HSL | 57.09º | 0.96% | 0.34% | - |
| HSV(B) | 57.09º | 0.98% | 0.66% | - |
| XYZ | 28.74 | 33.47 | 5.03 | - |
| YUV | 144.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 3 | 0 | 0.05 | 0.98 | 0.34 | 57.09 | 0.96 | 0.34 |
| Hex | A8 | A0 | 3 | 0 | 5 | 62 | 22 | 39 | 60 | 22 |
| Octal | 250 | 240 | 3 | 0 | 5 | 142 | 42 | 71 | 140 | 42 |
| Binary | 10101000 | 10100000 | 11 | 0 | 101 | 1100010 | 100010 | 111001 | 1100000 | 100010 |
Color Harmonies of #A8A003
Complementary color
Monochromatic Colors of #A8A003
Black with #A8A003
Text Example
Text Example
White with #A8A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A003; }
p { color: rgb(168,160,3); }
H1.HeaderClassName
{
color: #A8A003;
}
.AnyTagClassName
{
color: #A8A003;
}
</style>
background-color css
<style>
a { background-color: #A8A003; }
a { background-color: rgb(168,160,3); }
div.DivClassName
{
background-color: #A8A003;
}
.BgClassName
{
background-color: #A8A003;
}
</style>
border-color css
<style>
span { border-color: #A8A003; }
span { border-color: rgb(168,160,3); }
td.TdClassName
{
border-color: #A8A003;
}
.TagClassName
{
border-color: #A8A003;
}
</style>