Shades of Lucky #A99A1A
Tints of Lucky #A99A1A
RGB
CMYK
RGB Variations
Color information
#A99A1A (or 0xA99A1A) is known color: Lucky. HEX triplet: A9, 9A and 1A. RGB value is (169,154,26). Sum of RGB (Red+Green+Blue) = 169+154+26=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A1A is #5665E5. Grayscale: #909090. Windows color (decimal): -5662182 or 1743529. OLE color: 1743529.
HSL color Cylindrical-coordinate representation of color #A99A1A: hue angle of 53.71º degrees, saturation: 0.73, 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 #A99A1A is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 26 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.34 |
| HSL | 53.71º | 0.73% | 0.38% | - |
| HSV(B) | 53.71º | 0.85% | 0.66% | - |
| XYZ | 28.1 | 31.62 | 5.6 | - |
| YUV | 143.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 26 | 0 | 0.09 | 0.85 | 0.34 | 53.71 | 0.73 | 0.38 |
| Hex | A9 | 9A | 1A | 0 | 9 | 55 | 22 | 36 | 49 | 26 |
| Octal | 251 | 232 | 32 | 0 | 11 | 125 | 42 | 66 | 111 | 46 |
| Binary | 10101001 | 10011010 | 11010 | 0 | 1001 | 1010101 | 100010 | 110110 | 1001001 | 100110 |
Color Harmonies of #A99A1A
Complementary color
Monochromatic Colors of #A99A1A
Black with #A99A1A
Text Example
Text Example
White with #A99A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A1A; }
p { color: rgb(169,154,26); }
H1.HeaderClassName
{
color: #A99A1A;
}
.AnyTagClassName
{
color: #A99A1A;
}
</style>
background-color css
<style>
a { background-color: #A99A1A; }
a { background-color: rgb(169,154,26); }
div.DivClassName
{
background-color: #A99A1A;
}
.BgClassName
{
background-color: #A99A1A;
}
</style>
border-color css
<style>
span { border-color: #A99A1A; }
span { border-color: rgb(169,154,26); }
td.TdClassName
{
border-color: #A99A1A;
}
.TagClassName
{
border-color: #A99A1A;
}
</style>