Shades of Lucky #AA991D
Tints of Lucky #AA991D
RGB
CMYK
RGB Variations
Color information
#AA991D (or 0xAA991D) is known color: Lucky. HEX triplet: AA, 99 and 1D. RGB value is (170,153,29). Sum of RGB (Red+Green+Blue) = 170+153+29=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA991D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA991D is #5566E2. Grayscale: #909090. Windows color (decimal): -5596899 or 1939882. OLE color: 1939882.
HSL color Cylindrical-coordinate representation of color #AA991D: hue angle of 52.77º 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 #AA991D is Cyan = 0, Magento = 0.1, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 29 | - |
| CMYK | 0 | 0.1 | 0.83 | 0.33 |
| HSL | 52.77º | 0.71% | 0.39% | - |
| HSV(B) | 52.77º | 0.83% | 0.67% | - |
| XYZ | 28.19 | 31.42 | 5.74 | - |
| YUV | 143.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 29 | 0 | 0.1 | 0.83 | 0.33 | 52.77 | 0.71 | 0.39 |
| Hex | AA | 99 | 1D | 0 | A | 53 | 21 | 35 | 47 | 27 |
| Octal | 252 | 231 | 35 | 0 | 12 | 123 | 41 | 65 | 107 | 47 |
| Binary | 10101010 | 10011001 | 11101 | 0 | 1010 | 1010011 | 100001 | 110101 | 1000111 | 100111 |
Color Harmonies of #AA991D
Complementary color
Monochromatic Colors of #AA991D
Black with #AA991D
Text Example
Text Example
White with #AA991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA991D; }
p { color: rgb(170,153,29); }
H1.HeaderClassName
{
color: #AA991D;
}
.AnyTagClassName
{
color: #AA991D;
}
</style>
background-color css
<style>
a { background-color: #AA991D; }
a { background-color: rgb(170,153,29); }
div.DivClassName
{
background-color: #AA991D;
}
.BgClassName
{
background-color: #AA991D;
}
</style>
border-color css
<style>
span { border-color: #AA991D; }
span { border-color: rgb(170,153,29); }
td.TdClassName
{
border-color: #AA991D;
}
.TagClassName
{
border-color: #AA991D;
}
</style>