Shades of Lucky #AA9C27
Tints of Lucky #AA9C27
RGB
CMYK
RGB Variations
Color information
#AA9C27 (or 0xAA9C27) is known color: Lucky. HEX triplet: AA, 9C and 27. RGB value is (170,156,39). Sum of RGB (Red+Green+Blue) = 170+156+39=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C27 is #5563D8. Grayscale: #939393. Windows color (decimal): -5596121 or 2596010. OLE color: 2596010.
HSL color Cylindrical-coordinate representation of color #AA9C27: hue angle of 53.59º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA9C27 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 39 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.33 |
| HSL | 53.59º | 0.63% | 0.41% | - |
| HSV(B) | 53.59º | 0.77% | 0.67% | - |
| XYZ | 28.83 | 32.47 | 6.67 | - |
| YUV | 146.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 39 | 0 | 0.08 | 0.77 | 0.33 | 53.59 | 0.63 | 0.41 |
| Hex | AA | 9C | 27 | 0 | 8 | 4D | 21 | 36 | 3F | 29 |
| Octal | 252 | 234 | 47 | 0 | 10 | 115 | 41 | 66 | 77 | 51 |
| Binary | 10101010 | 10011100 | 100111 | 0 | 1000 | 1001101 | 100001 | 110110 | 111111 | 101001 |
Color Harmonies of #AA9C27
Complementary color
Monochromatic Colors of #AA9C27
Black with #AA9C27
Text Example
Text Example
White with #AA9C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C27; }
p { color: rgb(170,156,39); }
H1.HeaderClassName
{
color: #AA9C27;
}
.AnyTagClassName
{
color: #AA9C27;
}
</style>
background-color css
<style>
a { background-color: #AA9C27; }
a { background-color: rgb(170,156,39); }
div.DivClassName
{
background-color: #AA9C27;
}
.BgClassName
{
background-color: #AA9C27;
}
</style>
border-color css
<style>
span { border-color: #AA9C27; }
span { border-color: rgb(170,156,39); }
td.TdClassName
{
border-color: #AA9C27;
}
.TagClassName
{
border-color: #AA9C27;
}
</style>