Shades of Lucky #A89B16
Tints of Lucky #A89B16
RGB
CMYK
RGB Variations
Color information
#A89B16 (or 0xA89B16) is known color: Lucky. HEX triplet: A8, 9B and 16. RGB value is (168,155,22). Sum of RGB (Red+Green+Blue) = 168+155+22=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89B16 is #5764E9. Grayscale: #909090. Windows color (decimal): -5727466 or 1481640. OLE color: 1481640.
HSL color Cylindrical-coordinate representation of color #A89B16: hue angle of 54.66º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A89B16 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 22 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.34 |
| HSL | 54.66º | 0.77% | 0.37% | - |
| HSV(B) | 54.66º | 0.87% | 0.66% | - |
| XYZ | 28.01 | 31.83 | 5.43 | - |
| YUV | 143.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 22 | 0 | 0.08 | 0.87 | 0.34 | 54.66 | 0.77 | 0.37 |
| Hex | A8 | 9B | 16 | 0 | 8 | 57 | 22 | 37 | 4D | 25 |
| Octal | 250 | 233 | 26 | 0 | 10 | 127 | 42 | 67 | 115 | 45 |
| Binary | 10101000 | 10011011 | 10110 | 0 | 1000 | 1010111 | 100010 | 110111 | 1001101 | 100101 |
Color Harmonies of #A89B16
Complementary color
Monochromatic Colors of #A89B16
Black with #A89B16
Text Example
Text Example
White with #A89B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B16; }
p { color: rgb(168,155,22); }
H1.HeaderClassName
{
color: #A89B16;
}
.AnyTagClassName
{
color: #A89B16;
}
</style>
background-color css
<style>
a { background-color: #A89B16; }
a { background-color: rgb(168,155,22); }
div.DivClassName
{
background-color: #A89B16;
}
.BgClassName
{
background-color: #A89B16;
}
</style>
border-color css
<style>
span { border-color: #A89B16; }
span { border-color: rgb(168,155,22); }
td.TdClassName
{
border-color: #A89B16;
}
.TagClassName
{
border-color: #A89B16;
}
</style>