Shades of Lucky #A18D0A
Tints of Lucky #A18D0A
RGB
CMYK
RGB Variations
Color information
#A18D0A (or 0xA18D0A) is known color: Lucky. HEX triplet: A1, 8D and 0A. RGB value is (161,141,10). Sum of RGB (Red+Green+Blue) = 161+141+10=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D0A is #5E72F5. Grayscale: #848484. Windows color (decimal): -6189814 or 691617. OLE color: 691617.
HSL color Cylindrical-coordinate representation of color #A18D0A: hue angle of 52.05º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A18D0A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.37 |
| HSL | 52.05º | 0.88% | 0.34% | - |
| HSV(B) | 52.05º | 0.94% | 0.63% | - |
| XYZ | 24.28 | 26.65 | 4.15 | - |
| YUV | 132.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 10 | 0 | 0.12 | 0.94 | 0.37 | 52.05 | 0.88 | 0.34 |
| Hex | A1 | 8D | A | 0 | C | 5E | 25 | 34 | 58 | 22 |
| Octal | 241 | 215 | 12 | 0 | 14 | 136 | 45 | 64 | 130 | 42 |
| Binary | 10100001 | 10001101 | 1010 | 0 | 1100 | 1011110 | 100101 | 110100 | 1011000 | 100010 |
Color Harmonies of #A18D0A
Complementary color
Monochromatic Colors of #A18D0A
Black with #A18D0A
Text Example
Text Example
White with #A18D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D0A; }
p { color: rgb(161,141,10); }
H1.HeaderClassName
{
color: #A18D0A;
}
.AnyTagClassName
{
color: #A18D0A;
}
</style>
background-color css
<style>
a { background-color: #A18D0A; }
a { background-color: rgb(161,141,10); }
div.DivClassName
{
background-color: #A18D0A;
}
.BgClassName
{
background-color: #A18D0A;
}
</style>
border-color css
<style>
span { border-color: #A18D0A; }
span { border-color: rgb(161,141,10); }
td.TdClassName
{
border-color: #A18D0A;
}
.TagClassName
{
border-color: #A18D0A;
}
</style>