Shades of Lucky #AA9C28
Tints of Lucky #AA9C28
RGB
CMYK
RGB Variations
Color information
#AA9C28 (or 0xAA9C28) is known color: Lucky. HEX triplet: AA, 9C and 28. RGB value is (170,156,40). Sum of RGB (Red+Green+Blue) = 170+156+40=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C28 is #5563D7. Grayscale: #939393. Windows color (decimal): -5596120 or 2661546. OLE color: 2661546.
HSL color Cylindrical-coordinate representation of color #AA9C28: hue angle of 53.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA9C28 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 40 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.33 |
| HSL | 53.54º | 0.62% | 0.41% | - |
| HSV(B) | 53.54º | 0.76% | 0.67% | - |
| XYZ | 28.85 | 32.48 | 6.76 | - |
| YUV | 146.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 40 | 0 | 0.08 | 0.76 | 0.33 | 53.54 | 0.62 | 0.41 |
| Hex | AA | 9C | 28 | 0 | 8 | 4C | 21 | 36 | 3E | 29 |
| Octal | 252 | 234 | 50 | 0 | 10 | 114 | 41 | 66 | 76 | 51 |
| Binary | 10101010 | 10011100 | 101000 | 0 | 1000 | 1001100 | 100001 | 110110 | 111110 | 101001 |
Color Harmonies of #AA9C28
Complementary color
Monochromatic Colors of #AA9C28
Black with #AA9C28
Text Example
Text Example
White with #AA9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C28; }
p { color: rgb(170,156,40); }
H1.HeaderClassName
{
color: #AA9C28;
}
.AnyTagClassName
{
color: #AA9C28;
}
</style>
background-color css
<style>
a { background-color: #AA9C28; }
a { background-color: rgb(170,156,40); }
div.DivClassName
{
background-color: #AA9C28;
}
.BgClassName
{
background-color: #AA9C28;
}
</style>
border-color css
<style>
span { border-color: #AA9C28; }
span { border-color: rgb(170,156,40); }
td.TdClassName
{
border-color: #AA9C28;
}
.TagClassName
{
border-color: #AA9C28;
}
</style>