Shades of Lucky #A99615
Tints of Lucky #A99615
RGB
CMYK
RGB Variations
Color information
#A99615 (or 0xA99615) is known color: Lucky. HEX triplet: A9, 96 and 15. RGB value is (169,150,21). Sum of RGB (Red+Green+Blue) = 169+150+21=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A99615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99615 is #5669EA. Grayscale: #8D8D8D. Windows color (decimal): -5663211 or 1414825. OLE color: 1414825.
HSL color Cylindrical-coordinate representation of color #A99615: hue angle of 52.3º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A99615 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 21 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.34 |
| HSL | 52.3º | 0.78% | 0.37% | - |
| HSV(B) | 52.3º | 0.88% | 0.66% | - |
| XYZ | 27.4 | 30.3 | 5.11 | - |
| YUV | 140.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 21 | 0 | 0.11 | 0.88 | 0.34 | 52.3 | 0.78 | 0.37 |
| Hex | A9 | 96 | 15 | 0 | B | 58 | 22 | 34 | 4E | 25 |
| Octal | 251 | 226 | 25 | 0 | 13 | 130 | 42 | 64 | 116 | 45 |
| Binary | 10101001 | 10010110 | 10101 | 0 | 1011 | 1011000 | 100010 | 110100 | 1001110 | 100101 |
Color Harmonies of #A99615
Complementary color
Monochromatic Colors of #A99615
Black with #A99615
Text Example
Text Example
White with #A99615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99615; }
p { color: rgb(169,150,21); }
H1.HeaderClassName
{
color: #A99615;
}
.AnyTagClassName
{
color: #A99615;
}
</style>
background-color css
<style>
a { background-color: #A99615; }
a { background-color: rgb(169,150,21); }
div.DivClassName
{
background-color: #A99615;
}
.BgClassName
{
background-color: #A99615;
}
</style>
border-color css
<style>
span { border-color: #A99615; }
span { border-color: rgb(169,150,21); }
td.TdClassName
{
border-color: #A99615;
}
.TagClassName
{
border-color: #A99615;
}
</style>