Shades of Lucky #A0A719
Tints of Lucky #A0A719
RGB
CMYK
RGB Variations
Color information
#A0A719 (or 0xA0A719) is known color: Lucky. HEX triplet: A0, A7 and 19. RGB value is (160,167,25). Sum of RGB (Red+Green+Blue) = 160+167+25=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A719 is #5F58E6. Grayscale: #959595. Windows color (decimal): -6248679 or 1681312. OLE color: 1681312.
HSL color Cylindrical-coordinate representation of color #A0A719: hue angle of 62.96º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0A719 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 25 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.35 |
| HSL | 62.96º | 0.74% | 0.38% | - |
| HSV(B) | 62.96º | 0.85% | 0.65% | - |
| XYZ | 28.49 | 35.18 | 6.21 | - |
| YUV | 148.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 25 | 0.04 | 0 | 0.85 | 0.35 | 62.96 | 0.74 | 0.38 |
| Hex | A0 | A7 | 19 | 4 | 0 | 55 | 23 | 3F | 4A | 26 |
| Octal | 240 | 247 | 31 | 4 | 0 | 125 | 43 | 77 | 112 | 46 |
| Binary | 10100000 | 10100111 | 11001 | 100 | 0 | 1010101 | 100011 | 111111 | 1001010 | 100110 |
Color Harmonies of #A0A719
Complementary color
Monochromatic Colors of #A0A719
Black with #A0A719
Text Example
Text Example
White with #A0A719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A719; }
p { color: rgb(160,167,25); }
H1.HeaderClassName
{
color: #A0A719;
}
.AnyTagClassName
{
color: #A0A719;
}
</style>
background-color css
<style>
a { background-color: #A0A719; }
a { background-color: rgb(160,167,25); }
div.DivClassName
{
background-color: #A0A719;
}
.BgClassName
{
background-color: #A0A719;
}
</style>
border-color css
<style>
span { border-color: #A0A719; }
span { border-color: rgb(160,167,25); }
td.TdClassName
{
border-color: #A0A719;
}
.TagClassName
{
border-color: #A0A719;
}
</style>