Shades of Lucky #A69119
Tints of Lucky #A69119
RGB
CMYK
RGB Variations
Color information
#A69119 (or 0xA69119) is known color: Lucky. HEX triplet: A6, 91 and 19. RGB value is (166,145,25). Sum of RGB (Red+Green+Blue) = 166+145+25=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A69119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69119 is #596EE6. Grayscale: #8A8A8A. Windows color (decimal): -5861095 or 1675686. OLE color: 1675686.
HSL color Cylindrical-coordinate representation of color #A69119: hue angle of 51.06º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A69119 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 25 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.35 |
| HSL | 51.06º | 0.74% | 0.37% | - |
| HSV(B) | 51.06º | 0.85% | 0.65% | - |
| XYZ | 26.03 | 28.43 | 5.04 | - |
| YUV | 137.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 25 | 0 | 0.13 | 0.85 | 0.35 | 51.06 | 0.74 | 0.37 |
| Hex | A6 | 91 | 19 | 0 | D | 55 | 23 | 33 | 4A | 25 |
| Octal | 246 | 221 | 31 | 0 | 15 | 125 | 43 | 63 | 112 | 45 |
| Binary | 10100110 | 10010001 | 11001 | 0 | 1101 | 1010101 | 100011 | 110011 | 1001010 | 100101 |
Color Harmonies of #A69119
Complementary color
Monochromatic Colors of #A69119
Black with #A69119
Text Example
Text Example
White with #A69119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69119; }
p { color: rgb(166,145,25); }
H1.HeaderClassName
{
color: #A69119;
}
.AnyTagClassName
{
color: #A69119;
}
</style>
background-color css
<style>
a { background-color: #A69119; }
a { background-color: rgb(166,145,25); }
div.DivClassName
{
background-color: #A69119;
}
.BgClassName
{
background-color: #A69119;
}
</style>
border-color css
<style>
span { border-color: #A69119; }
span { border-color: rgb(166,145,25); }
td.TdClassName
{
border-color: #A69119;
}
.TagClassName
{
border-color: #A69119;
}
</style>