Shades of Lucky #A89A12
Tints of Lucky #A89A12
RGB
CMYK
RGB Variations
Color information
#A89A12 (or 0xA89A12) is known color: Lucky. HEX triplet: A8, 9A and 12. RGB value is (168,154,18). Sum of RGB (Red+Green+Blue) = 168+154+18=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89A12 is #5765ED. Grayscale: #8F8F8F. Windows color (decimal): -5727726 or 1219240. OLE color: 1219240.
HSL color Cylindrical-coordinate representation of color #A89A12: hue angle of 54.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A89A12 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 18 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.34 |
| HSL | 54.4º | 0.81% | 0.36% | - |
| HSV(B) | 54.4º | 0.89% | 0.66% | - |
| XYZ | 27.81 | 31.48 | 5.18 | - |
| YUV | 142.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 18 | 0 | 0.08 | 0.89 | 0.34 | 54.4 | 0.81 | 0.36 |
| Hex | A8 | 9A | 12 | 0 | 8 | 59 | 22 | 36 | 51 | 24 |
| Octal | 250 | 232 | 22 | 0 | 10 | 131 | 42 | 66 | 121 | 44 |
| Binary | 10101000 | 10011010 | 10010 | 0 | 1000 | 1011001 | 100010 | 110110 | 1010001 | 100100 |
Color Harmonies of #A89A12
Complementary color
Monochromatic Colors of #A89A12
Black with #A89A12
Text Example
Text Example
White with #A89A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A12; }
p { color: rgb(168,154,18); }
H1.HeaderClassName
{
color: #A89A12;
}
.AnyTagClassName
{
color: #A89A12;
}
</style>
background-color css
<style>
a { background-color: #A89A12; }
a { background-color: rgb(168,154,18); }
div.DivClassName
{
background-color: #A89A12;
}
.BgClassName
{
background-color: #A89A12;
}
</style>
border-color css
<style>
span { border-color: #A89A12; }
span { border-color: rgb(168,154,18); }
td.TdClassName
{
border-color: #A89A12;
}
.TagClassName
{
border-color: #A89A12;
}
</style>