Shades of Lucky #AA940B
Tints of Lucky #AA940B
RGB
CMYK
RGB Variations
Color information
#AA940B (or 0xAA940B) is known color: Lucky. HEX triplet: AA, 94 and 0B. RGB value is (170,148,11). Sum of RGB (Red+Green+Blue) = 170+148+11=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA940B is #556BF4. Grayscale: #8B8B8B. Windows color (decimal): -5598197 or 758954. OLE color: 758954.
HSL color Cylindrical-coordinate representation of color #AA940B: hue angle of 51.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA940B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.33 |
| HSL | 51.7º | 0.88% | 0.35% | - |
| HSV(B) | 51.7º | 0.94% | 0.67% | - |
| XYZ | 27.23 | 29.75 | 4.62 | - |
| YUV | 138.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 11 | 0 | 0.13 | 0.94 | 0.33 | 51.7 | 0.88 | 0.35 |
| Hex | AA | 94 | B | 0 | D | 5E | 21 | 34 | 58 | 23 |
| Octal | 252 | 224 | 13 | 0 | 15 | 136 | 41 | 64 | 130 | 43 |
| Binary | 10101010 | 10010100 | 1011 | 0 | 1101 | 1011110 | 100001 | 110100 | 1011000 | 100011 |
Color Harmonies of #AA940B
Complementary color
Monochromatic Colors of #AA940B
Black with #AA940B
Text Example
Text Example
White with #AA940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA940B; }
p { color: rgb(170,148,11); }
H1.HeaderClassName
{
color: #AA940B;
}
.AnyTagClassName
{
color: #AA940B;
}
</style>
background-color css
<style>
a { background-color: #AA940B; }
a { background-color: rgb(170,148,11); }
div.DivClassName
{
background-color: #AA940B;
}
.BgClassName
{
background-color: #AA940B;
}
</style>
border-color css
<style>
span { border-color: #AA940B; }
span { border-color: rgb(170,148,11); }
td.TdClassName
{
border-color: #AA940B;
}
.TagClassName
{
border-color: #AA940B;
}
</style>