Shades of Lucky #A19A1A
Tints of Lucky #A19A1A
RGB
CMYK
RGB Variations
Color information
#A19A1A (or 0xA19A1A) is known color: Lucky. HEX triplet: A1, 9A and 1A. RGB value is (161,154,26). Sum of RGB (Red+Green+Blue) = 161+154+26=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A1A is #5E65E5. Grayscale: #8E8E8E. Windows color (decimal): -6186470 or 1743521. OLE color: 1743521.
HSL color Cylindrical-coordinate representation of color #A19A1A: hue angle of 56.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A19A1A is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 26 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.37 |
| HSL | 56.89º | 0.72% | 0.37% | - |
| HSV(B) | 56.89º | 0.84% | 0.63% | - |
| XYZ | 26.44 | 30.76 | 5.52 | - |
| YUV | 141.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 26 | 0 | 0.04 | 0.84 | 0.37 | 56.89 | 0.72 | 0.37 |
| Hex | A1 | 9A | 1A | 0 | 4 | 54 | 25 | 39 | 48 | 25 |
| Octal | 241 | 232 | 32 | 0 | 4 | 124 | 45 | 71 | 110 | 45 |
| Binary | 10100001 | 10011010 | 11010 | 0 | 100 | 1010100 | 100101 | 111001 | 1001000 | 100101 |
Color Harmonies of #A19A1A
Complementary color
Monochromatic Colors of #A19A1A
Black with #A19A1A
Text Example
Text Example
White with #A19A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A1A; }
p { color: rgb(161,154,26); }
H1.HeaderClassName
{
color: #A19A1A;
}
.AnyTagClassName
{
color: #A19A1A;
}
</style>
background-color css
<style>
a { background-color: #A19A1A; }
a { background-color: rgb(161,154,26); }
div.DivClassName
{
background-color: #A19A1A;
}
.BgClassName
{
background-color: #A19A1A;
}
</style>
border-color css
<style>
span { border-color: #A19A1A; }
span { border-color: rgb(161,154,26); }
td.TdClassName
{
border-color: #A19A1A;
}
.TagClassName
{
border-color: #A19A1A;
}
</style>