Shades of Lucky #AA901B
Tints of Lucky #AA901B
RGB
CMYK
RGB Variations
Color information
#AA901B (or 0xAA901B) is known color: Lucky. HEX triplet: AA, 90 and 1B. RGB value is (170,144,27). Sum of RGB (Red+Green+Blue) = 170+144+27=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA901B is #556FE4. Grayscale: #8A8A8A. Windows color (decimal): -5599205 or 1806506. OLE color: 1806506.
HSL color Cylindrical-coordinate representation of color #AA901B: hue angle of 49.09º 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 #AA901B is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 27 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.33 |
| HSL | 49.09º | 0.73% | 0.39% | - |
| HSV(B) | 49.09º | 0.84% | 0.67% | - |
| XYZ | 26.75 | 28.57 | 5.14 | - |
| YUV | 138.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 27 | 0 | 0.15 | 0.84 | 0.33 | 49.09 | 0.73 | 0.39 |
| Hex | AA | 90 | 1B | 0 | F | 54 | 21 | 31 | 49 | 27 |
| Octal | 252 | 220 | 33 | 0 | 17 | 124 | 41 | 61 | 111 | 47 |
| Binary | 10101010 | 10010000 | 11011 | 0 | 1111 | 1010100 | 100001 | 110001 | 1001001 | 100111 |
Color Harmonies of #AA901B
Complementary color
Monochromatic Colors of #AA901B
Black with #AA901B
Text Example
Text Example
White with #AA901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA901B; }
p { color: rgb(170,144,27); }
H1.HeaderClassName
{
color: #AA901B;
}
.AnyTagClassName
{
color: #AA901B;
}
</style>
background-color css
<style>
a { background-color: #AA901B; }
a { background-color: rgb(170,144,27); }
div.DivClassName
{
background-color: #AA901B;
}
.BgClassName
{
background-color: #AA901B;
}
</style>
border-color css
<style>
span { border-color: #AA901B; }
span { border-color: rgb(170,144,27); }
td.TdClassName
{
border-color: #AA901B;
}
.TagClassName
{
border-color: #AA901B;
}
</style>