Shades of Lucky #A89121
Tints of Lucky #A89121
RGB
CMYK
RGB Variations
Color information
#A89121 (or 0xA89121) is known color: Lucky. HEX triplet: A8, 91 and 21. RGB value is (168,145,33). Sum of RGB (Red+Green+Blue) = 168+145+33=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A89121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89121 is #576EDE. Grayscale: #8B8B8B. Windows color (decimal): -5730015 or 2199976. OLE color: 2199976.
HSL color Cylindrical-coordinate representation of color #A89121: hue angle of 49.78º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A89121 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 33 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.34 |
| HSL | 49.78º | 0.67% | 0.39% | - |
| HSV(B) | 49.78º | 0.8% | 0.66% | - |
| XYZ | 26.55 | 28.69 | 5.58 | - |
| YUV | 139.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 33 | 0 | 0.14 | 0.80 | 0.34 | 49.78 | 0.67 | 0.39 |
| Hex | A8 | 91 | 21 | 0 | E | 50 | 22 | 32 | 43 | 27 |
| Octal | 250 | 221 | 41 | 0 | 16 | 120 | 42 | 62 | 103 | 47 |
| Binary | 10101000 | 10010001 | 100001 | 0 | 1110 | 1010000 | 100010 | 110010 | 1000011 | 100111 |
Color Harmonies of #A89121
Complementary color
Monochromatic Colors of #A89121
Black with #A89121
Text Example
Text Example
White with #A89121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89121; }
p { color: rgb(168,145,33); }
H1.HeaderClassName
{
color: #A89121;
}
.AnyTagClassName
{
color: #A89121;
}
</style>
background-color css
<style>
a { background-color: #A89121; }
a { background-color: rgb(168,145,33); }
div.DivClassName
{
background-color: #A89121;
}
.BgClassName
{
background-color: #A89121;
}
</style>
border-color css
<style>
span { border-color: #A89121; }
span { border-color: rgb(168,145,33); }
td.TdClassName
{
border-color: #A89121;
}
.TagClassName
{
border-color: #A89121;
}
</style>