Shades of Lucky #A99219
Tints of Lucky #A99219
RGB
CMYK
RGB Variations
Color information
#A99219 (or 0xA99219) is known color: Lucky. HEX triplet: A9, 92 and 19. RGB value is (169,146,25). Sum of RGB (Red+Green+Blue) = 169+146+25=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A99219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99219 is #566DE6. Grayscale: #8B8B8B. Windows color (decimal): -5664231 or 1675945. OLE color: 1675945.
HSL color Cylindrical-coordinate representation of color #A99219: hue angle of 50.42º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A99219 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 25 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.34 |
| HSL | 50.42º | 0.74% | 0.38% | - |
| HSV(B) | 50.42º | 0.85% | 0.66% | - |
| XYZ | 26.82 | 29.06 | 5.12 | - |
| YUV | 139.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 25 | 0 | 0.14 | 0.85 | 0.34 | 50.42 | 0.74 | 0.38 |
| Hex | A9 | 92 | 19 | 0 | E | 55 | 22 | 32 | 4A | 26 |
| Octal | 251 | 222 | 31 | 0 | 16 | 125 | 42 | 62 | 112 | 46 |
| Binary | 10101001 | 10010010 | 11001 | 0 | 1110 | 1010101 | 100010 | 110010 | 1001010 | 100110 |
Color Harmonies of #A99219
Complementary color
Monochromatic Colors of #A99219
Black with #A99219
Text Example
Text Example
White with #A99219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99219; }
p { color: rgb(169,146,25); }
H1.HeaderClassName
{
color: #A99219;
}
.AnyTagClassName
{
color: #A99219;
}
</style>
background-color css
<style>
a { background-color: #A99219; }
a { background-color: rgb(169,146,25); }
div.DivClassName
{
background-color: #A99219;
}
.BgClassName
{
background-color: #A99219;
}
</style>
border-color css
<style>
span { border-color: #A99219; }
span { border-color: rgb(169,146,25); }
td.TdClassName
{
border-color: #A99219;
}
.TagClassName
{
border-color: #A99219;
}
</style>