Shades of Lucky #A8A30B
Tints of Lucky #A8A30B
RGB
CMYK
RGB Variations
Color information
#A8A30B (or 0xA8A30B) is known color: Lucky. HEX triplet: A8, A3 and 0B. RGB value is (168,163,11). Sum of RGB (Red+Green+Blue) = 168+163+11=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A30B is #575CF4. Grayscale: #939393. Windows color (decimal): -5725429 or 762792. OLE color: 762792.
HSL color Cylindrical-coordinate representation of color #A8A30B: hue angle of 58.09º degrees, saturation: 0.88, 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 #A8A30B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 11 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.34 |
| HSL | 58.09º | 0.88% | 0.35% | - |
| HSV(B) | 58.09º | 0.93% | 0.66% | - |
| XYZ | 29.31 | 34.54 | 5.44 | - |
| YUV | 147.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 11 | 0 | 0.03 | 0.93 | 0.34 | 58.09 | 0.88 | 0.35 |
| Hex | A8 | A3 | B | 0 | 3 | 5D | 22 | 3A | 58 | 23 |
| Octal | 250 | 243 | 13 | 0 | 3 | 135 | 42 | 72 | 130 | 43 |
| Binary | 10101000 | 10100011 | 1011 | 0 | 11 | 1011101 | 100010 | 111010 | 1011000 | 100011 |
Color Harmonies of #A8A30B
Complementary color
Monochromatic Colors of #A8A30B
Black with #A8A30B
Text Example
Text Example
White with #A8A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A30B; }
p { color: rgb(168,163,11); }
H1.HeaderClassName
{
color: #A8A30B;
}
.AnyTagClassName
{
color: #A8A30B;
}
</style>
background-color css
<style>
a { background-color: #A8A30B; }
a { background-color: rgb(168,163,11); }
div.DivClassName
{
background-color: #A8A30B;
}
.BgClassName
{
background-color: #A8A30B;
}
</style>
border-color css
<style>
span { border-color: #A8A30B; }
span { border-color: rgb(168,163,11); }
td.TdClassName
{
border-color: #A8A30B;
}
.TagClassName
{
border-color: #A8A30B;
}
</style>