Shades of Lucky #AA8C13
Tints of Lucky #AA8C13
RGB
CMYK
RGB Variations
Color information
#AA8C13 (or 0xAA8C13) is known color: Lucky. HEX triplet: AA, 8C and 13. RGB value is (170,140,19). Sum of RGB (Red+Green+Blue) = 170+140+19=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C13 is #5573EC. Grayscale: #878787. Windows color (decimal): -5600237 or 1281194. OLE color: 1281194.
HSL color Cylindrical-coordinate representation of color #AA8C13: hue angle of 48.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8C13 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 19 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.33 |
| HSL | 48.08º | 0.8% | 0.37% | - |
| HSV(B) | 48.08º | 0.89% | 0.67% | - |
| XYZ | 26.07 | 27.35 | 4.52 | - |
| YUV | 135.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 19 | 0 | 0.18 | 0.89 | 0.33 | 48.08 | 0.8 | 0.37 |
| Hex | AA | 8C | 13 | 0 | 12 | 59 | 21 | 30 | 50 | 25 |
| Octal | 252 | 214 | 23 | 0 | 22 | 131 | 41 | 60 | 120 | 45 |
| Binary | 10101010 | 10001100 | 10011 | 0 | 10010 | 1011001 | 100001 | 110000 | 1010000 | 100101 |
Color Harmonies of #AA8C13
Complementary color
Monochromatic Colors of #AA8C13
Black with #AA8C13
Text Example
Text Example
White with #AA8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C13; }
p { color: rgb(170,140,19); }
H1.HeaderClassName
{
color: #AA8C13;
}
.AnyTagClassName
{
color: #AA8C13;
}
</style>
background-color css
<style>
a { background-color: #AA8C13; }
a { background-color: rgb(170,140,19); }
div.DivClassName
{
background-color: #AA8C13;
}
.BgClassName
{
background-color: #AA8C13;
}
</style>
border-color css
<style>
span { border-color: #AA8C13; }
span { border-color: rgb(170,140,19); }
td.TdClassName
{
border-color: #AA8C13;
}
.TagClassName
{
border-color: #AA8C13;
}
</style>