Shades of Lucky #AA941B
Tints of Lucky #AA941B
RGB
CMYK
RGB Variations
Color information
#AA941B (or 0xAA941B) is known color: Lucky. HEX triplet: AA, 94 and 1B. RGB value is (170,148,27). Sum of RGB (Red+Green+Blue) = 170+148+27=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA941B is #556BE4. Grayscale: #8D8D8D. Windows color (decimal): -5598181 or 1807530. OLE color: 1807530.
HSL color Cylindrical-coordinate representation of color #AA941B: hue angle of 50.77º 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 #AA941B is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 27 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.33 |
| HSL | 50.77º | 0.73% | 0.39% | - |
| HSV(B) | 50.77º | 0.84% | 0.67% | - |
| XYZ | 27.37 | 29.8 | 5.35 | - |
| YUV | 140.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 27 | 0 | 0.13 | 0.84 | 0.33 | 50.77 | 0.73 | 0.39 |
| Hex | AA | 94 | 1B | 0 | D | 54 | 21 | 33 | 49 | 27 |
| Octal | 252 | 224 | 33 | 0 | 15 | 124 | 41 | 63 | 111 | 47 |
| Binary | 10101010 | 10010100 | 11011 | 0 | 1101 | 1010100 | 100001 | 110011 | 1001001 | 100111 |
Color Harmonies of #AA941B
Complementary color
Monochromatic Colors of #AA941B
Black with #AA941B
Text Example
Text Example
White with #AA941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA941B; }
p { color: rgb(170,148,27); }
H1.HeaderClassName
{
color: #AA941B;
}
.AnyTagClassName
{
color: #AA941B;
}
</style>
background-color css
<style>
a { background-color: #AA941B; }
a { background-color: rgb(170,148,27); }
div.DivClassName
{
background-color: #AA941B;
}
.BgClassName
{
background-color: #AA941B;
}
</style>
border-color css
<style>
span { border-color: #AA941B; }
span { border-color: rgb(170,148,27); }
td.TdClassName
{
border-color: #AA941B;
}
.TagClassName
{
border-color: #AA941B;
}
</style>