Shades of Lucky #A39528
Tints of Lucky #A39528
RGB
CMYK
RGB Variations
Color information
#A39528 (or 0xA39528) is known color: Lucky. HEX triplet: A3, 95 and 28. RGB value is (163,149,40). Sum of RGB (Red+Green+Blue) = 163+149+40=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A39528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39528 is #5C6AD7. Grayscale: #8D8D8D. Windows color (decimal): -6056664 or 2659747. OLE color: 2659747.
HSL color Cylindrical-coordinate representation of color #A39528: hue angle of 53.17º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A39528 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 40 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.36 |
| HSL | 53.17º | 0.61% | 0.4% | - |
| HSV(B) | 53.17º | 0.75% | 0.64% | - |
| XYZ | 26.23 | 29.43 | 6.31 | - |
| YUV | 140.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 40 | 0 | 0.09 | 0.75 | 0.36 | 53.17 | 0.61 | 0.4 |
| Hex | A3 | 95 | 28 | 0 | 9 | 4B | 24 | 35 | 3D | 28 |
| Octal | 243 | 225 | 50 | 0 | 11 | 113 | 44 | 65 | 75 | 50 |
| Binary | 10100011 | 10010101 | 101000 | 0 | 1001 | 1001011 | 100100 | 110101 | 111101 | 101000 |
Color Harmonies of #A39528
Complementary color
Monochromatic Colors of #A39528
Black with #A39528
Text Example
Text Example
White with #A39528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39528; }
p { color: rgb(163,149,40); }
H1.HeaderClassName
{
color: #A39528;
}
.AnyTagClassName
{
color: #A39528;
}
</style>
background-color css
<style>
a { background-color: #A39528; }
a { background-color: rgb(163,149,40); }
div.DivClassName
{
background-color: #A39528;
}
.BgClassName
{
background-color: #A39528;
}
</style>
border-color css
<style>
span { border-color: #A39528; }
span { border-color: rgb(163,149,40); }
td.TdClassName
{
border-color: #A39528;
}
.TagClassName
{
border-color: #A39528;
}
</style>