Shades of Lucky #A8A40F
Tints of Lucky #A8A40F
RGB
CMYK
RGB Variations
Color information
#A8A40F (or 0xA8A40F) is known color: Lucky. HEX triplet: A8, A4 and 0F. RGB value is (168,164,15). Sum of RGB (Red+Green+Blue) = 168+164+15=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A40F is #575BF0. Grayscale: #949494. Windows color (decimal): -5725169 or 1025192. OLE color: 1025192.
HSL color Cylindrical-coordinate representation of color #A8A40F: hue angle of 58.43º 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 #A8A40F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 15 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.34 |
| HSL | 58.43º | 0.84% | 0.36% | - |
| HSV(B) | 58.43º | 0.91% | 0.66% | - |
| XYZ | 29.51 | 34.91 | 5.63 | - |
| YUV | 148.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 15 | 0 | 0.02 | 0.91 | 0.34 | 58.43 | 0.84 | 0.36 |
| Hex | A8 | A4 | F | 0 | 2 | 5B | 22 | 3A | 54 | 24 |
| Octal | 250 | 244 | 17 | 0 | 2 | 133 | 42 | 72 | 124 | 44 |
| Binary | 10101000 | 10100100 | 1111 | 0 | 10 | 1011011 | 100010 | 111010 | 1010100 | 100100 |
Color Harmonies of #A8A40F
Complementary color
Monochromatic Colors of #A8A40F
Black with #A8A40F
Text Example
Text Example
White with #A8A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A40F; }
p { color: rgb(168,164,15); }
H1.HeaderClassName
{
color: #A8A40F;
}
.AnyTagClassName
{
color: #A8A40F;
}
</style>
background-color css
<style>
a { background-color: #A8A40F; }
a { background-color: rgb(168,164,15); }
div.DivClassName
{
background-color: #A8A40F;
}
.BgClassName
{
background-color: #A8A40F;
}
</style>
border-color css
<style>
span { border-color: #A8A40F; }
span { border-color: rgb(168,164,15); }
td.TdClassName
{
border-color: #A8A40F;
}
.TagClassName
{
border-color: #A8A40F;
}
</style>