Shades of Lucky #A69E03
Tints of Lucky #A69E03
RGB
CMYK
RGB Variations
Color information
#A69E03 (or 0xA69E03) is known color: Lucky. HEX triplet: A6, 9E and 03. RGB value is (166,158,3). Sum of RGB (Red+Green+Blue) = 166+158+3=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69E03 is #5961FC. Grayscale: #8F8F8F. Windows color (decimal): -5857789 or 237222. OLE color: 237222.
HSL color Cylindrical-coordinate representation of color #A69E03: hue angle of 57.06º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A69E03 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 158 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.35 |
| HSL | 57.06º | 0.96% | 0.33% | - |
| HSV(B) | 57.06º | 0.98% | 0.65% | - |
| XYZ | 27.97 | 32.57 | 4.9 | - |
| YUV | 142.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 3 | 0 | 0.05 | 0.98 | 0.35 | 57.06 | 0.96 | 0.33 |
| Hex | A6 | 9E | 3 | 0 | 5 | 62 | 23 | 39 | 60 | 21 |
| Octal | 246 | 236 | 3 | 0 | 5 | 142 | 43 | 71 | 140 | 41 |
| Binary | 10100110 | 10011110 | 11 | 0 | 101 | 1100010 | 100011 | 111001 | 1100000 | 100001 |
Color Harmonies of #A69E03
Complementary color
Monochromatic Colors of #A69E03
Black with #A69E03
Text Example
Text Example
White with #A69E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69E03; }
p { color: rgb(166,158,3); }
H1.HeaderClassName
{
color: #A69E03;
}
.AnyTagClassName
{
color: #A69E03;
}
</style>
background-color css
<style>
a { background-color: #A69E03; }
a { background-color: rgb(166,158,3); }
div.DivClassName
{
background-color: #A69E03;
}
.BgClassName
{
background-color: #A69E03;
}
</style>
border-color css
<style>
span { border-color: #A69E03; }
span { border-color: rgb(166,158,3); }
td.TdClassName
{
border-color: #A69E03;
}
.TagClassName
{
border-color: #A69E03;
}
</style>