Shades of Lucky #A19A05
Tints of Lucky #A19A05
RGB
CMYK
RGB Variations
Color information
#A19A05 (or 0xA19A05) is known color: Lucky. HEX triplet: A1, 9A and 05. RGB value is (161,154,5). Sum of RGB (Red+Green+Blue) = 161+154+5=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19A05 is #5E65FA. Grayscale: #8B8B8B. Windows color (decimal): -6186491 or 367265. OLE color: 367265.
HSL color Cylindrical-coordinate representation of color #A19A05: hue angle of 57.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A19A05 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.37 |
| HSL | 57.31º | 0.94% | 0.33% | - |
| HSV(B) | 57.31º | 0.97% | 0.63% | - |
| XYZ | 26.28 | 30.7 | 4.68 | - |
| YUV | 139.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 5 | 0 | 0.04 | 0.97 | 0.37 | 57.31 | 0.94 | 0.33 |
| Hex | A1 | 9A | 5 | 0 | 4 | 61 | 25 | 39 | 5E | 21 |
| Octal | 241 | 232 | 5 | 0 | 4 | 141 | 45 | 71 | 136 | 41 |
| Binary | 10100001 | 10011010 | 101 | 0 | 100 | 1100001 | 100101 | 111001 | 1011110 | 100001 |
Color Harmonies of #A19A05
Complementary color
Monochromatic Colors of #A19A05
Black with #A19A05
Text Example
Text Example
White with #A19A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A05; }
p { color: rgb(161,154,5); }
H1.HeaderClassName
{
color: #A19A05;
}
.AnyTagClassName
{
color: #A19A05;
}
</style>
background-color css
<style>
a { background-color: #A19A05; }
a { background-color: rgb(161,154,5); }
div.DivClassName
{
background-color: #A19A05;
}
.BgClassName
{
background-color: #A19A05;
}
</style>
border-color css
<style>
span { border-color: #A19A05; }
span { border-color: rgb(161,154,5); }
td.TdClassName
{
border-color: #A19A05;
}
.TagClassName
{
border-color: #A19A05;
}
</style>