Shades of Lucky #A69524
Tints of Lucky #A69524
RGB
CMYK
RGB Variations
Color information
#A69524 (or 0xA69524) is known color: Lucky. HEX triplet: A6, 95 and 24. RGB value is (166,149,36). Sum of RGB (Red+Green+Blue) = 166+149+36=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A69524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69524 is #596ADB. Grayscale: #8D8D8D. Windows color (decimal): -5860060 or 2397606. OLE color: 2397606.
HSL color Cylindrical-coordinate representation of color #A69524: hue angle of 52.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A69524 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 36 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.35 |
| HSL | 52.15º | 0.64% | 0.4% | - |
| HSV(B) | 52.15º | 0.78% | 0.65% | - |
| XYZ | 26.79 | 29.73 | 6 | - |
| YUV | 141.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 36 | 0 | 0.10 | 0.78 | 0.35 | 52.15 | 0.64 | 0.4 |
| Hex | A6 | 95 | 24 | 0 | A | 4E | 23 | 34 | 40 | 28 |
| Octal | 246 | 225 | 44 | 0 | 12 | 116 | 43 | 64 | 100 | 50 |
| Binary | 10100110 | 10010101 | 100100 | 0 | 1010 | 1001110 | 100011 | 110100 | 1000000 | 101000 |
Color Harmonies of #A69524
Complementary color
Monochromatic Colors of #A69524
Black with #A69524
Text Example
Text Example
White with #A69524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69524; }
p { color: rgb(166,149,36); }
H1.HeaderClassName
{
color: #A69524;
}
.AnyTagClassName
{
color: #A69524;
}
</style>
background-color css
<style>
a { background-color: #A69524; }
a { background-color: rgb(166,149,36); }
div.DivClassName
{
background-color: #A69524;
}
.BgClassName
{
background-color: #A69524;
}
</style>
border-color css
<style>
span { border-color: #A69524; }
span { border-color: rgb(166,149,36); }
td.TdClassName
{
border-color: #A69524;
}
.TagClassName
{
border-color: #A69524;
}
</style>