Shades of Lucky #A69F03
Tints of Lucky #A69F03
RGB
CMYK
RGB Variations
Color information
#A69F03 (or 0xA69F03) is known color: Lucky. HEX triplet: A6, 9F and 03. RGB value is (166,159,3). Sum of RGB (Red+Green+Blue) = 166+159+3=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69F03 is #5960FC. Grayscale: #8F8F8F. Windows color (decimal): -5857533 or 237478. OLE color: 237478.
HSL color Cylindrical-coordinate representation of color #A69F03: hue angle of 57.42º 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 #A69F03 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.35 |
| HSL | 57.42º | 0.96% | 0.33% | - |
| HSV(B) | 57.42º | 0.98% | 0.65% | - |
| XYZ | 28.14 | 32.91 | 4.96 | - |
| YUV | 143.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 3 | 0 | 0.04 | 0.98 | 0.35 | 57.42 | 0.96 | 0.33 |
| Hex | A6 | 9F | 3 | 0 | 4 | 62 | 23 | 39 | 60 | 21 |
| Octal | 246 | 237 | 3 | 0 | 4 | 142 | 43 | 71 | 140 | 41 |
| Binary | 10100110 | 10011111 | 11 | 0 | 100 | 1100010 | 100011 | 111001 | 1100000 | 100001 |
Color Harmonies of #A69F03
Complementary color
Monochromatic Colors of #A69F03
Black with #A69F03
Text Example
Text Example
White with #A69F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F03; }
p { color: rgb(166,159,3); }
H1.HeaderClassName
{
color: #A69F03;
}
.AnyTagClassName
{
color: #A69F03;
}
</style>
background-color css
<style>
a { background-color: #A69F03; }
a { background-color: rgb(166,159,3); }
div.DivClassName
{
background-color: #A69F03;
}
.BgClassName
{
background-color: #A69F03;
}
</style>
border-color css
<style>
span { border-color: #A69F03; }
span { border-color: rgb(166,159,3); }
td.TdClassName
{
border-color: #A69F03;
}
.TagClassName
{
border-color: #A69F03;
}
</style>