Shades of Lucky #A89C0A
Tints of Lucky #A89C0A
RGB
CMYK
RGB Variations
Color information
#A89C0A (or 0xA89C0A) is known color: Lucky. HEX triplet: A8, 9C and 0A. RGB value is (168,156,10). Sum of RGB (Red+Green+Blue) = 168+156+10=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C0A is #5763F5. Grayscale: #8F8F8F. Windows color (decimal): -5727222 or 695464. OLE color: 695464.
HSL color Cylindrical-coordinate representation of color #A89C0A: hue angle of 55.44º 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 #A89C0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.34 |
| HSL | 55.44º | 0.89% | 0.35% | - |
| HSV(B) | 55.44º | 0.94% | 0.66% | - |
| XYZ | 28.09 | 32.12 | 5.01 | - |
| YUV | 142.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 10 | 0 | 0.07 | 0.94 | 0.34 | 55.44 | 0.89 | 0.35 |
| Hex | A8 | 9C | A | 0 | 7 | 5E | 22 | 37 | 59 | 23 |
| Octal | 250 | 234 | 12 | 0 | 7 | 136 | 42 | 67 | 131 | 43 |
| Binary | 10101000 | 10011100 | 1010 | 0 | 111 | 1011110 | 100010 | 110111 | 1011001 | 100011 |
Color Harmonies of #A89C0A
Complementary color
Monochromatic Colors of #A89C0A
Black with #A89C0A
Text Example
Text Example
White with #A89C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C0A; }
p { color: rgb(168,156,10); }
H1.HeaderClassName
{
color: #A89C0A;
}
.AnyTagClassName
{
color: #A89C0A;
}
</style>
background-color css
<style>
a { background-color: #A89C0A; }
a { background-color: rgb(168,156,10); }
div.DivClassName
{
background-color: #A89C0A;
}
.BgClassName
{
background-color: #A89C0A;
}
</style>
border-color css
<style>
span { border-color: #A89C0A; }
span { border-color: rgb(168,156,10); }
td.TdClassName
{
border-color: #A89C0A;
}
.TagClassName
{
border-color: #A89C0A;
}
</style>