Shades of Lucky #AA921A
Tints of Lucky #AA921A
RGB
CMYK
RGB Variations
Color information
#AA921A (or 0xAA921A) is known color: Lucky. HEX triplet: AA, 92 and 1A. RGB value is (170,146,26). Sum of RGB (Red+Green+Blue) = 170+146+26=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA921A is #556DE5. Grayscale: #8C8C8C. Windows color (decimal): -5598694 or 1741482. OLE color: 1741482.
HSL color Cylindrical-coordinate representation of color #AA921A: hue angle of 50º 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 #AA921A is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 26 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.33 |
| HSL | 50º | 0.73% | 0.38% | - |
| HSV(B) | 50º | 0.85% | 0.67% | - |
| XYZ | 27.04 | 29.18 | 5.18 | - |
| YUV | 139.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 26 | 0 | 0.14 | 0.85 | 0.33 | 50 | 0.73 | 0.38 |
| Hex | AA | 92 | 1A | 0 | E | 55 | 21 | 32 | 49 | 26 |
| Octal | 252 | 222 | 32 | 0 | 16 | 125 | 41 | 62 | 111 | 46 |
| Binary | 10101010 | 10010010 | 11010 | 0 | 1110 | 1010101 | 100001 | 110010 | 1001001 | 100110 |
Color Harmonies of #AA921A
Complementary color
Monochromatic Colors of #AA921A
Black with #AA921A
Text Example
Text Example
White with #AA921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA921A; }
p { color: rgb(170,146,26); }
H1.HeaderClassName
{
color: #AA921A;
}
.AnyTagClassName
{
color: #AA921A;
}
</style>
background-color css
<style>
a { background-color: #AA921A; }
a { background-color: rgb(170,146,26); }
div.DivClassName
{
background-color: #AA921A;
}
.BgClassName
{
background-color: #AA921A;
}
</style>
border-color css
<style>
span { border-color: #AA921A; }
span { border-color: rgb(170,146,26); }
td.TdClassName
{
border-color: #AA921A;
}
.TagClassName
{
border-color: #AA921A;
}
</style>