Shades of Lucky #A1992D
Tints of Lucky #A1992D
RGB
CMYK
RGB Variations
Color information
#A1992D (or 0xA1992D) is known color: Lucky. HEX triplet: A1, 99 and 2D. RGB value is (161,153,45). Sum of RGB (Red+Green+Blue) = 161+153+45=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1992D is #5E66D2. Grayscale: #8F8F8F. Windows color (decimal): -6186707 or 2988449. OLE color: 2988449.
HSL color Cylindrical-coordinate representation of color #A1992D: hue angle of 55.86º 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 #A1992D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 45 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.37 |
| HSL | 55.86º | 0.56% | 0.4% | - |
| HSV(B) | 55.86º | 0.72% | 0.63% | - |
| XYZ | 26.56 | 30.55 | 6.98 | - |
| YUV | 143.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 45 | 0 | 0.05 | 0.72 | 0.37 | 55.86 | 0.56 | 0.4 |
| Hex | A1 | 99 | 2D | 0 | 5 | 48 | 25 | 38 | 38 | 28 |
| Octal | 241 | 231 | 55 | 0 | 5 | 110 | 45 | 70 | 70 | 50 |
| Binary | 10100001 | 10011001 | 101101 | 0 | 101 | 1001000 | 100101 | 111000 | 111000 | 101000 |
Color Harmonies of #A1992D
Complementary color
Monochromatic Colors of #A1992D
Black with #A1992D
Text Example
Text Example
White with #A1992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1992D; }
p { color: rgb(161,153,45); }
H1.HeaderClassName
{
color: #A1992D;
}
.AnyTagClassName
{
color: #A1992D;
}
</style>
background-color css
<style>
a { background-color: #A1992D; }
a { background-color: rgb(161,153,45); }
div.DivClassName
{
background-color: #A1992D;
}
.BgClassName
{
background-color: #A1992D;
}
</style>
border-color css
<style>
span { border-color: #A1992D; }
span { border-color: rgb(161,153,45); }
td.TdClassName
{
border-color: #A1992D;
}
.TagClassName
{
border-color: #A1992D;
}
</style>