Shades of Lucky #AA931D
Tints of Lucky #AA931D
RGB
CMYK
RGB Variations
Color information
#AA931D (or 0xAA931D) is known color: Lucky. HEX triplet: AA, 93 and 1D. RGB value is (170,147,29). Sum of RGB (Red+Green+Blue) = 170+147+29=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA931D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA931D is #556CE2. Grayscale: #8C8C8C. Windows color (decimal): -5598435 or 1938346. OLE color: 1938346.
HSL color Cylindrical-coordinate representation of color #AA931D: hue angle of 50.21º 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 #AA931D is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 29 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.33 |
| HSL | 50.21º | 0.71% | 0.39% | - |
| HSV(B) | 50.21º | 0.83% | 0.67% | - |
| XYZ | 27.23 | 29.5 | 5.42 | - |
| YUV | 140.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 29 | 0 | 0.14 | 0.83 | 0.33 | 50.21 | 0.71 | 0.39 |
| Hex | AA | 93 | 1D | 0 | E | 53 | 21 | 32 | 47 | 27 |
| Octal | 252 | 223 | 35 | 0 | 16 | 123 | 41 | 62 | 107 | 47 |
| Binary | 10101010 | 10010011 | 11101 | 0 | 1110 | 1010011 | 100001 | 110010 | 1000111 | 100111 |
Color Harmonies of #AA931D
Complementary color
Monochromatic Colors of #AA931D
Black with #AA931D
Text Example
Text Example
White with #AA931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA931D; }
p { color: rgb(170,147,29); }
H1.HeaderClassName
{
color: #AA931D;
}
.AnyTagClassName
{
color: #AA931D;
}
</style>
background-color css
<style>
a { background-color: #AA931D; }
a { background-color: rgb(170,147,29); }
div.DivClassName
{
background-color: #AA931D;
}
.BgClassName
{
background-color: #AA931D;
}
</style>
border-color css
<style>
span { border-color: #AA931D; }
span { border-color: rgb(170,147,29); }
td.TdClassName
{
border-color: #AA931D;
}
.TagClassName
{
border-color: #AA931D;
}
</style>