Shades of Lucky #AA941D
Tints of Lucky #AA941D
RGB
CMYK
RGB Variations
Color information
#AA941D (or 0xAA941D) is known color: Lucky. HEX triplet: AA, 94 and 1D. RGB value is (170,148,29). Sum of RGB (Red+Green+Blue) = 170+148+29=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA941D is #556BE2. Grayscale: #8D8D8D. Windows color (decimal): -5598179 or 1938602. OLE color: 1938602.
HSL color Cylindrical-coordinate representation of color #AA941D: hue angle of 50.64º 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 #AA941D is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 29 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.33 |
| HSL | 50.64º | 0.71% | 0.39% | - |
| HSV(B) | 50.64º | 0.83% | 0.67% | - |
| XYZ | 27.39 | 29.81 | 5.47 | - |
| YUV | 141.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 29 | 0 | 0.13 | 0.83 | 0.33 | 50.64 | 0.71 | 0.39 |
| Hex | AA | 94 | 1D | 0 | D | 53 | 21 | 33 | 47 | 27 |
| Octal | 252 | 224 | 35 | 0 | 15 | 123 | 41 | 63 | 107 | 47 |
| Binary | 10101010 | 10010100 | 11101 | 0 | 1101 | 1010011 | 100001 | 110011 | 1000111 | 100111 |
Color Harmonies of #AA941D
Complementary color
Monochromatic Colors of #AA941D
Black with #AA941D
Text Example
Text Example
White with #AA941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA941D; }
p { color: rgb(170,148,29); }
H1.HeaderClassName
{
color: #AA941D;
}
.AnyTagClassName
{
color: #AA941D;
}
</style>
background-color css
<style>
a { background-color: #AA941D; }
a { background-color: rgb(170,148,29); }
div.DivClassName
{
background-color: #AA941D;
}
.BgClassName
{
background-color: #AA941D;
}
</style>
border-color css
<style>
span { border-color: #AA941D; }
span { border-color: rgb(170,148,29); }
td.TdClassName
{
border-color: #AA941D;
}
.TagClassName
{
border-color: #AA941D;
}
</style>