Shades of Lucky #A69413
Tints of Lucky #A69413
RGB
CMYK
RGB Variations
Color information
#A69413 (or 0xA69413) is known color: Lucky. HEX triplet: A6, 94 and 13. RGB value is (166,148,19). Sum of RGB (Red+Green+Blue) = 166+148+19=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A69413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69413 is #596BEC. Grayscale: #8B8B8B. Windows color (decimal): -5860333 or 1283238. OLE color: 1283238.
HSL color Cylindrical-coordinate representation of color #A69413: hue angle of 52.65º degrees, saturation: 0.79, 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 #A69413 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 19 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.35 |
| HSL | 52.65º | 0.79% | 0.36% | - |
| HSV(B) | 52.65º | 0.89% | 0.65% | - |
| XYZ | 26.43 | 29.33 | 4.88 | - |
| YUV | 138.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 19 | 0 | 0.11 | 0.89 | 0.35 | 52.65 | 0.79 | 0.36 |
| Hex | A6 | 94 | 13 | 0 | B | 59 | 23 | 35 | 4F | 24 |
| Octal | 246 | 224 | 23 | 0 | 13 | 131 | 43 | 65 | 117 | 44 |
| Binary | 10100110 | 10010100 | 10011 | 0 | 1011 | 1011001 | 100011 | 110101 | 1001111 | 100100 |
Color Harmonies of #A69413
Complementary color
Monochromatic Colors of #A69413
Black with #A69413
Text Example
Text Example
White with #A69413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69413; }
p { color: rgb(166,148,19); }
H1.HeaderClassName
{
color: #A69413;
}
.AnyTagClassName
{
color: #A69413;
}
</style>
background-color css
<style>
a { background-color: #A69413; }
a { background-color: rgb(166,148,19); }
div.DivClassName
{
background-color: #A69413;
}
.BgClassName
{
background-color: #A69413;
}
</style>
border-color css
<style>
span { border-color: #A69413; }
span { border-color: rgb(166,148,19); }
td.TdClassName
{
border-color: #A69413;
}
.TagClassName
{
border-color: #A69413;
}
</style>