Shades of Lucky #A19C2C
Tints of Lucky #A19C2C
RGB
CMYK
RGB Variations
Color information
#A19C2C (or 0xA19C2C) is known color: Lucky. HEX triplet: A1, 9C and 2C. RGB value is (161,156,44). Sum of RGB (Red+Green+Blue) = 161+156+44=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C2C is #5E63D3. Grayscale: #919191. Windows color (decimal): -6185940 or 2923681. OLE color: 2923681.
HSL color Cylindrical-coordinate representation of color #A19C2C: hue angle of 57.44º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A19C2C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 44 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.37 |
| HSL | 57.44º | 0.57% | 0.4% | - |
| HSV(B) | 57.44º | 0.73% | 0.63% | - |
| XYZ | 27.04 | 31.54 | 7.04 | - |
| YUV | 144.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 44 | 0 | 0.03 | 0.73 | 0.37 | 57.44 | 0.57 | 0.4 |
| Hex | A1 | 9C | 2C | 0 | 3 | 49 | 25 | 39 | 39 | 28 |
| Octal | 241 | 234 | 54 | 0 | 3 | 111 | 45 | 71 | 71 | 50 |
| Binary | 10100001 | 10011100 | 101100 | 0 | 11 | 1001001 | 100101 | 111001 | 111001 | 101000 |
Color Harmonies of #A19C2C
Complementary color
Monochromatic Colors of #A19C2C
Black with #A19C2C
Text Example
Text Example
White with #A19C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C2C; }
p { color: rgb(161,156,44); }
H1.HeaderClassName
{
color: #A19C2C;
}
.AnyTagClassName
{
color: #A19C2C;
}
</style>
background-color css
<style>
a { background-color: #A19C2C; }
a { background-color: rgb(161,156,44); }
div.DivClassName
{
background-color: #A19C2C;
}
.BgClassName
{
background-color: #A19C2C;
}
</style>
border-color css
<style>
span { border-color: #A19C2C; }
span { border-color: rgb(161,156,44); }
td.TdClassName
{
border-color: #A19C2C;
}
.TagClassName
{
border-color: #A19C2C;
}
</style>