Shades of Lucky #A1990D
Tints of Lucky #A1990D
RGB
CMYK
RGB Variations
Color information
#A1990D (or 0xA1990D) is known color: Lucky. HEX triplet: A1, 99 and 0D. RGB value is (161,153,13). Sum of RGB (Red+Green+Blue) = 161+153+13=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1990D is #5E66F2. Grayscale: #8C8C8C. Windows color (decimal): -6186739 or 891297. OLE color: 891297.
HSL color Cylindrical-coordinate representation of color #A1990D: hue angle of 56.76º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1990D is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 13 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.37 |
| HSL | 56.76º | 0.85% | 0.34% | - |
| HSV(B) | 56.76º | 0.92% | 0.63% | - |
| XYZ | 26.16 | 30.39 | 4.87 | - |
| YUV | 139.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 13 | 0 | 0.05 | 0.92 | 0.37 | 56.76 | 0.85 | 0.34 |
| Hex | A1 | 99 | D | 0 | 5 | 5C | 25 | 39 | 55 | 22 |
| Octal | 241 | 231 | 15 | 0 | 5 | 134 | 45 | 71 | 125 | 42 |
| Binary | 10100001 | 10011001 | 1101 | 0 | 101 | 1011100 | 100101 | 111001 | 1010101 | 100010 |
Color Harmonies of #A1990D
Complementary color
Monochromatic Colors of #A1990D
Black with #A1990D
Text Example
Text Example
White with #A1990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1990D; }
p { color: rgb(161,153,13); }
H1.HeaderClassName
{
color: #A1990D;
}
.AnyTagClassName
{
color: #A1990D;
}
</style>
background-color css
<style>
a { background-color: #A1990D; }
a { background-color: rgb(161,153,13); }
div.DivClassName
{
background-color: #A1990D;
}
.BgClassName
{
background-color: #A1990D;
}
</style>
border-color css
<style>
span { border-color: #A1990D; }
span { border-color: rgb(161,153,13); }
td.TdClassName
{
border-color: #A1990D;
}
.TagClassName
{
border-color: #A1990D;
}
</style>