Shades of Lucky #A99407
Tints of Lucky #A99407
RGB
CMYK
RGB Variations
Color information
#A99407 (or 0xA99407) is known color: Lucky. HEX triplet: A9, 94 and 07. RGB value is (169,148,7). Sum of RGB (Red+Green+Blue) = 169+148+7=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A99407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99407 is #566BF8. Grayscale: #8A8A8A. Windows color (decimal): -5663737 or 496809. OLE color: 496809.
HSL color Cylindrical-coordinate representation of color #A99407: hue angle of 52.22º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A99407 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.34 |
| HSL | 52.22º | 0.92% | 0.35% | - |
| HSV(B) | 52.22º | 0.96% | 0.66% | - |
| XYZ | 26.99 | 29.63 | 4.5 | - |
| YUV | 138.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 7 | 0 | 0.12 | 0.96 | 0.34 | 52.22 | 0.92 | 0.35 |
| Hex | A9 | 94 | 7 | 0 | C | 60 | 22 | 34 | 5C | 23 |
| Octal | 251 | 224 | 7 | 0 | 14 | 140 | 42 | 64 | 134 | 43 |
| Binary | 10101001 | 10010100 | 111 | 0 | 1100 | 1100000 | 100010 | 110100 | 1011100 | 100011 |
Color Harmonies of #A99407
Complementary color
Monochromatic Colors of #A99407
Black with #A99407
Text Example
Text Example
White with #A99407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99407; }
p { color: rgb(169,148,7); }
H1.HeaderClassName
{
color: #A99407;
}
.AnyTagClassName
{
color: #A99407;
}
</style>
background-color css
<style>
a { background-color: #A99407; }
a { background-color: rgb(169,148,7); }
div.DivClassName
{
background-color: #A99407;
}
.BgClassName
{
background-color: #A99407;
}
</style>
border-color css
<style>
span { border-color: #A99407; }
span { border-color: rgb(169,148,7); }
td.TdClassName
{
border-color: #A99407;
}
.TagClassName
{
border-color: #A99407;
}
</style>