Shades of Lucky #A09307
Tints of Lucky #A09307
RGB
CMYK
RGB Variations
Color information
#A09307 (or 0xA09307) is known color: Lucky. HEX triplet: A0, 93 and 07. RGB value is (160,147,7). Sum of RGB (Red+Green+Blue) = 160+147+7=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A09307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09307 is #5F6CF8. Grayscale: #878787. Windows color (decimal): -6253817 or 496544. OLE color: 496544.
HSL color Cylindrical-coordinate representation of color #A09307: hue angle of 54.9º 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 #A09307 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 7 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.37 |
| HSL | 54.9º | 0.92% | 0.33% | - |
| HSV(B) | 54.9º | 0.96% | 0.63% | - |
| XYZ | 24.97 | 28.36 | 4.36 | - |
| YUV | 134.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 7 | 0 | 0.08 | 0.96 | 0.37 | 54.9 | 0.92 | 0.33 |
| Hex | A0 | 93 | 7 | 0 | 8 | 60 | 25 | 37 | 5C | 21 |
| Octal | 240 | 223 | 7 | 0 | 10 | 140 | 45 | 67 | 134 | 41 |
| Binary | 10100000 | 10010011 | 111 | 0 | 1000 | 1100000 | 100101 | 110111 | 1011100 | 100001 |
Color Harmonies of #A09307
Complementary color
Monochromatic Colors of #A09307
Black with #A09307
Text Example
Text Example
White with #A09307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09307; }
p { color: rgb(160,147,7); }
H1.HeaderClassName
{
color: #A09307;
}
.AnyTagClassName
{
color: #A09307;
}
</style>
background-color css
<style>
a { background-color: #A09307; }
a { background-color: rgb(160,147,7); }
div.DivClassName
{
background-color: #A09307;
}
.BgClassName
{
background-color: #A09307;
}
</style>
border-color css
<style>
span { border-color: #A09307; }
span { border-color: rgb(160,147,7); }
td.TdClassName
{
border-color: #A09307;
}
.TagClassName
{
border-color: #A09307;
}
</style>