Shades of Lucky #A69412
Tints of Lucky #A69412
RGB
CMYK
RGB Variations
Color information
#A69412 (or 0xA69412) is known color: Lucky. HEX triplet: A6, 94 and 12. RGB value is (166,148,18). Sum of RGB (Red+Green+Blue) = 166+148+18=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A69412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69412 is #596BED. Grayscale: #8B8B8B. Windows color (decimal): -5860334 or 1217702. OLE color: 1217702.
HSL color Cylindrical-coordinate representation of color #A69412: hue angle of 52.7º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A69412 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 18 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.35 |
| HSL | 52.7º | 0.8% | 0.36% | - |
| HSV(B) | 52.7º | 0.89% | 0.65% | - |
| XYZ | 26.42 | 29.33 | 4.84 | - |
| YUV | 138.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 18 | 0 | 0.11 | 0.89 | 0.35 | 52.7 | 0.8 | 0.36 |
| Hex | A6 | 94 | 12 | 0 | B | 59 | 23 | 35 | 50 | 24 |
| Octal | 246 | 224 | 22 | 0 | 13 | 131 | 43 | 65 | 120 | 44 |
| Binary | 10100110 | 10010100 | 10010 | 0 | 1011 | 1011001 | 100011 | 110101 | 1010000 | 100100 |
Color Harmonies of #A69412
Complementary color
Monochromatic Colors of #A69412
Black with #A69412
Text Example
Text Example
White with #A69412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69412; }
p { color: rgb(166,148,18); }
H1.HeaderClassName
{
color: #A69412;
}
.AnyTagClassName
{
color: #A69412;
}
</style>
background-color css
<style>
a { background-color: #A69412; }
a { background-color: rgb(166,148,18); }
div.DivClassName
{
background-color: #A69412;
}
.BgClassName
{
background-color: #A69412;
}
</style>
border-color css
<style>
span { border-color: #A69412; }
span { border-color: rgb(166,148,18); }
td.TdClassName
{
border-color: #A69412;
}
.TagClassName
{
border-color: #A69412;
}
</style>