Shades of Lucky #A29002
Tints of Lucky #A29002
RGB
CMYK
RGB Variations
Color information
#A29002 (or 0xA29002) is known color: Lucky. HEX triplet: A2, 90 and 02. RGB value is (162,144,2). Sum of RGB (Red+Green+Blue) = 162+144+2=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A29002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29002 is #5D6FFD. Grayscale: #858585. Windows color (decimal): -6123518 or 168098. OLE color: 168098.
HSL color Cylindrical-coordinate representation of color #A29002: hue angle of 53.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A29002 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.36 |
| HSL | 53.25º | 0.98% | 0.32% | - |
| HSV(B) | 53.25º | 0.99% | 0.64% | - |
| XYZ | 24.88 | 27.63 | 4.08 | - |
| YUV | 133.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 2 | 0 | 0.11 | 0.99 | 0.36 | 53.25 | 0.98 | 0.32 |
| Hex | A2 | 90 | 2 | 0 | B | 63 | 24 | 35 | 62 | 20 |
| Octal | 242 | 220 | 2 | 0 | 13 | 143 | 44 | 65 | 142 | 40 |
| Binary | 10100010 | 10010000 | 10 | 0 | 1011 | 1100011 | 100100 | 110101 | 1100010 | 100000 |
Color Harmonies of #A29002
Complementary color
Monochromatic Colors of #A29002
Black with #A29002
Text Example
Text Example
White with #A29002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29002; }
p { color: rgb(162,144,2); }
H1.HeaderClassName
{
color: #A29002;
}
.AnyTagClassName
{
color: #A29002;
}
</style>
background-color css
<style>
a { background-color: #A29002; }
a { background-color: rgb(162,144,2); }
div.DivClassName
{
background-color: #A29002;
}
.BgClassName
{
background-color: #A29002;
}
</style>
border-color css
<style>
span { border-color: #A29002; }
span { border-color: rgb(162,144,2); }
td.TdClassName
{
border-color: #A29002;
}
.TagClassName
{
border-color: #A29002;
}
</style>