Shades of Lucky #A18F10
Tints of Lucky #A18F10
RGB
CMYK
RGB Variations
Color information
#A18F10 (or 0xA18F10) is known color: Lucky. HEX triplet: A1, 8F and 10. RGB value is (161,143,16). Sum of RGB (Red+Green+Blue) = 161+143+16=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F10 is #5E70EF. Grayscale: #868686. Windows color (decimal): -6189296 or 1085345. OLE color: 1085345.
HSL color Cylindrical-coordinate representation of color #A18F10: hue angle of 52.55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A18F10 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 16 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.37 |
| HSL | 52.55º | 0.82% | 0.35% | - |
| HSV(B) | 52.55º | 0.9% | 0.63% | - |
| XYZ | 24.61 | 27.26 | 4.45 | - |
| YUV | 133.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 16 | 0 | 0.11 | 0.90 | 0.37 | 52.55 | 0.82 | 0.35 |
| Hex | A1 | 8F | 10 | 0 | B | 5A | 25 | 35 | 52 | 23 |
| Octal | 241 | 217 | 20 | 0 | 13 | 132 | 45 | 65 | 122 | 43 |
| Binary | 10100001 | 10001111 | 10000 | 0 | 1011 | 1011010 | 100101 | 110101 | 1010010 | 100011 |
Color Harmonies of #A18F10
Complementary color
Monochromatic Colors of #A18F10
Black with #A18F10
Text Example
Text Example
White with #A18F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F10; }
p { color: rgb(161,143,16); }
H1.HeaderClassName
{
color: #A18F10;
}
.AnyTagClassName
{
color: #A18F10;
}
</style>
background-color css
<style>
a { background-color: #A18F10; }
a { background-color: rgb(161,143,16); }
div.DivClassName
{
background-color: #A18F10;
}
.BgClassName
{
background-color: #A18F10;
}
</style>
border-color css
<style>
span { border-color: #A18F10; }
span { border-color: rgb(161,143,16); }
td.TdClassName
{
border-color: #A18F10;
}
.TagClassName
{
border-color: #A18F10;
}
</style>