Shades of Lucky #A29D03
Tints of Lucky #A29D03
RGB
CMYK
RGB Variations
Color information
#A29D03 (or 0xA29D03) is known color: Lucky. HEX triplet: A2, 9D and 03. RGB value is (162,157,3). Sum of RGB (Red+Green+Blue) = 162+157+3=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D03 is #5D62FC. Grayscale: #8D8D8D. Windows color (decimal): -6120189 or 236962. OLE color: 236962.
HSL color Cylindrical-coordinate representation of color #A29D03: hue angle of 58.11º 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 #A29D03 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.36 |
| HSL | 58.11º | 0.96% | 0.32% | - |
| HSV(B) | 58.11º | 0.98% | 0.64% | - |
| XYZ | 26.97 | 31.8 | 4.8 | - |
| YUV | 140.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 3 | 0 | 0.03 | 0.98 | 0.36 | 58.11 | 0.96 | 0.32 |
| Hex | A2 | 9D | 3 | 0 | 3 | 62 | 24 | 3A | 60 | 20 |
| Octal | 242 | 235 | 3 | 0 | 3 | 142 | 44 | 72 | 140 | 40 |
| Binary | 10100010 | 10011101 | 11 | 0 | 11 | 1100010 | 100100 | 111010 | 1100000 | 100000 |
Color Harmonies of #A29D03
Complementary color
Monochromatic Colors of #A29D03
Black with #A29D03
Text Example
Text Example
White with #A29D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D03; }
p { color: rgb(162,157,3); }
H1.HeaderClassName
{
color: #A29D03;
}
.AnyTagClassName
{
color: #A29D03;
}
</style>
background-color css
<style>
a { background-color: #A29D03; }
a { background-color: rgb(162,157,3); }
div.DivClassName
{
background-color: #A29D03;
}
.BgClassName
{
background-color: #A29D03;
}
</style>
border-color css
<style>
span { border-color: #A29D03; }
span { border-color: rgb(162,157,3); }
td.TdClassName
{
border-color: #A29D03;
}
.TagClassName
{
border-color: #A29D03;
}
</style>