Shades of Lucky #AA921C
Tints of Lucky #AA921C
RGB
CMYK
RGB Variations
Color information
#AA921C (or 0xAA921C) is known color: Lucky. HEX triplet: AA, 92 and 1C. RGB value is (170,146,28). Sum of RGB (Red+Green+Blue) = 170+146+28=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA921C is #556DE3. Grayscale: #8C8C8C. Windows color (decimal): -5598692 or 1872554. OLE color: 1872554.
HSL color Cylindrical-coordinate representation of color #AA921C: hue angle of 49.86º 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 #AA921C is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 28 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.33 |
| HSL | 49.86º | 0.72% | 0.39% | - |
| HSV(B) | 49.86º | 0.84% | 0.67% | - |
| XYZ | 27.07 | 29.19 | 5.31 | - |
| YUV | 139.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 28 | 0 | 0.14 | 0.84 | 0.33 | 49.86 | 0.72 | 0.39 |
| Hex | AA | 92 | 1C | 0 | E | 54 | 21 | 32 | 48 | 27 |
| Octal | 252 | 222 | 34 | 0 | 16 | 124 | 41 | 62 | 110 | 47 |
| Binary | 10101010 | 10010010 | 11100 | 0 | 1110 | 1010100 | 100001 | 110010 | 1001000 | 100111 |
Color Harmonies of #AA921C
Complementary color
Monochromatic Colors of #AA921C
Black with #AA921C
Text Example
Text Example
White with #AA921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA921C; }
p { color: rgb(170,146,28); }
H1.HeaderClassName
{
color: #AA921C;
}
.AnyTagClassName
{
color: #AA921C;
}
</style>
background-color css
<style>
a { background-color: #AA921C; }
a { background-color: rgb(170,146,28); }
div.DivClassName
{
background-color: #AA921C;
}
.BgClassName
{
background-color: #AA921C;
}
</style>
border-color css
<style>
span { border-color: #AA921C; }
span { border-color: rgb(170,146,28); }
td.TdClassName
{
border-color: #AA921C;
}
.TagClassName
{
border-color: #AA921C;
}
</style>