Shades of Lucky #AA8C1C
Tints of Lucky #AA8C1C
RGB
CMYK
RGB Variations
Color information
#AA8C1C (or 0xAA8C1C) is known color: Lucky. HEX triplet: AA, 8C and 1C. RGB value is (170,140,28). Sum of RGB (Red+Green+Blue) = 170+140+28=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C1C is #5573E3. Grayscale: #888888. Windows color (decimal): -5600228 or 1871018. OLE color: 1871018.
HSL color Cylindrical-coordinate representation of color #AA8C1C: hue angle of 47.32º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA8C1C is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 28 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.33 |
| HSL | 47.32º | 0.72% | 0.39% | - |
| HSV(B) | 47.32º | 0.84% | 0.67% | - |
| XYZ | 26.17 | 27.39 | 5.01 | - |
| YUV | 136.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 28 | 0 | 0.18 | 0.84 | 0.33 | 47.32 | 0.72 | 0.39 |
| Hex | AA | 8C | 1C | 0 | 12 | 54 | 21 | 2F | 48 | 27 |
| Octal | 252 | 214 | 34 | 0 | 22 | 124 | 41 | 57 | 110 | 47 |
| Binary | 10101010 | 10001100 | 11100 | 0 | 10010 | 1010100 | 100001 | 101111 | 1001000 | 100111 |
Color Harmonies of #AA8C1C
Complementary color
Monochromatic Colors of #AA8C1C
Black with #AA8C1C
Text Example
Text Example
White with #AA8C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C1C; }
p { color: rgb(170,140,28); }
H1.HeaderClassName
{
color: #AA8C1C;
}
.AnyTagClassName
{
color: #AA8C1C;
}
</style>
background-color css
<style>
a { background-color: #AA8C1C; }
a { background-color: rgb(170,140,28); }
div.DivClassName
{
background-color: #AA8C1C;
}
.BgClassName
{
background-color: #AA8C1C;
}
</style>
border-color css
<style>
span { border-color: #AA8C1C; }
span { border-color: rgb(170,140,28); }
td.TdClassName
{
border-color: #AA8C1C;
}
.TagClassName
{
border-color: #AA8C1C;
}
</style>