Shades of Lucky #A89E0C
Tints of Lucky #A89E0C
RGB
CMYK
RGB Variations
Color information
#A89E0C (or 0xA89E0C) is known color: Lucky. HEX triplet: A8, 9E and 0C. RGB value is (168,158,12). Sum of RGB (Red+Green+Blue) = 168+158+12=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89E0C is #5761F3. Grayscale: #909090. Windows color (decimal): -5726708 or 827048. OLE color: 827048.
HSL color Cylindrical-coordinate representation of color #A89E0C: hue angle of 56.15º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A89E0C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 12 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.34 |
| HSL | 56.15º | 0.87% | 0.35% | - |
| HSV(B) | 56.15º | 0.93% | 0.66% | - |
| XYZ | 28.44 | 32.81 | 5.18 | - |
| YUV | 144.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 12 | 0 | 0.06 | 0.93 | 0.34 | 56.15 | 0.87 | 0.35 |
| Hex | A8 | 9E | C | 0 | 6 | 5D | 22 | 38 | 57 | 23 |
| Octal | 250 | 236 | 14 | 0 | 6 | 135 | 42 | 70 | 127 | 43 |
| Binary | 10101000 | 10011110 | 1100 | 0 | 110 | 1011101 | 100010 | 111000 | 1010111 | 100011 |
Color Harmonies of #A89E0C
Complementary color
Monochromatic Colors of #A89E0C
Black with #A89E0C
Text Example
Text Example
White with #A89E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E0C; }
p { color: rgb(168,158,12); }
H1.HeaderClassName
{
color: #A89E0C;
}
.AnyTagClassName
{
color: #A89E0C;
}
</style>
background-color css
<style>
a { background-color: #A89E0C; }
a { background-color: rgb(168,158,12); }
div.DivClassName
{
background-color: #A89E0C;
}
.BgClassName
{
background-color: #A89E0C;
}
</style>
border-color css
<style>
span { border-color: #A89E0C; }
span { border-color: rgb(168,158,12); }
td.TdClassName
{
border-color: #A89E0C;
}
.TagClassName
{
border-color: #A89E0C;
}
</style>