Shades of Lucky #A99C2A
Tints of Lucky #A99C2A
RGB
CMYK
RGB Variations
Color information
#A99C2A (or 0xA99C2A) is known color: Lucky. HEX triplet: A9, 9C and 2A. RGB value is (169,156,42). Sum of RGB (Red+Green+Blue) = 169+156+42=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C2A is #5663D5. Grayscale: #939393. Windows color (decimal): -5661654 or 2792617. OLE color: 2792617.
HSL color Cylindrical-coordinate representation of color #A99C2A: hue angle of 53.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A99C2A is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 42 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.34 |
| HSL | 53.86º | 0.6% | 0.41% | - |
| HSV(B) | 53.86º | 0.75% | 0.66% | - |
| XYZ | 28.67 | 32.38 | 6.93 | - |
| YUV | 146.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 42 | 0 | 0.08 | 0.75 | 0.34 | 53.86 | 0.6 | 0.41 |
| Hex | A9 | 9C | 2A | 0 | 8 | 4B | 22 | 36 | 3C | 29 |
| Octal | 251 | 234 | 52 | 0 | 10 | 113 | 42 | 66 | 74 | 51 |
| Binary | 10101001 | 10011100 | 101010 | 0 | 1000 | 1001011 | 100010 | 110110 | 111100 | 101001 |
Color Harmonies of #A99C2A
Complementary color
Monochromatic Colors of #A99C2A
Black with #A99C2A
Text Example
Text Example
White with #A99C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C2A; }
p { color: rgb(169,156,42); }
H1.HeaderClassName
{
color: #A99C2A;
}
.AnyTagClassName
{
color: #A99C2A;
}
</style>
background-color css
<style>
a { background-color: #A99C2A; }
a { background-color: rgb(169,156,42); }
div.DivClassName
{
background-color: #A99C2A;
}
.BgClassName
{
background-color: #A99C2A;
}
</style>
border-color css
<style>
span { border-color: #A99C2A; }
span { border-color: rgb(169,156,42); }
td.TdClassName
{
border-color: #A99C2A;
}
.TagClassName
{
border-color: #A99C2A;
}
</style>