Shades of Lucky #A39A00
Tints of Lucky #A39A00
RGB
CMYK
RGB Variations
Color information
#A39A00 (or 0xA39A00) is known color: Lucky. HEX triplet: A3, 9A and 00. RGB value is (163,154,0). Sum of RGB (Red+Green+Blue) = 163+154+0=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39A00 is #5C65FF. Grayscale: #8B8B8B. Windows color (decimal): -6055424 or 39587. OLE color: 39587.
HSL color Cylindrical-coordinate representation of color #A39A00: hue angle of 56.69º 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 #A39A00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.36 |
| HSL | 56.69º | 1% | 0.32% | - |
| HSV(B) | 56.69º | 1% | 0.64% | - |
| XYZ | 26.66 | 30.9 | 4.56 | - |
| YUV | 139.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 0 | 0 | 0.06 | 1 | 0.36 | 56.69 | 1 | 0.32 |
| Hex | A3 | 9A | 0 | 0 | 6 | 64 | 24 | 39 | 64 | 20 |
| Octal | 243 | 232 | 0 | 0 | 6 | 144 | 44 | 71 | 144 | 40 |
| Binary | 10100011 | 10011010 | 0 | 0 | 110 | 1100100 | 100100 | 111001 | 1100100 | 100000 |
Color Harmonies of #A39A00
Complementary color
Monochromatic Colors of #A39A00
Black with #A39A00
Text Example
Text Example
White with #A39A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A00; }
p { color: rgb(163,154,0); }
H1.HeaderClassName
{
color: #A39A00;
}
.AnyTagClassName
{
color: #A39A00;
}
</style>
background-color css
<style>
a { background-color: #A39A00; }
a { background-color: rgb(163,154,0); }
div.DivClassName
{
background-color: #A39A00;
}
.BgClassName
{
background-color: #A39A00;
}
</style>
border-color css
<style>
span { border-color: #A39A00; }
span { border-color: rgb(163,154,0); }
td.TdClassName
{
border-color: #A39A00;
}
.TagClassName
{
border-color: #A39A00;
}
</style>