Shades of Lucky #A09C1E
Tints of Lucky #A09C1E
RGB
CMYK
RGB Variations
Color information
#A09C1E (or 0xA09C1E) is known color: Lucky. HEX triplet: A0, 9C and 1E. RGB value is (160,156,30). Sum of RGB (Red+Green+Blue) = 160+156+30=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C1E is #5F63E1. Grayscale: #8F8F8F. Windows color (decimal): -6251490 or 2006176. OLE color: 2006176.
HSL color Cylindrical-coordinate representation of color #A09C1E: hue angle of 58.15º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A09C1E is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 30 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.37 |
| HSL | 58.15º | 0.68% | 0.37% | - |
| HSV(B) | 58.15º | 0.81% | 0.63% | - |
| XYZ | 26.62 | 31.34 | 5.88 | - |
| YUV | 142.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 30 | 0 | 0.02 | 0.81 | 0.37 | 58.15 | 0.68 | 0.37 |
| Hex | A0 | 9C | 1E | 0 | 2 | 51 | 25 | 3A | 44 | 25 |
| Octal | 240 | 234 | 36 | 0 | 2 | 121 | 45 | 72 | 104 | 45 |
| Binary | 10100000 | 10011100 | 11110 | 0 | 10 | 1010001 | 100101 | 111010 | 1000100 | 100101 |
Color Harmonies of #A09C1E
Complementary color
Monochromatic Colors of #A09C1E
Black with #A09C1E
Text Example
Text Example
White with #A09C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C1E; }
p { color: rgb(160,156,30); }
H1.HeaderClassName
{
color: #A09C1E;
}
.AnyTagClassName
{
color: #A09C1E;
}
</style>
background-color css
<style>
a { background-color: #A09C1E; }
a { background-color: rgb(160,156,30); }
div.DivClassName
{
background-color: #A09C1E;
}
.BgClassName
{
background-color: #A09C1E;
}
</style>
border-color css
<style>
span { border-color: #A09C1E; }
span { border-color: rgb(160,156,30); }
td.TdClassName
{
border-color: #A09C1E;
}
.TagClassName
{
border-color: #A09C1E;
}
</style>