Shades of Lucky #A89A00
Tints of Lucky #A89A00
RGB
CMYK
RGB Variations
Color information
#A89A00 (or 0xA89A00) is known color: Lucky. HEX triplet: A8, 9A and 00. RGB value is (168,154,0). Sum of RGB (Red+Green+Blue) = 168+154+0=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89A00 is #5765FF. Grayscale: #8D8D8D. Windows color (decimal): -5727744 or 39592. OLE color: 39592.
HSL color Cylindrical-coordinate representation of color #A89A00: hue angle of 55º 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 #A89A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.34 |
| HSL | 55º | 1% | 0.33% | - |
| HSV(B) | 55º | 1% | 0.66% | - |
| XYZ | 27.7 | 31.44 | 4.61 | - |
| YUV | 140.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 0 | 0 | 0.08 | 1 | 0.34 | 55 | 1 | 0.33 |
| Hex | A8 | 9A | 0 | 0 | 8 | 64 | 22 | 37 | 64 | 21 |
| Octal | 250 | 232 | 0 | 0 | 10 | 144 | 42 | 67 | 144 | 41 |
| Binary | 10101000 | 10011010 | 0 | 0 | 1000 | 1100100 | 100010 | 110111 | 1100100 | 100001 |
Color Harmonies of #A89A00
Complementary color
Monochromatic Colors of #A89A00
Black with #A89A00
Text Example
Text Example
White with #A89A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A00; }
p { color: rgb(168,154,0); }
H1.HeaderClassName
{
color: #A89A00;
}
.AnyTagClassName
{
color: #A89A00;
}
</style>
background-color css
<style>
a { background-color: #A89A00; }
a { background-color: rgb(168,154,0); }
div.DivClassName
{
background-color: #A89A00;
}
.BgClassName
{
background-color: #A89A00;
}
</style>
border-color css
<style>
span { border-color: #A89A00; }
span { border-color: rgb(168,154,0); }
td.TdClassName
{
border-color: #A89A00;
}
.TagClassName
{
border-color: #A89A00;
}
</style>