Shades of Lucky #A8A20F
Tints of Lucky #A8A20F
RGB
CMYK
RGB Variations
Color information
#A8A20F (or 0xA8A20F) is known color: Lucky. HEX triplet: A8, A2 and 0F. RGB value is (168,162,15). Sum of RGB (Red+Green+Blue) = 168+162+15=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A20F is #575DF0. Grayscale: #939393. Windows color (decimal): -5725681 or 1024680. OLE color: 1024680.
HSL color Cylindrical-coordinate representation of color #A8A20F: hue angle of 57.65º 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 #A8A20F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 15 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.34 |
| HSL | 57.65º | 0.84% | 0.36% | - |
| HSV(B) | 57.65º | 0.91% | 0.66% | - |
| XYZ | 29.16 | 34.2 | 5.52 | - |
| YUV | 147.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 15 | 0 | 0.04 | 0.91 | 0.34 | 57.65 | 0.84 | 0.36 |
| Hex | A8 | A2 | F | 0 | 4 | 5B | 22 | 3A | 54 | 24 |
| Octal | 250 | 242 | 17 | 0 | 4 | 133 | 42 | 72 | 124 | 44 |
| Binary | 10101000 | 10100010 | 1111 | 0 | 100 | 1011011 | 100010 | 111010 | 1010100 | 100100 |
Color Harmonies of #A8A20F
Complementary color
Monochromatic Colors of #A8A20F
Black with #A8A20F
Text Example
Text Example
White with #A8A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A20F; }
p { color: rgb(168,162,15); }
H1.HeaderClassName
{
color: #A8A20F;
}
.AnyTagClassName
{
color: #A8A20F;
}
</style>
background-color css
<style>
a { background-color: #A8A20F; }
a { background-color: rgb(168,162,15); }
div.DivClassName
{
background-color: #A8A20F;
}
.BgClassName
{
background-color: #A8A20F;
}
</style>
border-color css
<style>
span { border-color: #A8A20F; }
span { border-color: rgb(168,162,15); }
td.TdClassName
{
border-color: #A8A20F;
}
.TagClassName
{
border-color: #A8A20F;
}
</style>