Shades of Lucky #A8A02F
Tints of Lucky #A8A02F
RGB
CMYK
RGB Variations
Color information
#A8A02F (or 0xA8A02F) is known color: Lucky. HEX triplet: A8, A0 and 2F. RGB value is (168,160,47). Sum of RGB (Red+Green+Blue) = 168+160+47=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A02F is #575FD0. Grayscale: #959595. Windows color (decimal): -5726161 or 3121320. OLE color: 3121320.
HSL color Cylindrical-coordinate representation of color #A8A02F: hue angle of 56.03º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8A02F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 47 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.34 |
| HSL | 56.03º | 0.56% | 0.42% | - |
| HSV(B) | 56.03º | 0.72% | 0.66% | - |
| XYZ | 29.23 | 33.67 | 7.65 | - |
| YUV | 149.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 47 | 0 | 0.05 | 0.72 | 0.34 | 56.03 | 0.56 | 0.42 |
| Hex | A8 | A0 | 2F | 0 | 5 | 48 | 22 | 38 | 38 | 2A |
| Octal | 250 | 240 | 57 | 0 | 5 | 110 | 42 | 70 | 70 | 52 |
| Binary | 10101000 | 10100000 | 101111 | 0 | 101 | 1001000 | 100010 | 111000 | 111000 | 101010 |
Color Harmonies of #A8A02F
Complementary color
Monochromatic Colors of #A8A02F
Black with #A8A02F
Text Example
Text Example
White with #A8A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A02F; }
p { color: rgb(168,160,47); }
H1.HeaderClassName
{
color: #A8A02F;
}
.AnyTagClassName
{
color: #A8A02F;
}
</style>
background-color css
<style>
a { background-color: #A8A02F; }
a { background-color: rgb(168,160,47); }
div.DivClassName
{
background-color: #A8A02F;
}
.BgClassName
{
background-color: #A8A02F;
}
</style>
border-color css
<style>
span { border-color: #A8A02F; }
span { border-color: rgb(168,160,47); }
td.TdClassName
{
border-color: #A8A02F;
}
.TagClassName
{
border-color: #A8A02F;
}
</style>