Shades of Lucky #AA9C19
Tints of Lucky #AA9C19
RGB
CMYK
RGB Variations
Color information
#AA9C19 (or 0xAA9C19) is known color: Lucky. HEX triplet: AA, 9C and 19. RGB value is (170,156,25). Sum of RGB (Red+Green+Blue) = 170+156+25=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C19 is #5563E6. Grayscale: #919191. Windows color (decimal): -5596135 or 1678506. OLE color: 1678506.
HSL color Cylindrical-coordinate representation of color #AA9C19: hue angle of 54.21º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA9C19 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 25 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.33 |
| HSL | 54.21º | 0.74% | 0.38% | - |
| HSV(B) | 54.21º | 0.85% | 0.67% | - |
| XYZ | 28.64 | 32.39 | 5.66 | - |
| YUV | 145.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 25 | 0 | 0.08 | 0.85 | 0.33 | 54.21 | 0.74 | 0.38 |
| Hex | AA | 9C | 19 | 0 | 8 | 55 | 21 | 36 | 4A | 26 |
| Octal | 252 | 234 | 31 | 0 | 10 | 125 | 41 | 66 | 112 | 46 |
| Binary | 10101010 | 10011100 | 11001 | 0 | 1000 | 1010101 | 100001 | 110110 | 1001010 | 100110 |
Color Harmonies of #AA9C19
Complementary color
Monochromatic Colors of #AA9C19
Black with #AA9C19
Text Example
Text Example
White with #AA9C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C19; }
p { color: rgb(170,156,25); }
H1.HeaderClassName
{
color: #AA9C19;
}
.AnyTagClassName
{
color: #AA9C19;
}
</style>
background-color css
<style>
a { background-color: #AA9C19; }
a { background-color: rgb(170,156,25); }
div.DivClassName
{
background-color: #AA9C19;
}
.BgClassName
{
background-color: #AA9C19;
}
</style>
border-color css
<style>
span { border-color: #AA9C19; }
span { border-color: rgb(170,156,25); }
td.TdClassName
{
border-color: #AA9C19;
}
.TagClassName
{
border-color: #AA9C19;
}
</style>