Shades of Lucky #A89215
Tints of Lucky #A89215
RGB
CMYK
RGB Variations
Color information
#A89215 (or 0xA89215) is known color: Lucky. HEX triplet: A8, 92 and 15. RGB value is (168,146,21). Sum of RGB (Red+Green+Blue) = 168+146+21=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89215 is #576DEA. Grayscale: #8A8A8A. Windows color (decimal): -5729771 or 1413800. OLE color: 1413800.
HSL color Cylindrical-coordinate representation of color #A89215: hue angle of 51.02º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A89215 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 21 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.34 |
| HSL | 51.02º | 0.78% | 0.37% | - |
| HSV(B) | 51.02º | 0.88% | 0.66% | - |
| XYZ | 26.56 | 28.94 | 4.89 | - |
| YUV | 138.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 21 | 0 | 0.13 | 0.88 | 0.34 | 51.02 | 0.78 | 0.37 |
| Hex | A8 | 92 | 15 | 0 | D | 58 | 22 | 33 | 4E | 25 |
| Octal | 250 | 222 | 25 | 0 | 15 | 130 | 42 | 63 | 116 | 45 |
| Binary | 10101000 | 10010010 | 10101 | 0 | 1101 | 1011000 | 100010 | 110011 | 1001110 | 100101 |
Color Harmonies of #A89215
Complementary color
Monochromatic Colors of #A89215
Black with #A89215
Text Example
Text Example
White with #A89215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89215; }
p { color: rgb(168,146,21); }
H1.HeaderClassName
{
color: #A89215;
}
.AnyTagClassName
{
color: #A89215;
}
</style>
background-color css
<style>
a { background-color: #A89215; }
a { background-color: rgb(168,146,21); }
div.DivClassName
{
background-color: #A89215;
}
.BgClassName
{
background-color: #A89215;
}
</style>
border-color css
<style>
span { border-color: #A89215; }
span { border-color: rgb(168,146,21); }
td.TdClassName
{
border-color: #A89215;
}
.TagClassName
{
border-color: #A89215;
}
</style>