Shades of Lucky #A39200
Tints of Lucky #A39200
RGB
CMYK
RGB Variations
Color information
#A39200 (or 0xA39200) is known color: Lucky. HEX triplet: A3, 92 and 00. RGB value is (163,146,0). Sum of RGB (Red+Green+Blue) = 163+146+0=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A39200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39200 is #5C6DFF. Grayscale: #878787. Windows color (decimal): -6057472 or 37539. OLE color: 37539.
HSL color Cylindrical-coordinate representation of color #A39200: hue angle of 53.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A39200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.36 |
| HSL | 53.74º | 1% | 0.32% | - |
| HSV(B) | 53.74º | 1% | 0.64% | - |
| XYZ | 25.38 | 28.34 | 4.13 | - |
| YUV | 134.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 0 | 0 | 0.10 | 1 | 0.36 | 53.74 | 1 | 0.32 |
| Hex | A3 | 92 | 0 | 0 | A | 64 | 24 | 36 | 64 | 20 |
| Octal | 243 | 222 | 0 | 0 | 12 | 144 | 44 | 66 | 144 | 40 |
| Binary | 10100011 | 10010010 | 0 | 0 | 1010 | 1100100 | 100100 | 110110 | 1100100 | 100000 |
Color Harmonies of #A39200
Complementary color
Monochromatic Colors of #A39200
Black with #A39200
Text Example
Text Example
White with #A39200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39200; }
p { color: rgb(163,146,0); }
H1.HeaderClassName
{
color: #A39200;
}
.AnyTagClassName
{
color: #A39200;
}
</style>
background-color css
<style>
a { background-color: #A39200; }
a { background-color: rgb(163,146,0); }
div.DivClassName
{
background-color: #A39200;
}
.BgClassName
{
background-color: #A39200;
}
</style>
border-color css
<style>
span { border-color: #A39200; }
span { border-color: rgb(163,146,0); }
td.TdClassName
{
border-color: #A39200;
}
.TagClassName
{
border-color: #A39200;
}
</style>