Shades of Lucky #A89628
Tints of Lucky #A89628
RGB
CMYK
RGB Variations
Color information
#A89628 (or 0xA89628) is known color: Lucky. HEX triplet: A8, 96 and 28. RGB value is (168,150,40). Sum of RGB (Red+Green+Blue) = 168+150+40=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A89628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89628 is #5769D7. Grayscale: #8F8F8F. Windows color (decimal): -5728728 or 2660008. OLE color: 2660008.
HSL color Cylindrical-coordinate representation of color #A89628: hue angle of 51.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A89628 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 40 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.34 |
| HSL | 51.56º | 0.62% | 0.41% | - |
| HSV(B) | 51.56º | 0.76% | 0.66% | - |
| XYZ | 27.44 | 30.29 | 6.41 | - |
| YUV | 142.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 40 | 0 | 0.11 | 0.76 | 0.34 | 51.56 | 0.62 | 0.41 |
| Hex | A8 | 96 | 28 | 0 | B | 4C | 22 | 34 | 3E | 29 |
| Octal | 250 | 226 | 50 | 0 | 13 | 114 | 42 | 64 | 76 | 51 |
| Binary | 10101000 | 10010110 | 101000 | 0 | 1011 | 1001100 | 100010 | 110100 | 111110 | 101001 |
Color Harmonies of #A89628
Complementary color
Monochromatic Colors of #A89628
Black with #A89628
Text Example
Text Example
White with #A89628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89628; }
p { color: rgb(168,150,40); }
H1.HeaderClassName
{
color: #A89628;
}
.AnyTagClassName
{
color: #A89628;
}
</style>
background-color css
<style>
a { background-color: #A89628; }
a { background-color: rgb(168,150,40); }
div.DivClassName
{
background-color: #A89628;
}
.BgClassName
{
background-color: #A89628;
}
</style>
border-color css
<style>
span { border-color: #A89628; }
span { border-color: rgb(168,150,40); }
td.TdClassName
{
border-color: #A89628;
}
.TagClassName
{
border-color: #A89628;
}
</style>