Shades of Lucky #A99702
Tints of Lucky #A99702
RGB
CMYK
RGB Variations
Color information
#A99702 (or 0xA99702) is known color: Lucky. HEX triplet: A9, 97 and 02. RGB value is (169,151,2). Sum of RGB (Red+Green+Blue) = 169+151+2=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A99702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99702 is #5668FD. Grayscale: #8C8C8C. Windows color (decimal): -5662974 or 169897. OLE color: 169897.
HSL color Cylindrical-coordinate representation of color #A99702: hue angle of 53.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A99702 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.34 |
| HSL | 53.53º | 0.98% | 0.34% | - |
| HSV(B) | 53.53º | 0.99% | 0.66% | - |
| XYZ | 27.44 | 30.57 | 4.51 | - |
| YUV | 139.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 2 | 0 | 0.11 | 0.99 | 0.34 | 53.53 | 0.98 | 0.34 |
| Hex | A9 | 97 | 2 | 0 | B | 63 | 22 | 36 | 62 | 22 |
| Octal | 251 | 227 | 2 | 0 | 13 | 143 | 42 | 66 | 142 | 42 |
| Binary | 10101001 | 10010111 | 10 | 0 | 1011 | 1100011 | 100010 | 110110 | 1100010 | 100010 |
Color Harmonies of #A99702
Complementary color
Monochromatic Colors of #A99702
Black with #A99702
Text Example
Text Example
White with #A99702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99702; }
p { color: rgb(169,151,2); }
H1.HeaderClassName
{
color: #A99702;
}
.AnyTagClassName
{
color: #A99702;
}
</style>
background-color css
<style>
a { background-color: #A99702; }
a { background-color: rgb(169,151,2); }
div.DivClassName
{
background-color: #A99702;
}
.BgClassName
{
background-color: #A99702;
}
</style>
border-color css
<style>
span { border-color: #A99702; }
span { border-color: rgb(169,151,2); }
td.TdClassName
{
border-color: #A99702;
}
.TagClassName
{
border-color: #A99702;
}
</style>