Shades of Lucky #A19C1A
Tints of Lucky #A19C1A
RGB
CMYK
RGB Variations
Color information
#A19C1A (or 0xA19C1A) is known color: Lucky. HEX triplet: A1, 9C and 1A. RGB value is (161,156,26). Sum of RGB (Red+Green+Blue) = 161+156+26=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C1A is #5E63E5. Grayscale: #8F8F8F. Windows color (decimal): -6185958 or 1744033. OLE color: 1744033.
HSL color Cylindrical-coordinate representation of color #A19C1A: hue angle of 57.78º 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 #A19C1A is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 26 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.37 |
| HSL | 57.78º | 0.72% | 0.37% | - |
| HSV(B) | 57.78º | 0.84% | 0.63% | - |
| XYZ | 26.77 | 31.43 | 5.63 | - |
| YUV | 142.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 26 | 0 | 0.03 | 0.84 | 0.37 | 57.78 | 0.72 | 0.37 |
| Hex | A1 | 9C | 1A | 0 | 3 | 54 | 25 | 3A | 48 | 25 |
| Octal | 241 | 234 | 32 | 0 | 3 | 124 | 45 | 72 | 110 | 45 |
| Binary | 10100001 | 10011100 | 11010 | 0 | 11 | 1010100 | 100101 | 111010 | 1001000 | 100101 |
Color Harmonies of #A19C1A
Complementary color
Monochromatic Colors of #A19C1A
Black with #A19C1A
Text Example
Text Example
White with #A19C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C1A; }
p { color: rgb(161,156,26); }
H1.HeaderClassName
{
color: #A19C1A;
}
.AnyTagClassName
{
color: #A19C1A;
}
</style>
background-color css
<style>
a { background-color: #A19C1A; }
a { background-color: rgb(161,156,26); }
div.DivClassName
{
background-color: #A19C1A;
}
.BgClassName
{
background-color: #A19C1A;
}
</style>
border-color css
<style>
span { border-color: #A19C1A; }
span { border-color: rgb(161,156,26); }
td.TdClassName
{
border-color: #A19C1A;
}
.TagClassName
{
border-color: #A19C1A;
}
</style>