Shades of Lucky #A09528
Tints of Lucky #A09528
RGB
CMYK
RGB Variations
Color information
#A09528 (or 0xA09528) is known color: Lucky. HEX triplet: A0, 95 and 28. RGB value is (160,149,40). Sum of RGB (Red+Green+Blue) = 160+149+40=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A09528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09528 is #5F6AD7. Grayscale: #8C8C8C. Windows color (decimal): -6253272 or 2659744. OLE color: 2659744.
HSL color Cylindrical-coordinate representation of color #A09528: hue angle of 54.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A09528 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 40 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.37 |
| HSL | 54.5º | 0.6% | 0.39% | - |
| HSV(B) | 54.5º | 0.75% | 0.63% | - |
| XYZ | 25.63 | 29.12 | 6.28 | - |
| YUV | 139.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 40 | 0 | 0.07 | 0.75 | 0.37 | 54.5 | 0.6 | 0.39 |
| Hex | A0 | 95 | 28 | 0 | 7 | 4B | 25 | 36 | 3C | 27 |
| Octal | 240 | 225 | 50 | 0 | 7 | 113 | 45 | 66 | 74 | 47 |
| Binary | 10100000 | 10010101 | 101000 | 0 | 111 | 1001011 | 100101 | 110110 | 111100 | 100111 |
Color Harmonies of #A09528
Complementary color
Monochromatic Colors of #A09528
Black with #A09528
Text Example
Text Example
White with #A09528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09528; }
p { color: rgb(160,149,40); }
H1.HeaderClassName
{
color: #A09528;
}
.AnyTagClassName
{
color: #A09528;
}
</style>
background-color css
<style>
a { background-color: #A09528; }
a { background-color: rgb(160,149,40); }
div.DivClassName
{
background-color: #A09528;
}
.BgClassName
{
background-color: #A09528;
}
</style>
border-color css
<style>
span { border-color: #A09528; }
span { border-color: rgb(160,149,40); }
td.TdClassName
{
border-color: #A09528;
}
.TagClassName
{
border-color: #A09528;
}
</style>