Shades of Lucky #A89811
Tints of Lucky #A89811
RGB
CMYK
RGB Variations
Color information
#A89811 (or 0xA89811) is known color: Lucky. HEX triplet: A8, 98 and 11. RGB value is (168,152,17). Sum of RGB (Red+Green+Blue) = 168+152+17=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A89811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89811 is #5767EE. Grayscale: #8D8D8D. Windows color (decimal): -5728239 or 1153192. OLE color: 1153192.
HSL color Cylindrical-coordinate representation of color #A89811: hue angle of 53.64º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A89811 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 17 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.34 |
| HSL | 53.64º | 0.82% | 0.36% | - |
| HSV(B) | 53.64º | 0.9% | 0.66% | - |
| XYZ | 27.48 | 30.82 | 5.03 | - |
| YUV | 141.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 17 | 0 | 0.10 | 0.90 | 0.34 | 53.64 | 0.82 | 0.36 |
| Hex | A8 | 98 | 11 | 0 | A | 5A | 22 | 36 | 52 | 24 |
| Octal | 250 | 230 | 21 | 0 | 12 | 132 | 42 | 66 | 122 | 44 |
| Binary | 10101000 | 10011000 | 10001 | 0 | 1010 | 1011010 | 100010 | 110110 | 1010010 | 100100 |
Color Harmonies of #A89811
Complementary color
Monochromatic Colors of #A89811
Black with #A89811
Text Example
Text Example
White with #A89811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89811; }
p { color: rgb(168,152,17); }
H1.HeaderClassName
{
color: #A89811;
}
.AnyTagClassName
{
color: #A89811;
}
</style>
background-color css
<style>
a { background-color: #A89811; }
a { background-color: rgb(168,152,17); }
div.DivClassName
{
background-color: #A89811;
}
.BgClassName
{
background-color: #A89811;
}
</style>
border-color css
<style>
span { border-color: #A89811; }
span { border-color: rgb(168,152,17); }
td.TdClassName
{
border-color: #A89811;
}
.TagClassName
{
border-color: #A89811;
}
</style>