Shades of Lucky #A89F00
Tints of Lucky #A89F00
RGB
CMYK
RGB Variations
Color information
#A89F00 (or 0xA89F00) is known color: Lucky. HEX triplet: A8, 9F and 00. RGB value is (168,159,0). Sum of RGB (Red+Green+Blue) = 168+159+0=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89F00 is #5760FF. Grayscale: #909090. Windows color (decimal): -5726464 or 40872. OLE color: 40872.
HSL color Cylindrical-coordinate representation of color #A89F00: hue angle of 56.79º 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 #A89F00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.34 |
| HSL | 56.79º | 1% | 0.33% | - |
| HSV(B) | 56.79º | 1% | 0.66% | - |
| XYZ | 28.55 | 33.12 | 4.89 | - |
| YUV | 143.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 0 | 0 | 0.05 | 1 | 0.34 | 56.79 | 1 | 0.33 |
| Hex | A8 | 9F | 0 | 0 | 5 | 64 | 22 | 39 | 64 | 21 |
| Octal | 250 | 237 | 0 | 0 | 5 | 144 | 42 | 71 | 144 | 41 |
| Binary | 10101000 | 10011111 | 0 | 0 | 101 | 1100100 | 100010 | 111001 | 1100100 | 100001 |
Color Harmonies of #A89F00
Complementary color
Monochromatic Colors of #A89F00
Black with #A89F00
Text Example
Text Example
White with #A89F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F00; }
p { color: rgb(168,159,0); }
H1.HeaderClassName
{
color: #A89F00;
}
.AnyTagClassName
{
color: #A89F00;
}
</style>
background-color css
<style>
a { background-color: #A89F00; }
a { background-color: rgb(168,159,0); }
div.DivClassName
{
background-color: #A89F00;
}
.BgClassName
{
background-color: #A89F00;
}
</style>
border-color css
<style>
span { border-color: #A89F00; }
span { border-color: rgb(168,159,0); }
td.TdClassName
{
border-color: #A89F00;
}
.TagClassName
{
border-color: #A89F00;
}
</style>