Shades of Lucky #A69523
Tints of Lucky #A69523
RGB
CMYK
RGB Variations
Color information
#A69523 (or 0xA69523) is known color: Lucky. HEX triplet: A6, 95 and 23. RGB value is (166,149,35). Sum of RGB (Red+Green+Blue) = 166+149+35=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A69523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69523 is #596ADC. Grayscale: #8D8D8D. Windows color (decimal): -5860061 or 2332070. OLE color: 2332070.
HSL color Cylindrical-coordinate representation of color #A69523: hue angle of 52.21º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A69523 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 35 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.35 |
| HSL | 52.21º | 0.65% | 0.39% | - |
| HSV(B) | 52.21º | 0.79% | 0.65% | - |
| XYZ | 26.78 | 29.72 | 5.92 | - |
| YUV | 141.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 35 | 0 | 0.10 | 0.79 | 0.35 | 52.21 | 0.65 | 0.39 |
| Hex | A6 | 95 | 23 | 0 | A | 4F | 23 | 34 | 41 | 27 |
| Octal | 246 | 225 | 43 | 0 | 12 | 117 | 43 | 64 | 101 | 47 |
| Binary | 10100110 | 10010101 | 100011 | 0 | 1010 | 1001111 | 100011 | 110100 | 1000001 | 100111 |
Color Harmonies of #A69523
Complementary color
Monochromatic Colors of #A69523
Black with #A69523
Text Example
Text Example
White with #A69523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69523; }
p { color: rgb(166,149,35); }
H1.HeaderClassName
{
color: #A69523;
}
.AnyTagClassName
{
color: #A69523;
}
</style>
background-color css
<style>
a { background-color: #A69523; }
a { background-color: rgb(166,149,35); }
div.DivClassName
{
background-color: #A69523;
}
.BgClassName
{
background-color: #A69523;
}
</style>
border-color css
<style>
span { border-color: #A69523; }
span { border-color: rgb(166,149,35); }
td.TdClassName
{
border-color: #A69523;
}
.TagClassName
{
border-color: #A69523;
}
</style>