Shades of Lucky #A89C00
Tints of Lucky #A89C00
RGB
CMYK
RGB Variations
Color information
#A89C00 (or 0xA89C00) is known color: Lucky. HEX triplet: A8, 9C and 00. RGB value is (168,156,0). Sum of RGB (Red+Green+Blue) = 168+156+0=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89C00 is #5763FF. Grayscale: #8E8E8E. Windows color (decimal): -5727232 or 40104. OLE color: 40104.
HSL color Cylindrical-coordinate representation of color #A89C00: hue angle of 55.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A89C00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.34 |
| HSL | 55.71º | 1% | 0.33% | - |
| HSV(B) | 55.71º | 1% | 0.66% | - |
| XYZ | 28.04 | 32.1 | 4.72 | - |
| YUV | 141.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 0 | 0 | 0.07 | 1 | 0.34 | 55.71 | 1 | 0.33 |
| Hex | A8 | 9C | 0 | 0 | 7 | 64 | 22 | 38 | 64 | 21 |
| Octal | 250 | 234 | 0 | 0 | 7 | 144 | 42 | 70 | 144 | 41 |
| Binary | 10101000 | 10011100 | 0 | 0 | 111 | 1100100 | 100010 | 111000 | 1100100 | 100001 |
Color Harmonies of #A89C00
Complementary color
Monochromatic Colors of #A89C00
Black with #A89C00
Text Example
Text Example
White with #A89C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C00; }
p { color: rgb(168,156,0); }
H1.HeaderClassName
{
color: #A89C00;
}
.AnyTagClassName
{
color: #A89C00;
}
</style>
background-color css
<style>
a { background-color: #A89C00; }
a { background-color: rgb(168,156,0); }
div.DivClassName
{
background-color: #A89C00;
}
.BgClassName
{
background-color: #A89C00;
}
</style>
border-color css
<style>
span { border-color: #A89C00; }
span { border-color: rgb(168,156,0); }
td.TdClassName
{
border-color: #A89C00;
}
.TagClassName
{
border-color: #A89C00;
}
</style>