Shades of Lucky #A89805
Tints of Lucky #A89805
RGB
CMYK
RGB Variations
Color information
#A89805 (or 0xA89805) is known color: Lucky. HEX triplet: A8, 98 and 05. RGB value is (168,152,5). Sum of RGB (Red+Green+Blue) = 168+152+5=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A89805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89805 is #5767FA. Grayscale: #8C8C8C. Windows color (decimal): -5728251 or 366760. OLE color: 366760.
HSL color Cylindrical-coordinate representation of color #A89805: hue angle of 54.11º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A89805 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.34 |
| HSL | 54.11º | 0.94% | 0.34% | - |
| HSV(B) | 54.11º | 0.97% | 0.66% | - |
| XYZ | 27.4 | 30.79 | 4.64 | - |
| YUV | 140.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 5 | 0 | 0.10 | 0.97 | 0.34 | 54.11 | 0.94 | 0.34 |
| Hex | A8 | 98 | 5 | 0 | A | 61 | 22 | 36 | 5E | 22 |
| Octal | 250 | 230 | 5 | 0 | 12 | 141 | 42 | 66 | 136 | 42 |
| Binary | 10101000 | 10011000 | 101 | 0 | 1010 | 1100001 | 100010 | 110110 | 1011110 | 100010 |
Color Harmonies of #A89805
Complementary color
Monochromatic Colors of #A89805
Black with #A89805
Text Example
Text Example
White with #A89805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89805; }
p { color: rgb(168,152,5); }
H1.HeaderClassName
{
color: #A89805;
}
.AnyTagClassName
{
color: #A89805;
}
</style>
background-color css
<style>
a { background-color: #A89805; }
a { background-color: rgb(168,152,5); }
div.DivClassName
{
background-color: #A89805;
}
.BgClassName
{
background-color: #A89805;
}
</style>
border-color css
<style>
span { border-color: #A89805; }
span { border-color: rgb(168,152,5); }
td.TdClassName
{
border-color: #A89805;
}
.TagClassName
{
border-color: #A89805;
}
</style>