Shades of Lucky #A89510
Tints of Lucky #A89510
RGB
CMYK
RGB Variations
Color information
#A89510 (or 0xA89510) is known color: Lucky. HEX triplet: A8, 95 and 10. RGB value is (168,149,16). Sum of RGB (Red+Green+Blue) = 168+149+16=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A89510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89510 is #576AEF. Grayscale: #8C8C8C. Windows color (decimal): -5729008 or 1086888. OLE color: 1086888.
HSL color Cylindrical-coordinate representation of color #A89510: hue angle of 52.5º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A89510 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 16 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.34 |
| HSL | 52.5º | 0.83% | 0.36% | - |
| HSV(B) | 52.5º | 0.9% | 0.66% | - |
| XYZ | 26.99 | 29.86 | 4.83 | - |
| YUV | 139.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 16 | 0 | 0.11 | 0.90 | 0.34 | 52.5 | 0.83 | 0.36 |
| Hex | A8 | 95 | 10 | 0 | B | 5A | 22 | 34 | 53 | 24 |
| Octal | 250 | 225 | 20 | 0 | 13 | 132 | 42 | 64 | 123 | 44 |
| Binary | 10101000 | 10010101 | 10000 | 0 | 1011 | 1011010 | 100010 | 110100 | 1010011 | 100100 |
Color Harmonies of #A89510
Complementary color
Monochromatic Colors of #A89510
Black with #A89510
Text Example
Text Example
White with #A89510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89510; }
p { color: rgb(168,149,16); }
H1.HeaderClassName
{
color: #A89510;
}
.AnyTagClassName
{
color: #A89510;
}
</style>
background-color css
<style>
a { background-color: #A89510; }
a { background-color: rgb(168,149,16); }
div.DivClassName
{
background-color: #A89510;
}
.BgClassName
{
background-color: #A89510;
}
</style>
border-color css
<style>
span { border-color: #A89510; }
span { border-color: rgb(168,149,16); }
td.TdClassName
{
border-color: #A89510;
}
.TagClassName
{
border-color: #A89510;
}
</style>