Shades of Lucky #AA921D
Tints of Lucky #AA921D
RGB
CMYK
RGB Variations
Color information
#AA921D (or 0xAA921D) is known color: Lucky. HEX triplet: AA, 92 and 1D. RGB value is (170,146,29). Sum of RGB (Red+Green+Blue) = 170+146+29=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA921D is #556DE2. Grayscale: #8C8C8C. Windows color (decimal): -5598691 or 1938090. OLE color: 1938090.
HSL color Cylindrical-coordinate representation of color #AA921D: hue angle of 49.79º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA921D is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 29 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.33 |
| HSL | 49.79º | 0.71% | 0.39% | - |
| HSV(B) | 49.79º | 0.83% | 0.67% | - |
| XYZ | 27.08 | 29.19 | 5.37 | - |
| YUV | 139.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 29 | 0 | 0.14 | 0.83 | 0.33 | 49.79 | 0.71 | 0.39 |
| Hex | AA | 92 | 1D | 0 | E | 53 | 21 | 32 | 47 | 27 |
| Octal | 252 | 222 | 35 | 0 | 16 | 123 | 41 | 62 | 107 | 47 |
| Binary | 10101010 | 10010010 | 11101 | 0 | 1110 | 1010011 | 100001 | 110010 | 1000111 | 100111 |
Color Harmonies of #AA921D
Complementary color
Monochromatic Colors of #AA921D
Black with #AA921D
Text Example
Text Example
White with #AA921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA921D; }
p { color: rgb(170,146,29); }
H1.HeaderClassName
{
color: #AA921D;
}
.AnyTagClassName
{
color: #AA921D;
}
</style>
background-color css
<style>
a { background-color: #AA921D; }
a { background-color: rgb(170,146,29); }
div.DivClassName
{
background-color: #AA921D;
}
.BgClassName
{
background-color: #AA921D;
}
</style>
border-color css
<style>
span { border-color: #AA921D; }
span { border-color: rgb(170,146,29); }
td.TdClassName
{
border-color: #AA921D;
}
.TagClassName
{
border-color: #AA921D;
}
</style>