Shades of Lucky #AA8C19
Tints of Lucky #AA8C19
RGB
CMYK
RGB Variations
Color information
#AA8C19 (or 0xAA8C19) is known color: Lucky. HEX triplet: AA, 8C and 19. RGB value is (170,140,25). Sum of RGB (Red+Green+Blue) = 170+140+25=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C19 is #5573E6. Grayscale: #888888. Windows color (decimal): -5600231 or 1674410. OLE color: 1674410.
HSL color Cylindrical-coordinate representation of color #AA8C19: hue angle of 47.59º 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 #AA8C19 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 25 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.33 |
| HSL | 47.59º | 0.74% | 0.38% | - |
| HSV(B) | 47.59º | 0.85% | 0.67% | - |
| XYZ | 26.13 | 27.37 | 4.83 | - |
| YUV | 135.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 25 | 0 | 0.18 | 0.85 | 0.33 | 47.59 | 0.74 | 0.38 |
| Hex | AA | 8C | 19 | 0 | 12 | 55 | 21 | 30 | 4A | 26 |
| Octal | 252 | 214 | 31 | 0 | 22 | 125 | 41 | 60 | 112 | 46 |
| Binary | 10101010 | 10001100 | 11001 | 0 | 10010 | 1010101 | 100001 | 110000 | 1001010 | 100110 |
Color Harmonies of #AA8C19
Complementary color
Monochromatic Colors of #AA8C19
Black with #AA8C19
Text Example
Text Example
White with #AA8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C19; }
p { color: rgb(170,140,25); }
H1.HeaderClassName
{
color: #AA8C19;
}
.AnyTagClassName
{
color: #AA8C19;
}
</style>
background-color css
<style>
a { background-color: #AA8C19; }
a { background-color: rgb(170,140,25); }
div.DivClassName
{
background-color: #AA8C19;
}
.BgClassName
{
background-color: #AA8C19;
}
</style>
border-color css
<style>
span { border-color: #AA8C19; }
span { border-color: rgb(170,140,25); }
td.TdClassName
{
border-color: #AA8C19;
}
.TagClassName
{
border-color: #AA8C19;
}
</style>