Shades of Lucky #A89B00
Tints of Lucky #A89B00
RGB
CMYK
RGB Variations
Color information
#A89B00 (or 0xA89B00) is known color: Lucky. HEX triplet: A8, 9B and 00. RGB value is (168,155,0). Sum of RGB (Red+Green+Blue) = 168+155+0=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89B00 is #5764FF. Grayscale: #8D8D8D. Windows color (decimal): -5727488 or 39848. OLE color: 39848.
HSL color Cylindrical-coordinate representation of color #A89B00: hue angle of 55.36º 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 #A89B00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.34 |
| HSL | 55.36º | 1% | 0.33% | - |
| HSV(B) | 55.36º | 1% | 0.66% | - |
| XYZ | 27.87 | 31.77 | 4.66 | - |
| YUV | 141.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 0 | 0 | 0.08 | 1 | 0.34 | 55.36 | 1 | 0.33 |
| Hex | A8 | 9B | 0 | 0 | 8 | 64 | 22 | 37 | 64 | 21 |
| Octal | 250 | 233 | 0 | 0 | 10 | 144 | 42 | 67 | 144 | 41 |
| Binary | 10101000 | 10011011 | 0 | 0 | 1000 | 1100100 | 100010 | 110111 | 1100100 | 100001 |
Color Harmonies of #A89B00
Complementary color
Monochromatic Colors of #A89B00
Black with #A89B00
Text Example
Text Example
White with #A89B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B00; }
p { color: rgb(168,155,0); }
H1.HeaderClassName
{
color: #A89B00;
}
.AnyTagClassName
{
color: #A89B00;
}
</style>
background-color css
<style>
a { background-color: #A89B00; }
a { background-color: rgb(168,155,0); }
div.DivClassName
{
background-color: #A89B00;
}
.BgClassName
{
background-color: #A89B00;
}
</style>
border-color css
<style>
span { border-color: #A89B00; }
span { border-color: rgb(168,155,0); }
td.TdClassName
{
border-color: #A89B00;
}
.TagClassName
{
border-color: #A89B00;
}
</style>