Shades of Lucky #A29010
Tints of Lucky #A29010
RGB
CMYK
RGB Variations
Color information
#A29010 (or 0xA29010) is known color: Lucky. HEX triplet: A2, 90 and 10. RGB value is (162,144,16). Sum of RGB (Red+Green+Blue) = 162+144+16=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A29010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29010 is #5D6FEF. Grayscale: #878787. Windows color (decimal): -6123504 or 1085602. OLE color: 1085602.
HSL color Cylindrical-coordinate representation of color #A29010: hue angle of 52.6º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A29010 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 16 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.36 |
| HSL | 52.6º | 0.82% | 0.35% | - |
| HSV(B) | 52.6º | 0.9% | 0.64% | - |
| XYZ | 24.97 | 27.67 | 4.51 | - |
| YUV | 134.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 16 | 0 | 0.11 | 0.90 | 0.36 | 52.6 | 0.82 | 0.35 |
| Hex | A2 | 90 | 10 | 0 | B | 5A | 24 | 35 | 52 | 23 |
| Octal | 242 | 220 | 20 | 0 | 13 | 132 | 44 | 65 | 122 | 43 |
| Binary | 10100010 | 10010000 | 10000 | 0 | 1011 | 1011010 | 100100 | 110101 | 1010010 | 100011 |
Color Harmonies of #A29010
Complementary color
Monochromatic Colors of #A29010
Black with #A29010
Text Example
Text Example
White with #A29010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29010; }
p { color: rgb(162,144,16); }
H1.HeaderClassName
{
color: #A29010;
}
.AnyTagClassName
{
color: #A29010;
}
</style>
background-color css
<style>
a { background-color: #A29010; }
a { background-color: rgb(162,144,16); }
div.DivClassName
{
background-color: #A29010;
}
.BgClassName
{
background-color: #A29010;
}
</style>
border-color css
<style>
span { border-color: #A29010; }
span { border-color: rgb(162,144,16); }
td.TdClassName
{
border-color: #A29010;
}
.TagClassName
{
border-color: #A29010;
}
</style>