Shades of Lucky #A09D02
Tints of Lucky #A09D02
RGB
CMYK
RGB Variations
Color information
#A09D02 (or 0xA09D02) is known color: Lucky. HEX triplet: A0, 9D and 02. RGB value is (160,157,2). Sum of RGB (Red+Green+Blue) = 160+157+2=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D02 is #5F62FD. Grayscale: #8C8C8C. Windows color (decimal): -6251262 or 171424. OLE color: 171424.
HSL color Cylindrical-coordinate representation of color #A09D02: hue angle of 58.86º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09D02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.37 |
| HSL | 58.86º | 0.98% | 0.32% | - |
| HSV(B) | 58.86º | 0.99% | 0.63% | - |
| XYZ | 26.57 | 31.59 | 4.76 | - |
| YUV | 140.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 2 | 0 | 0.02 | 0.99 | 0.37 | 58.86 | 0.98 | 0.32 |
| Hex | A0 | 9D | 2 | 0 | 2 | 63 | 25 | 3B | 62 | 20 |
| Octal | 240 | 235 | 2 | 0 | 2 | 143 | 45 | 73 | 142 | 40 |
| Binary | 10100000 | 10011101 | 10 | 0 | 10 | 1100011 | 100101 | 111011 | 1100010 | 100000 |
Color Harmonies of #A09D02
Complementary color
Monochromatic Colors of #A09D02
Black with #A09D02
Text Example
Text Example
White with #A09D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D02; }
p { color: rgb(160,157,2); }
H1.HeaderClassName
{
color: #A09D02;
}
.AnyTagClassName
{
color: #A09D02;
}
</style>
background-color css
<style>
a { background-color: #A09D02; }
a { background-color: rgb(160,157,2); }
div.DivClassName
{
background-color: #A09D02;
}
.BgClassName
{
background-color: #A09D02;
}
</style>
border-color css
<style>
span { border-color: #A09D02; }
span { border-color: rgb(160,157,2); }
td.TdClassName
{
border-color: #A09D02;
}
.TagClassName
{
border-color: #A09D02;
}
</style>