Shades of Lucky #A18F16
Tints of Lucky #A18F16
RGB
CMYK
RGB Variations
Color information
#A18F16 (or 0xA18F16) is known color: Lucky. HEX triplet: A1, 8F and 16. RGB value is (161,143,22). Sum of RGB (Red+Green+Blue) = 161+143+22=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18F16 is #5E70E9. Grayscale: #878787. Windows color (decimal): -6189290 or 1478561. OLE color: 1478561.
HSL color Cylindrical-coordinate representation of color #A18F16: hue angle of 52.23º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18F16 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 22 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.37 |
| HSL | 52.23º | 0.76% | 0.36% | - |
| HSV(B) | 52.23º | 0.86% | 0.63% | - |
| XYZ | 24.67 | 27.28 | 4.72 | - |
| YUV | 134.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 22 | 0 | 0.11 | 0.86 | 0.37 | 52.23 | 0.76 | 0.36 |
| Hex | A1 | 8F | 16 | 0 | B | 56 | 25 | 34 | 4C | 24 |
| Octal | 241 | 217 | 26 | 0 | 13 | 126 | 45 | 64 | 114 | 44 |
| Binary | 10100001 | 10001111 | 10110 | 0 | 1011 | 1010110 | 100101 | 110100 | 1001100 | 100100 |
Color Harmonies of #A18F16
Complementary color
Monochromatic Colors of #A18F16
Black with #A18F16
Text Example
Text Example
White with #A18F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F16; }
p { color: rgb(161,143,22); }
H1.HeaderClassName
{
color: #A18F16;
}
.AnyTagClassName
{
color: #A18F16;
}
</style>
background-color css
<style>
a { background-color: #A18F16; }
a { background-color: rgb(161,143,22); }
div.DivClassName
{
background-color: #A18F16;
}
.BgClassName
{
background-color: #A18F16;
}
</style>
border-color css
<style>
span { border-color: #A18F16; }
span { border-color: rgb(161,143,22); }
td.TdClassName
{
border-color: #A18F16;
}
.TagClassName
{
border-color: #A18F16;
}
</style>