Shades of Lucky #A89512
Tints of Lucky #A89512
RGB
CMYK
RGB Variations
Color information
#A89512 (or 0xA89512) is known color: Lucky. HEX triplet: A8, 95 and 12. RGB value is (168,149,18). Sum of RGB (Red+Green+Blue) = 168+149+18=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A89512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89512 is #576AED. Grayscale: #8C8C8C. Windows color (decimal): -5729006 or 1217960. OLE color: 1217960.
HSL color Cylindrical-coordinate representation of color #A89512: hue angle of 52.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A89512 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 18 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.34 |
| HSL | 52.4º | 0.81% | 0.36% | - |
| HSV(B) | 52.4º | 0.89% | 0.66% | - |
| XYZ | 27.01 | 29.86 | 4.91 | - |
| YUV | 139.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 18 | 0 | 0.11 | 0.89 | 0.34 | 52.4 | 0.81 | 0.36 |
| Hex | A8 | 95 | 12 | 0 | B | 59 | 22 | 34 | 51 | 24 |
| Octal | 250 | 225 | 22 | 0 | 13 | 131 | 42 | 64 | 121 | 44 |
| Binary | 10101000 | 10010101 | 10010 | 0 | 1011 | 1011001 | 100010 | 110100 | 1010001 | 100100 |
Color Harmonies of #A89512
Complementary color
Monochromatic Colors of #A89512
Black with #A89512
Text Example
Text Example
White with #A89512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89512; }
p { color: rgb(168,149,18); }
H1.HeaderClassName
{
color: #A89512;
}
.AnyTagClassName
{
color: #A89512;
}
</style>
background-color css
<style>
a { background-color: #A89512; }
a { background-color: rgb(168,149,18); }
div.DivClassName
{
background-color: #A89512;
}
.BgClassName
{
background-color: #A89512;
}
</style>
border-color css
<style>
span { border-color: #A89512; }
span { border-color: rgb(168,149,18); }
td.TdClassName
{
border-color: #A89512;
}
.TagClassName
{
border-color: #A89512;
}
</style>