Shades of Lucky #A99127
Tints of Lucky #A99127
RGB
CMYK
RGB Variations
Color information
#A99127 (or 0xA99127) is known color: Lucky. HEX triplet: A9, 91 and 27. RGB value is (169,145,39). Sum of RGB (Red+Green+Blue) = 169+145+39=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A99127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99127 is #566ED8. Grayscale: #8C8C8C. Windows color (decimal): -5664473 or 2593193. OLE color: 2593193.
HSL color Cylindrical-coordinate representation of color #A99127: hue angle of 48.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A99127 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 39 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.34 |
| HSL | 48.92º | 0.63% | 0.41% | - |
| HSV(B) | 48.92º | 0.77% | 0.66% | - |
| XYZ | 26.85 | 28.83 | 6.07 | - |
| YUV | 140.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 39 | 0 | 0.14 | 0.77 | 0.34 | 48.92 | 0.63 | 0.41 |
| Hex | A9 | 91 | 27 | 0 | E | 4D | 22 | 31 | 3E | 29 |
| Octal | 251 | 221 | 47 | 0 | 16 | 115 | 42 | 61 | 76 | 51 |
| Binary | 10101001 | 10010001 | 100111 | 0 | 1110 | 1001101 | 100010 | 110001 | 111110 | 101001 |
Color Harmonies of #A99127
Complementary color
Monochromatic Colors of #A99127
Black with #A99127
Text Example
Text Example
White with #A99127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99127; }
p { color: rgb(169,145,39); }
H1.HeaderClassName
{
color: #A99127;
}
.AnyTagClassName
{
color: #A99127;
}
</style>
background-color css
<style>
a { background-color: #A99127; }
a { background-color: rgb(169,145,39); }
div.DivClassName
{
background-color: #A99127;
}
.BgClassName
{
background-color: #A99127;
}
</style>
border-color css
<style>
span { border-color: #A99127; }
span { border-color: rgb(169,145,39); }
td.TdClassName
{
border-color: #A99127;
}
.TagClassName
{
border-color: #A99127;
}
</style>