Shades of Lucky #A89B0A
Tints of Lucky #A89B0A
RGB
CMYK
RGB Variations
Color information
#A89B0A (or 0xA89B0A) is known color: Lucky. HEX triplet: A8, 9B and 0A. RGB value is (168,155,10). Sum of RGB (Red+Green+Blue) = 168+155+10=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89B0A is #5764F5. Grayscale: #8E8E8E. Windows color (decimal): -5727478 or 695208. OLE color: 695208.
HSL color Cylindrical-coordinate representation of color #A89B0A: hue angle of 55.06º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A89B0A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 10 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.34 |
| HSL | 55.06º | 0.89% | 0.35% | - |
| HSV(B) | 55.06º | 0.94% | 0.66% | - |
| XYZ | 27.92 | 31.79 | 4.95 | - |
| YUV | 142.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 10 | 0 | 0.08 | 0.94 | 0.34 | 55.06 | 0.89 | 0.35 |
| Hex | A8 | 9B | A | 0 | 8 | 5E | 22 | 37 | 59 | 23 |
| Octal | 250 | 233 | 12 | 0 | 10 | 136 | 42 | 67 | 131 | 43 |
| Binary | 10101000 | 10011011 | 1010 | 0 | 1000 | 1011110 | 100010 | 110111 | 1011001 | 100011 |
Color Harmonies of #A89B0A
Complementary color
Monochromatic Colors of #A89B0A
Black with #A89B0A
Text Example
Text Example
White with #A89B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B0A; }
p { color: rgb(168,155,10); }
H1.HeaderClassName
{
color: #A89B0A;
}
.AnyTagClassName
{
color: #A89B0A;
}
</style>
background-color css
<style>
a { background-color: #A89B0A; }
a { background-color: rgb(168,155,10); }
div.DivClassName
{
background-color: #A89B0A;
}
.BgClassName
{
background-color: #A89B0A;
}
</style>
border-color css
<style>
span { border-color: #A89B0A; }
span { border-color: rgb(168,155,10); }
td.TdClassName
{
border-color: #A89B0A;
}
.TagClassName
{
border-color: #A89B0A;
}
</style>