Shades of Lucky #A29006
Tints of Lucky #A29006
RGB
CMYK
RGB Variations
Color information
#A29006 (or 0xA29006) is known color: Lucky. HEX triplet: A2, 90 and 06. RGB value is (162,144,6). Sum of RGB (Red+Green+Blue) = 162+144+6=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A29006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29006 is #5D6FF9. Grayscale: #868686. Windows color (decimal): -6123514 or 430242. OLE color: 430242.
HSL color Cylindrical-coordinate representation of color #A29006: hue angle of 53.08º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A29006 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.36 |
| HSL | 53.08º | 0.93% | 0.33% | - |
| HSV(B) | 53.08º | 0.96% | 0.64% | - |
| XYZ | 24.91 | 27.64 | 4.19 | - |
| YUV | 133.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 6 | 0 | 0.11 | 0.96 | 0.36 | 53.08 | 0.93 | 0.33 |
| Hex | A2 | 90 | 6 | 0 | B | 60 | 24 | 35 | 5D | 21 |
| Octal | 242 | 220 | 6 | 0 | 13 | 140 | 44 | 65 | 135 | 41 |
| Binary | 10100010 | 10010000 | 110 | 0 | 1011 | 1100000 | 100100 | 110101 | 1011101 | 100001 |
Color Harmonies of #A29006
Complementary color
Monochromatic Colors of #A29006
Black with #A29006
Text Example
Text Example
White with #A29006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29006; }
p { color: rgb(162,144,6); }
H1.HeaderClassName
{
color: #A29006;
}
.AnyTagClassName
{
color: #A29006;
}
</style>
background-color css
<style>
a { background-color: #A29006; }
a { background-color: rgb(162,144,6); }
div.DivClassName
{
background-color: #A29006;
}
.BgClassName
{
background-color: #A29006;
}
</style>
border-color css
<style>
span { border-color: #A29006; }
span { border-color: rgb(162,144,6); }
td.TdClassName
{
border-color: #A29006;
}
.TagClassName
{
border-color: #A29006;
}
</style>