Shades of Lucky #A99903
Tints of Lucky #A99903
RGB
CMYK
RGB Variations
Color information
#A99903 (or 0xA99903) is known color: Lucky. HEX triplet: A9, 99 and 03. RGB value is (169,153,3). Sum of RGB (Red+Green+Blue) = 169+153+3=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A99903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99903 is #5666FC. Grayscale: #8D8D8D. Windows color (decimal): -5662461 or 235945. OLE color: 235945.
HSL color Cylindrical-coordinate representation of color #A99903: hue angle of 54.22º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A99903 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.34 |
| HSL | 54.22º | 0.97% | 0.34% | - |
| HSV(B) | 54.22º | 0.98% | 0.66% | - |
| XYZ | 27.77 | 31.22 | 4.65 | - |
| YUV | 140.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 3 | 0 | 0.09 | 0.98 | 0.34 | 54.22 | 0.97 | 0.34 |
| Hex | A9 | 99 | 3 | 0 | 9 | 62 | 22 | 36 | 61 | 22 |
| Octal | 251 | 231 | 3 | 0 | 11 | 142 | 42 | 66 | 141 | 42 |
| Binary | 10101001 | 10011001 | 11 | 0 | 1001 | 1100010 | 100010 | 110110 | 1100001 | 100010 |
Color Harmonies of #A99903
Complementary color
Monochromatic Colors of #A99903
Black with #A99903
Text Example
Text Example
White with #A99903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99903; }
p { color: rgb(169,153,3); }
H1.HeaderClassName
{
color: #A99903;
}
.AnyTagClassName
{
color: #A99903;
}
</style>
background-color css
<style>
a { background-color: #A99903; }
a { background-color: rgb(169,153,3); }
div.DivClassName
{
background-color: #A99903;
}
.BgClassName
{
background-color: #A99903;
}
</style>
border-color css
<style>
span { border-color: #A99903; }
span { border-color: rgb(169,153,3); }
td.TdClassName
{
border-color: #A99903;
}
.TagClassName
{
border-color: #A99903;
}
</style>