Shades of Lucky #A89311
Tints of Lucky #A89311
RGB
CMYK
RGB Variations
Color information
#A89311 (or 0xA89311) is known color: Lucky. HEX triplet: A8, 93 and 11. RGB value is (168,147,17). Sum of RGB (Red+Green+Blue) = 168+147+17=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A89311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89311 is #576CEE. Grayscale: #8B8B8B. Windows color (decimal): -5729519 or 1151912. OLE color: 1151912.
HSL color Cylindrical-coordinate representation of color #A89311: hue angle of 51.66º 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 #A89311 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 17 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.34 |
| HSL | 51.66º | 0.82% | 0.36% | - |
| HSV(B) | 51.66º | 0.9% | 0.66% | - |
| XYZ | 26.68 | 29.23 | 4.77 | - |
| YUV | 138.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 17 | 0 | 0.13 | 0.90 | 0.34 | 51.66 | 0.82 | 0.36 |
| Hex | A8 | 93 | 11 | 0 | D | 5A | 22 | 34 | 52 | 24 |
| Octal | 250 | 223 | 21 | 0 | 15 | 132 | 42 | 64 | 122 | 44 |
| Binary | 10101000 | 10010011 | 10001 | 0 | 1101 | 1011010 | 100010 | 110100 | 1010010 | 100100 |
Color Harmonies of #A89311
Complementary color
Monochromatic Colors of #A89311
Black with #A89311
Text Example
Text Example
White with #A89311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89311; }
p { color: rgb(168,147,17); }
H1.HeaderClassName
{
color: #A89311;
}
.AnyTagClassName
{
color: #A89311;
}
</style>
background-color css
<style>
a { background-color: #A89311; }
a { background-color: rgb(168,147,17); }
div.DivClassName
{
background-color: #A89311;
}
.BgClassName
{
background-color: #A89311;
}
</style>
border-color css
<style>
span { border-color: #A89311; }
span { border-color: rgb(168,147,17); }
td.TdClassName
{
border-color: #A89311;
}
.TagClassName
{
border-color: #A89311;
}
</style>