Shades of Lucky #A09E07
Tints of Lucky #A09E07
RGB
CMYK
RGB Variations
Color information
#A09E07 (or 0xA09E07) is known color: Lucky. HEX triplet: A0, 9E and 07. RGB value is (160,158,7). Sum of RGB (Red+Green+Blue) = 160+158+7=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09E07 is #5F61F8. Grayscale: #8D8D8D. Windows color (decimal): -6251001 or 499360. OLE color: 499360.
HSL color Cylindrical-coordinate representation of color #A09E07: hue angle of 59.22º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A09E07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.37 |
| HSL | 59.22º | 0.92% | 0.33% | - |
| HSV(B) | 59.22º | 0.96% | 0.63% | - |
| XYZ | 26.76 | 31.94 | 4.96 | - |
| YUV | 141.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 7 | 0 | 0.01 | 0.96 | 0.37 | 59.22 | 0.92 | 0.33 |
| Hex | A0 | 9E | 7 | 0 | 1 | 60 | 25 | 3B | 5C | 21 |
| Octal | 240 | 236 | 7 | 0 | 1 | 140 | 45 | 73 | 134 | 41 |
| Binary | 10100000 | 10011110 | 111 | 0 | 1 | 1100000 | 100101 | 111011 | 1011100 | 100001 |
Color Harmonies of #A09E07
Complementary color
Monochromatic Colors of #A09E07
Black with #A09E07
Text Example
Text Example
White with #A09E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E07; }
p { color: rgb(160,158,7); }
H1.HeaderClassName
{
color: #A09E07;
}
.AnyTagClassName
{
color: #A09E07;
}
</style>
background-color css
<style>
a { background-color: #A09E07; }
a { background-color: rgb(160,158,7); }
div.DivClassName
{
background-color: #A09E07;
}
.BgClassName
{
background-color: #A09E07;
}
</style>
border-color css
<style>
span { border-color: #A09E07; }
span { border-color: rgb(160,158,7); }
td.TdClassName
{
border-color: #A09E07;
}
.TagClassName
{
border-color: #A09E07;
}
</style>