Shades of Lucky #A19C2D
Tints of Lucky #A19C2D
RGB
CMYK
RGB Variations
Color information
#A19C2D (or 0xA19C2D) is known color: Lucky. HEX triplet: A1, 9C and 2D. RGB value is (161,156,45). Sum of RGB (Red+Green+Blue) = 161+156+45=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C2D is #5E63D2. Grayscale: #919191. Windows color (decimal): -6185939 or 2989217. OLE color: 2989217.
HSL color Cylindrical-coordinate representation of color #A19C2D: hue angle of 57.41º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A19C2D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 45 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.37 |
| HSL | 57.41º | 0.56% | 0.4% | - |
| HSV(B) | 57.41º | 0.72% | 0.63% | - |
| XYZ | 27.06 | 31.54 | 7.14 | - |
| YUV | 144.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 45 | 0 | 0.03 | 0.72 | 0.37 | 57.41 | 0.56 | 0.4 |
| Hex | A1 | 9C | 2D | 0 | 3 | 48 | 25 | 39 | 38 | 28 |
| Octal | 241 | 234 | 55 | 0 | 3 | 110 | 45 | 71 | 70 | 50 |
| Binary | 10100001 | 10011100 | 101101 | 0 | 11 | 1001000 | 100101 | 111001 | 111000 | 101000 |
Color Harmonies of #A19C2D
Complementary color
Monochromatic Colors of #A19C2D
Black with #A19C2D
Text Example
Text Example
White with #A19C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C2D; }
p { color: rgb(161,156,45); }
H1.HeaderClassName
{
color: #A19C2D;
}
.AnyTagClassName
{
color: #A19C2D;
}
</style>
background-color css
<style>
a { background-color: #A19C2D; }
a { background-color: rgb(161,156,45); }
div.DivClassName
{
background-color: #A19C2D;
}
.BgClassName
{
background-color: #A19C2D;
}
</style>
border-color css
<style>
span { border-color: #A19C2D; }
span { border-color: rgb(161,156,45); }
td.TdClassName
{
border-color: #A19C2D;
}
.TagClassName
{
border-color: #A19C2D;
}
</style>