Shades of Lucky #A29003
Tints of Lucky #A29003
RGB
CMYK
RGB Variations
Color information
#A29003 (or 0xA29003) is known color: Lucky. HEX triplet: A2, 90 and 03. RGB value is (162,144,3). Sum of RGB (Red+Green+Blue) = 162+144+3=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A29003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29003 is #5D6FFC. Grayscale: #858585. Windows color (decimal): -6123517 or 233634. OLE color: 233634.
HSL color Cylindrical-coordinate representation of color #A29003: hue angle of 53.21º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A29003 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.36 |
| HSL | 53.21º | 0.96% | 0.32% | - |
| HSV(B) | 53.21º | 0.98% | 0.64% | - |
| XYZ | 24.89 | 27.63 | 4.11 | - |
| YUV | 133.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 3 | 0 | 0.11 | 0.98 | 0.36 | 53.21 | 0.96 | 0.32 |
| Hex | A2 | 90 | 3 | 0 | B | 62 | 24 | 35 | 60 | 20 |
| Octal | 242 | 220 | 3 | 0 | 13 | 142 | 44 | 65 | 140 | 40 |
| Binary | 10100010 | 10010000 | 11 | 0 | 1011 | 1100010 | 100100 | 110101 | 1100000 | 100000 |
Color Harmonies of #A29003
Complementary color
Monochromatic Colors of #A29003
Black with #A29003
Text Example
Text Example
White with #A29003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29003; }
p { color: rgb(162,144,3); }
H1.HeaderClassName
{
color: #A29003;
}
.AnyTagClassName
{
color: #A29003;
}
</style>
background-color css
<style>
a { background-color: #A29003; }
a { background-color: rgb(162,144,3); }
div.DivClassName
{
background-color: #A29003;
}
.BgClassName
{
background-color: #A29003;
}
</style>
border-color css
<style>
span { border-color: #A29003; }
span { border-color: rgb(162,144,3); }
td.TdClassName
{
border-color: #A29003;
}
.TagClassName
{
border-color: #A29003;
}
</style>