Shades of Lucky #A89A11
Tints of Lucky #A89A11
RGB
CMYK
RGB Variations
Color information
#A89A11 (or 0xA89A11) is known color: Lucky. HEX triplet: A8, 9A and 11. RGB value is (168,154,17). Sum of RGB (Red+Green+Blue) = 168+154+17=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89A11 is #5765EE. Grayscale: #8F8F8F. Windows color (decimal): -5727727 or 1153704. OLE color: 1153704.
HSL color Cylindrical-coordinate representation of color #A89A11: hue angle of 54.44º 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 #A89A11 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 17 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.34 |
| HSL | 54.44º | 0.82% | 0.36% | - |
| HSV(B) | 54.44º | 0.9% | 0.66% | - |
| XYZ | 27.81 | 31.48 | 5.14 | - |
| YUV | 142.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 17 | 0 | 0.08 | 0.90 | 0.34 | 54.44 | 0.82 | 0.36 |
| Hex | A8 | 9A | 11 | 0 | 8 | 5A | 22 | 36 | 52 | 24 |
| Octal | 250 | 232 | 21 | 0 | 10 | 132 | 42 | 66 | 122 | 44 |
| Binary | 10101000 | 10011010 | 10001 | 0 | 1000 | 1011010 | 100010 | 110110 | 1010010 | 100100 |
Color Harmonies of #A89A11
Complementary color
Monochromatic Colors of #A89A11
Black with #A89A11
Text Example
Text Example
White with #A89A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A11; }
p { color: rgb(168,154,17); }
H1.HeaderClassName
{
color: #A89A11;
}
.AnyTagClassName
{
color: #A89A11;
}
</style>
background-color css
<style>
a { background-color: #A89A11; }
a { background-color: rgb(168,154,17); }
div.DivClassName
{
background-color: #A89A11;
}
.BgClassName
{
background-color: #A89A11;
}
</style>
border-color css
<style>
span { border-color: #A89A11; }
span { border-color: rgb(168,154,17); }
td.TdClassName
{
border-color: #A89A11;
}
.TagClassName
{
border-color: #A89A11;
}
</style>