Shades of Lucky #A19A2A
Tints of Lucky #A19A2A
RGB
CMYK
RGB Variations
Color information
#A19A2A (or 0xA19A2A) is known color: Lucky. HEX triplet: A1, 9A and 2A. RGB value is (161,154,42). Sum of RGB (Red+Green+Blue) = 161+154+42=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A2A is #5E65D5. Grayscale: #8F8F8F. Windows color (decimal): -6186454 or 2792097. OLE color: 2792097.
HSL color Cylindrical-coordinate representation of color #A19A2A: hue angle of 56.47º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A19A2A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 42 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.37 |
| HSL | 56.47º | 0.59% | 0.4% | - |
| HSV(B) | 56.47º | 0.74% | 0.63% | - |
| XYZ | 26.67 | 30.86 | 6.74 | - |
| YUV | 143.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 42 | 0 | 0.04 | 0.74 | 0.37 | 56.47 | 0.59 | 0.4 |
| Hex | A1 | 9A | 2A | 0 | 4 | 4A | 25 | 38 | 3B | 28 |
| Octal | 241 | 232 | 52 | 0 | 4 | 112 | 45 | 70 | 73 | 50 |
| Binary | 10100001 | 10011010 | 101010 | 0 | 100 | 1001010 | 100101 | 111000 | 111011 | 101000 |
Color Harmonies of #A19A2A
Complementary color
Monochromatic Colors of #A19A2A
Black with #A19A2A
Text Example
Text Example
White with #A19A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A2A; }
p { color: rgb(161,154,42); }
H1.HeaderClassName
{
color: #A19A2A;
}
.AnyTagClassName
{
color: #A19A2A;
}
</style>
background-color css
<style>
a { background-color: #A19A2A; }
a { background-color: rgb(161,154,42); }
div.DivClassName
{
background-color: #A19A2A;
}
.BgClassName
{
background-color: #A19A2A;
}
</style>
border-color css
<style>
span { border-color: #A19A2A; }
span { border-color: rgb(161,154,42); }
td.TdClassName
{
border-color: #A19A2A;
}
.TagClassName
{
border-color: #A19A2A;
}
</style>