Shades of Lucky #AA8C1A
Tints of Lucky #AA8C1A
RGB
CMYK
RGB Variations
Color information
#AA8C1A (or 0xAA8C1A) is known color: Lucky. HEX triplet: AA, 8C and 1A. RGB value is (170,140,26). Sum of RGB (Red+Green+Blue) = 170+140+26=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C1A is #5573E5. Grayscale: #888888. Windows color (decimal): -5600230 or 1739946. OLE color: 1739946.
HSL color Cylindrical-coordinate representation of color #AA8C1A: hue angle of 47.5º degrees, saturation: 0.73, 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 #AA8C1A is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 26 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.33 |
| HSL | 47.5º | 0.73% | 0.38% | - |
| HSV(B) | 47.5º | 0.85% | 0.67% | - |
| XYZ | 26.14 | 27.38 | 4.88 | - |
| YUV | 135.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 26 | 0 | 0.18 | 0.85 | 0.33 | 47.5 | 0.73 | 0.38 |
| Hex | AA | 8C | 1A | 0 | 12 | 55 | 21 | 30 | 49 | 26 |
| Octal | 252 | 214 | 32 | 0 | 22 | 125 | 41 | 60 | 111 | 46 |
| Binary | 10101010 | 10001100 | 11010 | 0 | 10010 | 1010101 | 100001 | 110000 | 1001001 | 100110 |
Color Harmonies of #AA8C1A
Complementary color
Monochromatic Colors of #AA8C1A
Black with #AA8C1A
Text Example
Text Example
White with #AA8C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C1A; }
p { color: rgb(170,140,26); }
H1.HeaderClassName
{
color: #AA8C1A;
}
.AnyTagClassName
{
color: #AA8C1A;
}
</style>
background-color css
<style>
a { background-color: #AA8C1A; }
a { background-color: rgb(170,140,26); }
div.DivClassName
{
background-color: #AA8C1A;
}
.BgClassName
{
background-color: #AA8C1A;
}
</style>
border-color css
<style>
span { border-color: #AA8C1A; }
span { border-color: rgb(170,140,26); }
td.TdClassName
{
border-color: #AA8C1A;
}
.TagClassName
{
border-color: #AA8C1A;
}
</style>