Shades of Lucky #AA930B
Tints of Lucky #AA930B
RGB
CMYK
RGB Variations
Color information
#AA930B (or 0xAA930B) is known color: Lucky. HEX triplet: AA, 93 and 0B. RGB value is (170,147,11). Sum of RGB (Red+Green+Blue) = 170+147+11=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA930B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA930B is #556CF4. Grayscale: #8A8A8A. Windows color (decimal): -5598453 or 758698. OLE color: 758698.
HSL color Cylindrical-coordinate representation of color #AA930B: hue angle of 51.32º 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 #AA930B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.33 |
| HSL | 51.32º | 0.88% | 0.35% | - |
| HSV(B) | 51.32º | 0.94% | 0.67% | - |
| XYZ | 27.07 | 29.44 | 4.57 | - |
| YUV | 138.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 11 | 0 | 0.14 | 0.94 | 0.33 | 51.32 | 0.88 | 0.35 |
| Hex | AA | 93 | B | 0 | E | 5E | 21 | 33 | 58 | 23 |
| Octal | 252 | 223 | 13 | 0 | 16 | 136 | 41 | 63 | 130 | 43 |
| Binary | 10101010 | 10010011 | 1011 | 0 | 1110 | 1011110 | 100001 | 110011 | 1011000 | 100011 |
Color Harmonies of #AA930B
Complementary color
Monochromatic Colors of #AA930B
Black with #AA930B
Text Example
Text Example
White with #AA930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA930B; }
p { color: rgb(170,147,11); }
H1.HeaderClassName
{
color: #AA930B;
}
.AnyTagClassName
{
color: #AA930B;
}
</style>
background-color css
<style>
a { background-color: #AA930B; }
a { background-color: rgb(170,147,11); }
div.DivClassName
{
background-color: #AA930B;
}
.BgClassName
{
background-color: #AA930B;
}
</style>
border-color css
<style>
span { border-color: #AA930B; }
span { border-color: rgb(170,147,11); }
td.TdClassName
{
border-color: #AA930B;
}
.TagClassName
{
border-color: #AA930B;
}
</style>