Shades of Lucky #A39C00
Tints of Lucky #A39C00
RGB
CMYK
RGB Variations
Color information
#A39C00 (or 0xA39C00) is known color: Lucky. HEX triplet: A3, 9C and 00. RGB value is (163,156,0). Sum of RGB (Red+Green+Blue) = 163+156+0=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39C00 is #5C63FF. Grayscale: #8C8C8C. Windows color (decimal): -6054912 or 40099. OLE color: 40099.
HSL color Cylindrical-coordinate representation of color #A39C00: hue angle of 57.42º 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 #A39C00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.36 |
| HSL | 57.42º | 1% | 0.32% | - |
| HSV(B) | 57.42º | 1% | 0.64% | - |
| XYZ | 26.99 | 31.56 | 4.67 | - |
| YUV | 140.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 0 | 0 | 0.04 | 1 | 0.36 | 57.42 | 1 | 0.32 |
| Hex | A3 | 9C | 0 | 0 | 4 | 64 | 24 | 39 | 64 | 20 |
| Octal | 243 | 234 | 0 | 0 | 4 | 144 | 44 | 71 | 144 | 40 |
| Binary | 10100011 | 10011100 | 0 | 0 | 100 | 1100100 | 100100 | 111001 | 1100100 | 100000 |
Color Harmonies of #A39C00
Complementary color
Monochromatic Colors of #A39C00
Black with #A39C00
Text Example
Text Example
White with #A39C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C00; }
p { color: rgb(163,156,0); }
H1.HeaderClassName
{
color: #A39C00;
}
.AnyTagClassName
{
color: #A39C00;
}
</style>
background-color css
<style>
a { background-color: #A39C00; }
a { background-color: rgb(163,156,0); }
div.DivClassName
{
background-color: #A39C00;
}
.BgClassName
{
background-color: #A39C00;
}
</style>
border-color css
<style>
span { border-color: #A39C00; }
span { border-color: rgb(163,156,0); }
td.TdClassName
{
border-color: #A39C00;
}
.TagClassName
{
border-color: #A39C00;
}
</style>