Shades of Lucky #A69719
Tints of Lucky #A69719
RGB
CMYK
RGB Variations
Color information
#A69719 (or 0xA69719) is known color: Lucky. HEX triplet: A6, 97 and 19. RGB value is (166,151,25). Sum of RGB (Red+Green+Blue) = 166+151+25=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69719 is #5968E6. Grayscale: #8D8D8D. Windows color (decimal): -5859559 or 1677222. OLE color: 1677222.
HSL color Cylindrical-coordinate representation of color #A69719: hue angle of 53.62º 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 #A69719 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 25 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.35 |
| HSL | 53.62º | 0.74% | 0.37% | - |
| HSV(B) | 53.62º | 0.85% | 0.65% | - |
| XYZ | 26.97 | 30.31 | 5.35 | - |
| YUV | 141.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 25 | 0 | 0.09 | 0.85 | 0.35 | 53.62 | 0.74 | 0.37 |
| Hex | A6 | 97 | 19 | 0 | 9 | 55 | 23 | 36 | 4A | 25 |
| Octal | 246 | 227 | 31 | 0 | 11 | 125 | 43 | 66 | 112 | 45 |
| Binary | 10100110 | 10010111 | 11001 | 0 | 1001 | 1010101 | 100011 | 110110 | 1001010 | 100101 |
Color Harmonies of #A69719
Complementary color
Monochromatic Colors of #A69719
Black with #A69719
Text Example
Text Example
White with #A69719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69719; }
p { color: rgb(166,151,25); }
H1.HeaderClassName
{
color: #A69719;
}
.AnyTagClassName
{
color: #A69719;
}
</style>
background-color css
<style>
a { background-color: #A69719; }
a { background-color: rgb(166,151,25); }
div.DivClassName
{
background-color: #A69719;
}
.BgClassName
{
background-color: #A69719;
}
</style>
border-color css
<style>
span { border-color: #A69719; }
span { border-color: rgb(166,151,25); }
td.TdClassName
{
border-color: #A69719;
}
.TagClassName
{
border-color: #A69719;
}
</style>