Shades of Lucky #A89819
Tints of Lucky #A89819
RGB
CMYK
RGB Variations
Color information
#A89819 (or 0xA89819) is known color: Lucky. HEX triplet: A8, 98 and 19. RGB value is (168,152,25). Sum of RGB (Red+Green+Blue) = 168+152+25=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A89819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89819 is #5767E6. Grayscale: #8E8E8E. Windows color (decimal): -5728231 or 1677480. OLE color: 1677480.
HSL color Cylindrical-coordinate representation of color #A89819: hue angle of 53.29º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A89819 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 25 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.34 |
| HSL | 53.29º | 0.74% | 0.38% | - |
| HSV(B) | 53.29º | 0.85% | 0.66% | - |
| XYZ | 27.55 | 30.85 | 5.42 | - |
| YUV | 142.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 25 | 0 | 0.10 | 0.85 | 0.34 | 53.29 | 0.74 | 0.38 |
| Hex | A8 | 98 | 19 | 0 | A | 55 | 22 | 35 | 4A | 26 |
| Octal | 250 | 230 | 31 | 0 | 12 | 125 | 42 | 65 | 112 | 46 |
| Binary | 10101000 | 10011000 | 11001 | 0 | 1010 | 1010101 | 100010 | 110101 | 1001010 | 100110 |
Color Harmonies of #A89819
Complementary color
Monochromatic Colors of #A89819
Black with #A89819
Text Example
Text Example
White with #A89819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89819; }
p { color: rgb(168,152,25); }
H1.HeaderClassName
{
color: #A89819;
}
.AnyTagClassName
{
color: #A89819;
}
</style>
background-color css
<style>
a { background-color: #A89819; }
a { background-color: rgb(168,152,25); }
div.DivClassName
{
background-color: #A89819;
}
.BgClassName
{
background-color: #A89819;
}
</style>
border-color css
<style>
span { border-color: #A89819; }
span { border-color: rgb(168,152,25); }
td.TdClassName
{
border-color: #A89819;
}
.TagClassName
{
border-color: #A89819;
}
</style>