Shades of Lucky #A8A30F
Tints of Lucky #A8A30F
RGB
CMYK
RGB Variations
Color information
#A8A30F (or 0xA8A30F) is known color: Lucky. HEX triplet: A8, A3 and 0F. RGB value is (168,163,15). Sum of RGB (Red+Green+Blue) = 168+163+15=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A30F is #575CF0. Grayscale: #949494. Windows color (decimal): -5725425 or 1024936. OLE color: 1024936.
HSL color Cylindrical-coordinate representation of color #A8A30F: hue angle of 58.04º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8A30F is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 15 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.34 |
| HSL | 58.04º | 0.84% | 0.36% | - |
| HSV(B) | 58.04º | 0.91% | 0.66% | - |
| XYZ | 29.33 | 34.55 | 5.58 | - |
| YUV | 147.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 15 | 0 | 0.03 | 0.91 | 0.34 | 58.04 | 0.84 | 0.36 |
| Hex | A8 | A3 | F | 0 | 3 | 5B | 22 | 3A | 54 | 24 |
| Octal | 250 | 243 | 17 | 0 | 3 | 133 | 42 | 72 | 124 | 44 |
| Binary | 10101000 | 10100011 | 1111 | 0 | 11 | 1011011 | 100010 | 111010 | 1010100 | 100100 |
Color Harmonies of #A8A30F
Complementary color
Monochromatic Colors of #A8A30F
Black with #A8A30F
Text Example
Text Example
White with #A8A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A30F; }
p { color: rgb(168,163,15); }
H1.HeaderClassName
{
color: #A8A30F;
}
.AnyTagClassName
{
color: #A8A30F;
}
</style>
background-color css
<style>
a { background-color: #A8A30F; }
a { background-color: rgb(168,163,15); }
div.DivClassName
{
background-color: #A8A30F;
}
.BgClassName
{
background-color: #A8A30F;
}
</style>
border-color css
<style>
span { border-color: #A8A30F; }
span { border-color: rgb(168,163,15); }
td.TdClassName
{
border-color: #A8A30F;
}
.TagClassName
{
border-color: #A8A30F;
}
</style>