Shades of Lucky #A89010
Tints of Lucky #A89010
RGB
CMYK
RGB Variations
Color information
#A89010 (or 0xA89010) is known color: Lucky. HEX triplet: A8, 90 and 10. RGB value is (168,144,16). Sum of RGB (Red+Green+Blue) = 168+144+16=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A89010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89010 is #576FEF. Grayscale: #898989. Windows color (decimal): -5730288 or 1085608. OLE color: 1085608.
HSL color Cylindrical-coordinate representation of color #A89010: hue angle of 50.53º 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 #A89010 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 16 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.34 |
| HSL | 50.53º | 0.83% | 0.36% | - |
| HSV(B) | 50.53º | 0.9% | 0.66% | - |
| XYZ | 26.22 | 28.31 | 4.57 | - |
| YUV | 136.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 16 | 0 | 0.14 | 0.90 | 0.34 | 50.53 | 0.83 | 0.36 |
| Hex | A8 | 90 | 10 | 0 | E | 5A | 22 | 33 | 53 | 24 |
| Octal | 250 | 220 | 20 | 0 | 16 | 132 | 42 | 63 | 123 | 44 |
| Binary | 10101000 | 10010000 | 10000 | 0 | 1110 | 1011010 | 100010 | 110011 | 1010011 | 100100 |
Color Harmonies of #A89010
Complementary color
Monochromatic Colors of #A89010
Black with #A89010
Text Example
Text Example
White with #A89010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89010; }
p { color: rgb(168,144,16); }
H1.HeaderClassName
{
color: #A89010;
}
.AnyTagClassName
{
color: #A89010;
}
</style>
background-color css
<style>
a { background-color: #A89010; }
a { background-color: rgb(168,144,16); }
div.DivClassName
{
background-color: #A89010;
}
.BgClassName
{
background-color: #A89010;
}
</style>
border-color css
<style>
span { border-color: #A89010; }
span { border-color: rgb(168,144,16); }
td.TdClassName
{
border-color: #A89010;
}
.TagClassName
{
border-color: #A89010;
}
</style>