Shades of Lucky #A89529
Tints of Lucky #A89529
RGB
CMYK
RGB Variations
Color information
#A89529 (or 0xA89529) is known color: Lucky. HEX triplet: A8, 95 and 29. RGB value is (168,149,41). Sum of RGB (Red+Green+Blue) = 168+149+41=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A89529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89529 is #576AD6. Grayscale: #8E8E8E. Windows color (decimal): -5728983 or 2725288. OLE color: 2725288.
HSL color Cylindrical-coordinate representation of color #A89529: hue angle of 51.02º degrees, saturation: 0.61, 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 #A89529 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 41 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.34 |
| HSL | 51.02º | 0.61% | 0.41% | - |
| HSV(B) | 51.02º | 0.76% | 0.66% | - |
| XYZ | 27.3 | 29.98 | 6.45 | - |
| YUV | 142.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 41 | 0 | 0.11 | 0.76 | 0.34 | 51.02 | 0.61 | 0.41 |
| Hex | A8 | 95 | 29 | 0 | B | 4C | 22 | 33 | 3D | 29 |
| Octal | 250 | 225 | 51 | 0 | 13 | 114 | 42 | 63 | 75 | 51 |
| Binary | 10101000 | 10010101 | 101001 | 0 | 1011 | 1001100 | 100010 | 110011 | 111101 | 101001 |
Color Harmonies of #A89529
Complementary color
Monochromatic Colors of #A89529
Black with #A89529
Text Example
Text Example
White with #A89529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89529; }
p { color: rgb(168,149,41); }
H1.HeaderClassName
{
color: #A89529;
}
.AnyTagClassName
{
color: #A89529;
}
</style>
background-color css
<style>
a { background-color: #A89529; }
a { background-color: rgb(168,149,41); }
div.DivClassName
{
background-color: #A89529;
}
.BgClassName
{
background-color: #A89529;
}
</style>
border-color css
<style>
span { border-color: #A89529; }
span { border-color: rgb(168,149,41); }
td.TdClassName
{
border-color: #A89529;
}
.TagClassName
{
border-color: #A89529;
}
</style>