Shades of Lucky #A89E00
Tints of Lucky #A89E00
RGB
CMYK
RGB Variations
Color information
#A89E00 (or 0xA89E00) is known color: Lucky. HEX triplet: A8, 9E and 00. RGB value is (168,158,0). Sum of RGB (Red+Green+Blue) = 168+158+0=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89E00 is #5761FF. Grayscale: #8F8F8F. Windows color (decimal): -5726720 or 40616. OLE color: 40616.
HSL color Cylindrical-coordinate representation of color #A89E00: hue angle of 56.43º 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 #A89E00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.34 |
| HSL | 56.43º | 1% | 0.33% | - |
| HSV(B) | 56.43º | 1% | 0.66% | - |
| XYZ | 28.38 | 32.78 | 4.83 | - |
| YUV | 142.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 0 | 0 | 0.06 | 1 | 0.34 | 56.43 | 1 | 0.33 |
| Hex | A8 | 9E | 0 | 0 | 6 | 64 | 22 | 38 | 64 | 21 |
| Octal | 250 | 236 | 0 | 0 | 6 | 144 | 42 | 70 | 144 | 41 |
| Binary | 10101000 | 10011110 | 0 | 0 | 110 | 1100100 | 100010 | 111000 | 1100100 | 100001 |
Color Harmonies of #A89E00
Complementary color
Monochromatic Colors of #A89E00
Black with #A89E00
Text Example
Text Example
White with #A89E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E00; }
p { color: rgb(168,158,0); }
H1.HeaderClassName
{
color: #A89E00;
}
.AnyTagClassName
{
color: #A89E00;
}
</style>
background-color css
<style>
a { background-color: #A89E00; }
a { background-color: rgb(168,158,0); }
div.DivClassName
{
background-color: #A89E00;
}
.BgClassName
{
background-color: #A89E00;
}
</style>
border-color css
<style>
span { border-color: #A89E00; }
span { border-color: rgb(168,158,0); }
td.TdClassName
{
border-color: #A89E00;
}
.TagClassName
{
border-color: #A89E00;
}
</style>