Shades of Lucky #A89519
Tints of Lucky #A89519
RGB
CMYK
RGB Variations
Color information
#A89519 (or 0xA89519) is known color: Lucky. HEX triplet: A8, 95 and 19. RGB value is (168,149,25). Sum of RGB (Red+Green+Blue) = 168+149+25=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A89519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89519 is #576AE6. Grayscale: #8D8D8D. Windows color (decimal): -5728999 or 1676712. OLE color: 1676712.
HSL color Cylindrical-coordinate representation of color #A89519: hue angle of 52.03º 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 #A89519 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 25 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.34 |
| HSL | 52.03º | 0.74% | 0.38% | - |
| HSV(B) | 52.03º | 0.85% | 0.66% | - |
| XYZ | 27.07 | 29.89 | 5.26 | - |
| YUV | 140.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 25 | 0 | 0.11 | 0.85 | 0.34 | 52.03 | 0.74 | 0.38 |
| Hex | A8 | 95 | 19 | 0 | B | 55 | 22 | 34 | 4A | 26 |
| Octal | 250 | 225 | 31 | 0 | 13 | 125 | 42 | 64 | 112 | 46 |
| Binary | 10101000 | 10010101 | 11001 | 0 | 1011 | 1010101 | 100010 | 110100 | 1001010 | 100110 |
Color Harmonies of #A89519
Complementary color
Monochromatic Colors of #A89519
Black with #A89519
Text Example
Text Example
White with #A89519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89519; }
p { color: rgb(168,149,25); }
H1.HeaderClassName
{
color: #A89519;
}
.AnyTagClassName
{
color: #A89519;
}
</style>
background-color css
<style>
a { background-color: #A89519; }
a { background-color: rgb(168,149,25); }
div.DivClassName
{
background-color: #A89519;
}
.BgClassName
{
background-color: #A89519;
}
</style>
border-color css
<style>
span { border-color: #A89519; }
span { border-color: rgb(168,149,25); }
td.TdClassName
{
border-color: #A89519;
}
.TagClassName
{
border-color: #A89519;
}
</style>