Shades of Lucky #A39210
Tints of Lucky #A39210
RGB
CMYK
RGB Variations
Color information
#A39210 (or 0xA39210) is known color: Lucky. HEX triplet: A3, 92 and 10. RGB value is (163,146,16). Sum of RGB (Red+Green+Blue) = 163+146+16=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A39210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39210 is #5C6DEF. Grayscale: #888888. Windows color (decimal): -6057456 or 1086115. OLE color: 1086115.
HSL color Cylindrical-coordinate representation of color #A39210: hue angle of 53.06º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A39210 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 16 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.36 |
| HSL | 53.06º | 0.82% | 0.35% | - |
| HSV(B) | 53.06º | 0.9% | 0.64% | - |
| XYZ | 25.48 | 28.38 | 4.63 | - |
| YUV | 136.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 16 | 0 | 0.10 | 0.90 | 0.36 | 53.06 | 0.82 | 0.35 |
| Hex | A3 | 92 | 10 | 0 | A | 5A | 24 | 35 | 52 | 23 |
| Octal | 243 | 222 | 20 | 0 | 12 | 132 | 44 | 65 | 122 | 43 |
| Binary | 10100011 | 10010010 | 10000 | 0 | 1010 | 1011010 | 100100 | 110101 | 1010010 | 100011 |
Color Harmonies of #A39210
Complementary color
Monochromatic Colors of #A39210
Black with #A39210
Text Example
Text Example
White with #A39210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39210; }
p { color: rgb(163,146,16); }
H1.HeaderClassName
{
color: #A39210;
}
.AnyTagClassName
{
color: #A39210;
}
</style>
background-color css
<style>
a { background-color: #A39210; }
a { background-color: rgb(163,146,16); }
div.DivClassName
{
background-color: #A39210;
}
.BgClassName
{
background-color: #A39210;
}
</style>
border-color css
<style>
span { border-color: #A39210; }
span { border-color: rgb(163,146,16); }
td.TdClassName
{
border-color: #A39210;
}
.TagClassName
{
border-color: #A39210;
}
</style>