Shades of Lucky #A99607
Tints of Lucky #A99607
RGB
CMYK
RGB Variations
Color information
#A99607 (or 0xA99607) is known color: Lucky. HEX triplet: A9, 96 and 07. RGB value is (169,150,7). Sum of RGB (Red+Green+Blue) = 169+150+7=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99607 is #5669F8. Grayscale: #8B8B8B. Windows color (decimal): -5663225 or 497321. OLE color: 497321.
HSL color Cylindrical-coordinate representation of color #A99607: hue angle of 52.96º 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 #A99607 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.34 |
| HSL | 52.96º | 0.92% | 0.35% | - |
| HSV(B) | 52.96º | 0.96% | 0.66% | - |
| XYZ | 27.31 | 30.26 | 4.6 | - |
| YUV | 139.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 7 | 0 | 0.11 | 0.96 | 0.34 | 52.96 | 0.92 | 0.35 |
| Hex | A9 | 96 | 7 | 0 | B | 60 | 22 | 35 | 5C | 23 |
| Octal | 251 | 226 | 7 | 0 | 13 | 140 | 42 | 65 | 134 | 43 |
| Binary | 10101001 | 10010110 | 111 | 0 | 1011 | 1100000 | 100010 | 110101 | 1011100 | 100011 |
Color Harmonies of #A99607
Complementary color
Monochromatic Colors of #A99607
Black with #A99607
Text Example
Text Example
White with #A99607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99607; }
p { color: rgb(169,150,7); }
H1.HeaderClassName
{
color: #A99607;
}
.AnyTagClassName
{
color: #A99607;
}
</style>
background-color css
<style>
a { background-color: #A99607; }
a { background-color: rgb(169,150,7); }
div.DivClassName
{
background-color: #A99607;
}
.BgClassName
{
background-color: #A99607;
}
</style>
border-color css
<style>
span { border-color: #A99607; }
span { border-color: rgb(169,150,7); }
td.TdClassName
{
border-color: #A99607;
}
.TagClassName
{
border-color: #A99607;
}
</style>