Shades of Lucky #AA9526
Tints of Lucky #AA9526
RGB
CMYK
RGB Variations
Color information
#AA9526 (or 0xAA9526) is known color: Lucky. HEX triplet: AA, 95 and 26. RGB value is (170,149,38). Sum of RGB (Red+Green+Blue) = 170+149+38=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9526 is #556AD9. Grayscale: #8F8F8F. Windows color (decimal): -5597914 or 2528682. OLE color: 2528682.
HSL color Cylindrical-coordinate representation of color #AA9526: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA9526 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 38 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.33 |
| HSL | 50.45º | 0.63% | 0.41% | - |
| HSV(B) | 50.45º | 0.78% | 0.67% | - |
| XYZ | 27.67 | 30.18 | 6.2 | - |
| YUV | 142.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 38 | 0 | 0.12 | 0.78 | 0.33 | 50.45 | 0.63 | 0.41 |
| Hex | AA | 95 | 26 | 0 | C | 4E | 21 | 32 | 3F | 29 |
| Octal | 252 | 225 | 46 | 0 | 14 | 116 | 41 | 62 | 77 | 51 |
| Binary | 10101010 | 10010101 | 100110 | 0 | 1100 | 1001110 | 100001 | 110010 | 111111 | 101001 |
Color Harmonies of #AA9526
Complementary color
Monochromatic Colors of #AA9526
Black with #AA9526
Text Example
Text Example
White with #AA9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9526; }
p { color: rgb(170,149,38); }
H1.HeaderClassName
{
color: #AA9526;
}
.AnyTagClassName
{
color: #AA9526;
}
</style>
background-color css
<style>
a { background-color: #AA9526; }
a { background-color: rgb(170,149,38); }
div.DivClassName
{
background-color: #AA9526;
}
.BgClassName
{
background-color: #AA9526;
}
</style>
border-color css
<style>
span { border-color: #AA9526; }
span { border-color: rgb(170,149,38); }
td.TdClassName
{
border-color: #AA9526;
}
.TagClassName
{
border-color: #AA9526;
}
</style>