Shades of Lucky #AA921E
Tints of Lucky #AA921E
RGB
CMYK
RGB Variations
Color information
#AA921E (or 0xAA921E) is known color: Lucky. HEX triplet: AA, 92 and 1E. RGB value is (170,146,30). Sum of RGB (Red+Green+Blue) = 170+146+30=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA921E is #556DE1. Grayscale: #8C8C8C. Windows color (decimal): -5598690 or 2003626. OLE color: 2003626.
HSL color Cylindrical-coordinate representation of color #AA921E: hue angle of 49.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA921E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 30 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.33 |
| HSL | 49.71º | 0.7% | 0.39% | - |
| HSV(B) | 49.71º | 0.82% | 0.67% | - |
| XYZ | 27.09 | 29.2 | 5.44 | - |
| YUV | 139.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 30 | 0 | 0.14 | 0.82 | 0.33 | 49.71 | 0.7 | 0.39 |
| Hex | AA | 92 | 1E | 0 | E | 52 | 21 | 32 | 46 | 27 |
| Octal | 252 | 222 | 36 | 0 | 16 | 122 | 41 | 62 | 106 | 47 |
| Binary | 10101010 | 10010010 | 11110 | 0 | 1110 | 1010010 | 100001 | 110010 | 1000110 | 100111 |
Color Harmonies of #AA921E
Complementary color
Monochromatic Colors of #AA921E
Black with #AA921E
Text Example
Text Example
White with #AA921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA921E; }
p { color: rgb(170,146,30); }
H1.HeaderClassName
{
color: #AA921E;
}
.AnyTagClassName
{
color: #AA921E;
}
</style>
background-color css
<style>
a { background-color: #AA921E; }
a { background-color: rgb(170,146,30); }
div.DivClassName
{
background-color: #AA921E;
}
.BgClassName
{
background-color: #AA921E;
}
</style>
border-color css
<style>
span { border-color: #AA921E; }
span { border-color: rgb(170,146,30); }
td.TdClassName
{
border-color: #AA921E;
}
.TagClassName
{
border-color: #AA921E;
}
</style>