Shades of Lucky #A29A03
Tints of Lucky #A29A03
RGB
CMYK
RGB Variations
Color information
#A29A03 (or 0xA29A03) is known color: Lucky. HEX triplet: A2, 9A and 03. RGB value is (162,154,3). Sum of RGB (Red+Green+Blue) = 162+154+3=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29A03 is #5D65FC. Grayscale: #8B8B8B. Windows color (decimal): -6120957 or 236194. OLE color: 236194.
HSL color Cylindrical-coordinate representation of color #A29A03: hue angle of 56.98º 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 #A29A03 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.36 |
| HSL | 56.98º | 0.96% | 0.32% | - |
| HSV(B) | 56.98º | 0.98% | 0.64% | - |
| XYZ | 26.47 | 30.8 | 4.64 | - |
| YUV | 139.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 3 | 0 | 0.05 | 0.98 | 0.36 | 56.98 | 0.96 | 0.32 |
| Hex | A2 | 9A | 3 | 0 | 5 | 62 | 24 | 39 | 60 | 20 |
| Octal | 242 | 232 | 3 | 0 | 5 | 142 | 44 | 71 | 140 | 40 |
| Binary | 10100010 | 10011010 | 11 | 0 | 101 | 1100010 | 100100 | 111001 | 1100000 | 100000 |
Color Harmonies of #A29A03
Complementary color
Monochromatic Colors of #A29A03
Black with #A29A03
Text Example
Text Example
White with #A29A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A03; }
p { color: rgb(162,154,3); }
H1.HeaderClassName
{
color: #A29A03;
}
.AnyTagClassName
{
color: #A29A03;
}
</style>
background-color css
<style>
a { background-color: #A29A03; }
a { background-color: rgb(162,154,3); }
div.DivClassName
{
background-color: #A29A03;
}
.BgClassName
{
background-color: #A29A03;
}
</style>
border-color css
<style>
span { border-color: #A29A03; }
span { border-color: rgb(162,154,3); }
td.TdClassName
{
border-color: #A29A03;
}
.TagClassName
{
border-color: #A29A03;
}
</style>