Shades of Lucky #A09107
Tints of Lucky #A09107
RGB
CMYK
RGB Variations
Color information
#A09107 (or 0xA09107) is known color: Lucky. HEX triplet: A0, 91 and 07. RGB value is (160,145,7). Sum of RGB (Red+Green+Blue) = 160+145+7=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A09107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09107 is #5F6EF8. Grayscale: #868686. Windows color (decimal): -6254329 or 496032. OLE color: 496032.
HSL color Cylindrical-coordinate representation of color #A09107: hue angle of 54.12º 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 #A09107 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.37 |
| HSL | 54.12º | 0.92% | 0.33% | - |
| HSV(B) | 54.12º | 0.96% | 0.63% | - |
| XYZ | 24.66 | 27.74 | 4.26 | - |
| YUV | 133.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 7 | 0 | 0.09 | 0.96 | 0.37 | 54.12 | 0.92 | 0.33 |
| Hex | A0 | 91 | 7 | 0 | 9 | 60 | 25 | 36 | 5C | 21 |
| Octal | 240 | 221 | 7 | 0 | 11 | 140 | 45 | 66 | 134 | 41 |
| Binary | 10100000 | 10010001 | 111 | 0 | 1001 | 1100000 | 100101 | 110110 | 1011100 | 100001 |
Color Harmonies of #A09107
Complementary color
Monochromatic Colors of #A09107
Black with #A09107
Text Example
Text Example
White with #A09107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09107; }
p { color: rgb(160,145,7); }
H1.HeaderClassName
{
color: #A09107;
}
.AnyTagClassName
{
color: #A09107;
}
</style>
background-color css
<style>
a { background-color: #A09107; }
a { background-color: rgb(160,145,7); }
div.DivClassName
{
background-color: #A09107;
}
.BgClassName
{
background-color: #A09107;
}
</style>
border-color css
<style>
span { border-color: #A09107; }
span { border-color: rgb(160,145,7); }
td.TdClassName
{
border-color: #A09107;
}
.TagClassName
{
border-color: #A09107;
}
</style>