Shades of Lucky #A29210
Tints of Lucky #A29210
RGB
CMYK
RGB Variations
Color information
#A29210 (or 0xA29210) is known color: Lucky. HEX triplet: A2, 92 and 10. RGB value is (162,146,16). Sum of RGB (Red+Green+Blue) = 162+146+16=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A29210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29210 is #5D6DEF. Grayscale: #888888. Windows color (decimal): -6122992 or 1086114. OLE color: 1086114.
HSL color Cylindrical-coordinate representation of color #A29210: hue angle of 53.42º 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 #A29210 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 16 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.36 |
| HSL | 53.42º | 0.82% | 0.35% | - |
| HSV(B) | 53.42º | 0.9% | 0.64% | - |
| XYZ | 25.27 | 28.28 | 4.62 | - |
| YUV | 135.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 16 | 0 | 0.10 | 0.90 | 0.36 | 53.42 | 0.82 | 0.35 |
| Hex | A2 | 92 | 10 | 0 | A | 5A | 24 | 35 | 52 | 23 |
| Octal | 242 | 222 | 20 | 0 | 12 | 132 | 44 | 65 | 122 | 43 |
| Binary | 10100010 | 10010010 | 10000 | 0 | 1010 | 1011010 | 100100 | 110101 | 1010010 | 100011 |
Color Harmonies of #A29210
Complementary color
Monochromatic Colors of #A29210
Black with #A29210
Text Example
Text Example
White with #A29210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29210; }
p { color: rgb(162,146,16); }
H1.HeaderClassName
{
color: #A29210;
}
.AnyTagClassName
{
color: #A29210;
}
</style>
background-color css
<style>
a { background-color: #A29210; }
a { background-color: rgb(162,146,16); }
div.DivClassName
{
background-color: #A29210;
}
.BgClassName
{
background-color: #A29210;
}
</style>
border-color css
<style>
span { border-color: #A29210; }
span { border-color: rgb(162,146,16); }
td.TdClassName
{
border-color: #A29210;
}
.TagClassName
{
border-color: #A29210;
}
</style>