Shades of Lucky #A09003
Tints of Lucky #A09003
RGB
CMYK
RGB Variations
Color information
#A09003 (or 0xA09003) is known color: Lucky. HEX triplet: A0, 90 and 03. RGB value is (160,144,3). Sum of RGB (Red+Green+Blue) = 160+144+3=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A09003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09003 is #5F6FFC. Grayscale: #858585. Windows color (decimal): -6254589 or 233632. OLE color: 233632.
HSL color Cylindrical-coordinate representation of color #A09003: hue angle of 53.89º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A09003 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 3 | - |
| CMYK | 0 | 0.1 | 0.98 | 0.37 |
| HSL | 53.89º | 0.96% | 0.32% | - |
| HSV(B) | 53.89º | 0.98% | 0.63% | - |
| XYZ | 24.49 | 27.43 | 4.09 | - |
| YUV | 132.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 3 | 0 | 0.1 | 0.98 | 0.37 | 53.89 | 0.96 | 0.32 |
| Hex | A0 | 90 | 3 | 0 | A | 62 | 25 | 36 | 60 | 20 |
| Octal | 240 | 220 | 3 | 0 | 12 | 142 | 45 | 66 | 140 | 40 |
| Binary | 10100000 | 10010000 | 11 | 0 | 1010 | 1100010 | 100101 | 110110 | 1100000 | 100000 |
Color Harmonies of #A09003
Complementary color
Monochromatic Colors of #A09003
Black with #A09003
Text Example
Text Example
White with #A09003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09003; }
p { color: rgb(160,144,3); }
H1.HeaderClassName
{
color: #A09003;
}
.AnyTagClassName
{
color: #A09003;
}
</style>
background-color css
<style>
a { background-color: #A09003; }
a { background-color: rgb(160,144,3); }
div.DivClassName
{
background-color: #A09003;
}
.BgClassName
{
background-color: #A09003;
}
</style>
border-color css
<style>
span { border-color: #A09003; }
span { border-color: rgb(160,144,3); }
td.TdClassName
{
border-color: #A09003;
}
.TagClassName
{
border-color: #A09003;
}
</style>