Shades of Lucky #A19A00
Tints of Lucky #A19A00
RGB
CMYK
RGB Variations
Color information
#A19A00 (or 0xA19A00) is known color: Lucky. HEX triplet: A1, 9A and 00. RGB value is (161,154,0). Sum of RGB (Red+Green+Blue) = 161+154+0=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19A00 is #5E65FF. Grayscale: #8B8B8B. Windows color (decimal): -6186496 or 39585. OLE color: 39585.
HSL color Cylindrical-coordinate representation of color #A19A00: hue angle of 57.39º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A19A00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.37 |
| HSL | 57.39º | 1% | 0.32% | - |
| HSV(B) | 57.39º | 1% | 0.63% | - |
| XYZ | 26.25 | 30.69 | 4.54 | - |
| YUV | 138.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 0 | 0 | 0.04 | 1 | 0.37 | 57.39 | 1 | 0.32 |
| Hex | A1 | 9A | 0 | 0 | 4 | 64 | 25 | 39 | 64 | 20 |
| Octal | 241 | 232 | 0 | 0 | 4 | 144 | 45 | 71 | 144 | 40 |
| Binary | 10100001 | 10011010 | 0 | 0 | 100 | 1100100 | 100101 | 111001 | 1100100 | 100000 |
Color Harmonies of #A19A00
Complementary color
Monochromatic Colors of #A19A00
Black with #A19A00
Text Example
Text Example
White with #A19A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A00; }
p { color: rgb(161,154,0); }
H1.HeaderClassName
{
color: #A19A00;
}
.AnyTagClassName
{
color: #A19A00;
}
</style>
background-color css
<style>
a { background-color: #A19A00; }
a { background-color: rgb(161,154,0); }
div.DivClassName
{
background-color: #A19A00;
}
.BgClassName
{
background-color: #A19A00;
}
</style>
border-color css
<style>
span { border-color: #A19A00; }
span { border-color: rgb(161,154,0); }
td.TdClassName
{
border-color: #A19A00;
}
.TagClassName
{
border-color: #A19A00;
}
</style>