Shades of Lucky #A89411
Tints of Lucky #A89411
RGB
CMYK
RGB Variations
Color information
#A89411 (or 0xA89411) is known color: Lucky. HEX triplet: A8, 94 and 11. RGB value is (168,148,17). Sum of RGB (Red+Green+Blue) = 168+148+17=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A89411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89411 is #576BEE. Grayscale: #8B8B8B. Windows color (decimal): -5729263 or 1152168. OLE color: 1152168.
HSL color Cylindrical-coordinate representation of color #A89411: hue angle of 52.05º 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 #A89411 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 17 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.34 |
| HSL | 52.05º | 0.82% | 0.36% | - |
| HSV(B) | 52.05º | 0.9% | 0.66% | - |
| XYZ | 26.84 | 29.55 | 4.82 | - |
| YUV | 139.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 17 | 0 | 0.12 | 0.90 | 0.34 | 52.05 | 0.82 | 0.36 |
| Hex | A8 | 94 | 11 | 0 | C | 5A | 22 | 34 | 52 | 24 |
| Octal | 250 | 224 | 21 | 0 | 14 | 132 | 42 | 64 | 122 | 44 |
| Binary | 10101000 | 10010100 | 10001 | 0 | 1100 | 1011010 | 100010 | 110100 | 1010010 | 100100 |
Color Harmonies of #A89411
Complementary color
Monochromatic Colors of #A89411
Black with #A89411
Text Example
Text Example
White with #A89411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89411; }
p { color: rgb(168,148,17); }
H1.HeaderClassName
{
color: #A89411;
}
.AnyTagClassName
{
color: #A89411;
}
</style>
background-color css
<style>
a { background-color: #A89411; }
a { background-color: rgb(168,148,17); }
div.DivClassName
{
background-color: #A89411;
}
.BgClassName
{
background-color: #A89411;
}
</style>
border-color css
<style>
span { border-color: #A89411; }
span { border-color: rgb(168,148,17); }
td.TdClassName
{
border-color: #A89411;
}
.TagClassName
{
border-color: #A89411;
}
</style>