Shades of Lucky #AA911B
Tints of Lucky #AA911B
RGB
CMYK
RGB Variations
Color information
#AA911B (or 0xAA911B) is known color: Lucky. HEX triplet: AA, 91 and 1B. RGB value is (170,145,27). Sum of RGB (Red+Green+Blue) = 170+145+27=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA911B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA911B is #556EE4. Grayscale: #8B8B8B. Windows color (decimal): -5598949 or 1806762. OLE color: 1806762.
HSL color Cylindrical-coordinate representation of color #AA911B: hue angle of 49.51º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA911B is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 27 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.33 |
| HSL | 49.51º | 0.73% | 0.39% | - |
| HSV(B) | 49.51º | 0.84% | 0.67% | - |
| XYZ | 26.9 | 28.88 | 5.19 | - |
| YUV | 139.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 27 | 0 | 0.15 | 0.84 | 0.33 | 49.51 | 0.73 | 0.39 |
| Hex | AA | 91 | 1B | 0 | F | 54 | 21 | 32 | 49 | 27 |
| Octal | 252 | 221 | 33 | 0 | 17 | 124 | 41 | 62 | 111 | 47 |
| Binary | 10101010 | 10010001 | 11011 | 0 | 1111 | 1010100 | 100001 | 110010 | 1001001 | 100111 |
Color Harmonies of #AA911B
Complementary color
Monochromatic Colors of #AA911B
Black with #AA911B
Text Example
Text Example
White with #AA911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA911B; }
p { color: rgb(170,145,27); }
H1.HeaderClassName
{
color: #AA911B;
}
.AnyTagClassName
{
color: #AA911B;
}
</style>
background-color css
<style>
a { background-color: #AA911B; }
a { background-color: rgb(170,145,27); }
div.DivClassName
{
background-color: #AA911B;
}
.BgClassName
{
background-color: #AA911B;
}
</style>
border-color css
<style>
span { border-color: #AA911B; }
span { border-color: rgb(170,145,27); }
td.TdClassName
{
border-color: #AA911B;
}
.TagClassName
{
border-color: #AA911B;
}
</style>