Shades of Lucky #A09807
Tints of Lucky #A09807
RGB
CMYK
RGB Variations
Color information
#A09807 (or 0xA09807) is known color: Lucky. HEX triplet: A0, 98 and 07. RGB value is (160,152,7). Sum of RGB (Red+Green+Blue) = 160+152+7=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A09807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09807 is #5F67F8. Grayscale: #8A8A8A. Windows color (decimal): -6252537 or 497824. OLE color: 497824.
HSL color Cylindrical-coordinate representation of color #A09807: hue angle of 56.86º 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 #A09807 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 7 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.37 |
| HSL | 56.86º | 0.92% | 0.33% | - |
| HSV(B) | 56.86º | 0.96% | 0.63% | - |
| XYZ | 25.76 | 29.95 | 4.62 | - |
| YUV | 137.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 7 | 0 | 0.05 | 0.96 | 0.37 | 56.86 | 0.92 | 0.33 |
| Hex | A0 | 98 | 7 | 0 | 5 | 60 | 25 | 39 | 5C | 21 |
| Octal | 240 | 230 | 7 | 0 | 5 | 140 | 45 | 71 | 134 | 41 |
| Binary | 10100000 | 10011000 | 111 | 0 | 101 | 1100000 | 100101 | 111001 | 1011100 | 100001 |
Color Harmonies of #A09807
Complementary color
Monochromatic Colors of #A09807
Black with #A09807
Text Example
Text Example
White with #A09807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09807; }
p { color: rgb(160,152,7); }
H1.HeaderClassName
{
color: #A09807;
}
.AnyTagClassName
{
color: #A09807;
}
</style>
background-color css
<style>
a { background-color: #A09807; }
a { background-color: rgb(160,152,7); }
div.DivClassName
{
background-color: #A09807;
}
.BgClassName
{
background-color: #A09807;
}
</style>
border-color css
<style>
span { border-color: #A09807; }
span { border-color: rgb(160,152,7); }
td.TdClassName
{
border-color: #A09807;
}
.TagClassName
{
border-color: #A09807;
}
</style>