Shades of Lucky #A09C0A
Tints of Lucky #A09C0A
RGB
CMYK
RGB Variations
Color information
#A09C0A (or 0xA09C0A) is known color: Lucky. HEX triplet: A0, 9C and 0A. RGB value is (160,156,10). Sum of RGB (Red+Green+Blue) = 160+156+10=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09C0A is #5F63F5. Grayscale: #8D8D8D. Windows color (decimal): -6251510 or 695456. OLE color: 695456.
HSL color Cylindrical-coordinate representation of color #A09C0A: hue angle of 58.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A09C0A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 10 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.37 |
| HSL | 58.4º | 0.88% | 0.33% | - |
| HSV(B) | 58.4º | 0.94% | 0.63% | - |
| XYZ | 26.44 | 31.27 | 4.93 | - |
| YUV | 140.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 10 | 0 | 0.02 | 0.94 | 0.37 | 58.4 | 0.88 | 0.33 |
| Hex | A0 | 9C | A | 0 | 2 | 5E | 25 | 3A | 58 | 21 |
| Octal | 240 | 234 | 12 | 0 | 2 | 136 | 45 | 72 | 130 | 41 |
| Binary | 10100000 | 10011100 | 1010 | 0 | 10 | 1011110 | 100101 | 111010 | 1011000 | 100001 |
Color Harmonies of #A09C0A
Complementary color
Monochromatic Colors of #A09C0A
Black with #A09C0A
Text Example
Text Example
White with #A09C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C0A; }
p { color: rgb(160,156,10); }
H1.HeaderClassName
{
color: #A09C0A;
}
.AnyTagClassName
{
color: #A09C0A;
}
</style>
background-color css
<style>
a { background-color: #A09C0A; }
a { background-color: rgb(160,156,10); }
div.DivClassName
{
background-color: #A09C0A;
}
.BgClassName
{
background-color: #A09C0A;
}
</style>
border-color css
<style>
span { border-color: #A09C0A; }
span { border-color: rgb(160,156,10); }
td.TdClassName
{
border-color: #A09C0A;
}
.TagClassName
{
border-color: #A09C0A;
}
</style>