Shades of Lucky #A99528
Tints of Lucky #A99528
RGB
CMYK
RGB Variations
Color information
#A99528 (or 0xA99528) is known color: Lucky. HEX triplet: A9, 95 and 28. RGB value is (169,149,40). Sum of RGB (Red+Green+Blue) = 169+149+40=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A99528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99528 is #566AD7. Grayscale: #8F8F8F. Windows color (decimal): -5663448 or 2659753. OLE color: 2659753.
HSL color Cylindrical-coordinate representation of color #A99528: hue angle of 50.7º 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 #A99528 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 40 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.34 |
| HSL | 50.7º | 0.62% | 0.41% | - |
| HSV(B) | 50.7º | 0.76% | 0.66% | - |
| XYZ | 27.49 | 30.08 | 6.37 | - |
| YUV | 142.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 40 | 0 | 0.12 | 0.76 | 0.34 | 50.7 | 0.62 | 0.41 |
| Hex | A9 | 95 | 28 | 0 | C | 4C | 22 | 33 | 3E | 29 |
| Octal | 251 | 225 | 50 | 0 | 14 | 114 | 42 | 63 | 76 | 51 |
| Binary | 10101001 | 10010101 | 101000 | 0 | 1100 | 1001100 | 100010 | 110011 | 111110 | 101001 |
Color Harmonies of #A99528
Complementary color
Monochromatic Colors of #A99528
Black with #A99528
Text Example
Text Example
White with #A99528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99528; }
p { color: rgb(169,149,40); }
H1.HeaderClassName
{
color: #A99528;
}
.AnyTagClassName
{
color: #A99528;
}
</style>
background-color css
<style>
a { background-color: #A99528; }
a { background-color: rgb(169,149,40); }
div.DivClassName
{
background-color: #A99528;
}
.BgClassName
{
background-color: #A99528;
}
</style>
border-color css
<style>
span { border-color: #A99528; }
span { border-color: rgb(169,149,40); }
td.TdClassName
{
border-color: #A99528;
}
.TagClassName
{
border-color: #A99528;
}
</style>