Shades of Lucky #A89526
Tints of Lucky #A89526
RGB
CMYK
RGB Variations
Color information
#A89526 (or 0xA89526) is known color: Lucky. HEX triplet: A8, 95 and 26. RGB value is (168,149,38). Sum of RGB (Red+Green+Blue) = 168+149+38=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A89526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89526 is #576AD9. Grayscale: #8E8E8E. Windows color (decimal): -5728986 or 2528680. OLE color: 2528680.
HSL color Cylindrical-coordinate representation of color #A89526: hue angle of 51.23º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A89526 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 38 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.34 |
| HSL | 51.23º | 0.63% | 0.4% | - |
| HSV(B) | 51.23º | 0.77% | 0.66% | - |
| XYZ | 27.25 | 29.96 | 6.18 | - |
| YUV | 142.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 38 | 0 | 0.11 | 0.77 | 0.34 | 51.23 | 0.63 | 0.4 |
| Hex | A8 | 95 | 26 | 0 | B | 4D | 22 | 33 | 3F | 28 |
| Octal | 250 | 225 | 46 | 0 | 13 | 115 | 42 | 63 | 77 | 50 |
| Binary | 10101000 | 10010101 | 100110 | 0 | 1011 | 1001101 | 100010 | 110011 | 111111 | 101000 |
Color Harmonies of #A89526
Complementary color
Monochromatic Colors of #A89526
Black with #A89526
Text Example
Text Example
White with #A89526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89526; }
p { color: rgb(168,149,38); }
H1.HeaderClassName
{
color: #A89526;
}
.AnyTagClassName
{
color: #A89526;
}
</style>
background-color css
<style>
a { background-color: #A89526; }
a { background-color: rgb(168,149,38); }
div.DivClassName
{
background-color: #A89526;
}
.BgClassName
{
background-color: #A89526;
}
</style>
border-color css
<style>
span { border-color: #A89526; }
span { border-color: rgb(168,149,38); }
td.TdClassName
{
border-color: #A89526;
}
.TagClassName
{
border-color: #A89526;
}
</style>