Shades of Lucky #AA9A1B
Tints of Lucky #AA9A1B
RGB
CMYK
RGB Variations
Color information
#AA9A1B (or 0xAA9A1B) is known color: Lucky. HEX triplet: AA, 9A and 1B. RGB value is (170,154,27). Sum of RGB (Red+Green+Blue) = 170+154+27=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A1B is #5565E4. Grayscale: #909090. Windows color (decimal): -5596645 or 1809066. OLE color: 1809066.
HSL color Cylindrical-coordinate representation of color #AA9A1B: hue angle of 53.29º 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 #AA9A1B is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 27 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.33 |
| HSL | 53.29º | 0.73% | 0.39% | - |
| HSV(B) | 53.29º | 0.84% | 0.67% | - |
| XYZ | 28.33 | 31.74 | 5.67 | - |
| YUV | 144.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 27 | 0 | 0.09 | 0.84 | 0.33 | 53.29 | 0.73 | 0.39 |
| Hex | AA | 9A | 1B | 0 | 9 | 54 | 21 | 35 | 49 | 27 |
| Octal | 252 | 232 | 33 | 0 | 11 | 124 | 41 | 65 | 111 | 47 |
| Binary | 10101010 | 10011010 | 11011 | 0 | 1001 | 1010100 | 100001 | 110101 | 1001001 | 100111 |
Color Harmonies of #AA9A1B
Complementary color
Monochromatic Colors of #AA9A1B
Black with #AA9A1B
Text Example
Text Example
White with #AA9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A1B; }
p { color: rgb(170,154,27); }
H1.HeaderClassName
{
color: #AA9A1B;
}
.AnyTagClassName
{
color: #AA9A1B;
}
</style>
background-color css
<style>
a { background-color: #AA9A1B; }
a { background-color: rgb(170,154,27); }
div.DivClassName
{
background-color: #AA9A1B;
}
.BgClassName
{
background-color: #AA9A1B;
}
</style>
border-color css
<style>
span { border-color: #AA9A1B; }
span { border-color: rgb(170,154,27); }
td.TdClassName
{
border-color: #AA9A1B;
}
.TagClassName
{
border-color: #AA9A1B;
}
</style>