Shades of Lucky #AA930D
Tints of Lucky #AA930D
RGB
CMYK
RGB Variations
Color information
#AA930D (or 0xAA930D) is known color: Lucky. HEX triplet: AA, 93 and 0D. RGB value is (170,147,13). Sum of RGB (Red+Green+Blue) = 170+147+13=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA930D is #556CF2. Grayscale: #8B8B8B. Windows color (decimal): -5598451 or 889770. OLE color: 889770.
HSL color Cylindrical-coordinate representation of color #AA930D: hue angle of 51.21º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA930D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.33 |
| HSL | 51.21º | 0.86% | 0.36% | - |
| HSV(B) | 51.21º | 0.92% | 0.67% | - |
| XYZ | 27.08 | 29.44 | 4.64 | - |
| YUV | 138.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 13 | 0 | 0.14 | 0.92 | 0.33 | 51.21 | 0.86 | 0.36 |
| Hex | AA | 93 | D | 0 | E | 5C | 21 | 33 | 56 | 24 |
| Octal | 252 | 223 | 15 | 0 | 16 | 134 | 41 | 63 | 126 | 44 |
| Binary | 10101010 | 10010011 | 1101 | 0 | 1110 | 1011100 | 100001 | 110011 | 1010110 | 100100 |
Color Harmonies of #AA930D
Complementary color
Monochromatic Colors of #AA930D
Black with #AA930D
Text Example
Text Example
White with #AA930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA930D; }
p { color: rgb(170,147,13); }
H1.HeaderClassName
{
color: #AA930D;
}
.AnyTagClassName
{
color: #AA930D;
}
</style>
background-color css
<style>
a { background-color: #AA930D; }
a { background-color: rgb(170,147,13); }
div.DivClassName
{
background-color: #AA930D;
}
.BgClassName
{
background-color: #AA930D;
}
</style>
border-color css
<style>
span { border-color: #AA930D; }
span { border-color: rgb(170,147,13); }
td.TdClassName
{
border-color: #AA930D;
}
.TagClassName
{
border-color: #AA930D;
}
</style>