Shades of Lucky #A09607
Tints of Lucky #A09607
RGB
CMYK
RGB Variations
Color information
#A09607 (or 0xA09607) is known color: Lucky. HEX triplet: A0, 96 and 07. RGB value is (160,150,7). Sum of RGB (Red+Green+Blue) = 160+150+7=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A09607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09607 is #5F69F8. Grayscale: #898989. Windows color (decimal): -6253049 or 497312. OLE color: 497312.
HSL color Cylindrical-coordinate representation of color #A09607: hue angle of 56.08º 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 #A09607 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 7 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.37 |
| HSL | 56.08º | 0.92% | 0.33% | - |
| HSV(B) | 56.08º | 0.96% | 0.63% | - |
| XYZ | 25.44 | 29.3 | 4.52 | - |
| YUV | 136.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 7 | 0 | 0.06 | 0.96 | 0.37 | 56.08 | 0.92 | 0.33 |
| Hex | A0 | 96 | 7 | 0 | 6 | 60 | 25 | 38 | 5C | 21 |
| Octal | 240 | 226 | 7 | 0 | 6 | 140 | 45 | 70 | 134 | 41 |
| Binary | 10100000 | 10010110 | 111 | 0 | 110 | 1100000 | 100101 | 111000 | 1011100 | 100001 |
Color Harmonies of #A09607
Complementary color
Monochromatic Colors of #A09607
Black with #A09607
Text Example
Text Example
White with #A09607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09607; }
p { color: rgb(160,150,7); }
H1.HeaderClassName
{
color: #A09607;
}
.AnyTagClassName
{
color: #A09607;
}
</style>
background-color css
<style>
a { background-color: #A09607; }
a { background-color: rgb(160,150,7); }
div.DivClassName
{
background-color: #A09607;
}
.BgClassName
{
background-color: #A09607;
}
</style>
border-color css
<style>
span { border-color: #A09607; }
span { border-color: rgb(160,150,7); }
td.TdClassName
{
border-color: #A09607;
}
.TagClassName
{
border-color: #A09607;
}
</style>