Shades of Lucky #AA940C
Tints of Lucky #AA940C
RGB
CMYK
RGB Variations
Color information
#AA940C (or 0xAA940C) is known color: Lucky. HEX triplet: AA, 94 and 0C. RGB value is (170,148,12). Sum of RGB (Red+Green+Blue) = 170+148+12=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA940C is #556BF3. Grayscale: #8B8B8B. Windows color (decimal): -5598196 or 824490. OLE color: 824490.
HSL color Cylindrical-coordinate representation of color #AA940C: hue angle of 51.65º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA940C is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 12 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.33 |
| HSL | 51.65º | 0.87% | 0.36% | - |
| HSV(B) | 51.65º | 0.93% | 0.67% | - |
| XYZ | 27.23 | 29.75 | 4.66 | - |
| YUV | 139.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 12 | 0 | 0.13 | 0.93 | 0.33 | 51.65 | 0.87 | 0.36 |
| Hex | AA | 94 | C | 0 | D | 5D | 21 | 34 | 57 | 24 |
| Octal | 252 | 224 | 14 | 0 | 15 | 135 | 41 | 64 | 127 | 44 |
| Binary | 10101010 | 10010100 | 1100 | 0 | 1101 | 1011101 | 100001 | 110100 | 1010111 | 100100 |
Color Harmonies of #AA940C
Complementary color
Monochromatic Colors of #AA940C
Black with #AA940C
Text Example
Text Example
White with #AA940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA940C; }
p { color: rgb(170,148,12); }
H1.HeaderClassName
{
color: #AA940C;
}
.AnyTagClassName
{
color: #AA940C;
}
</style>
background-color css
<style>
a { background-color: #AA940C; }
a { background-color: rgb(170,148,12); }
div.DivClassName
{
background-color: #AA940C;
}
.BgClassName
{
background-color: #AA940C;
}
</style>
border-color css
<style>
span { border-color: #AA940C; }
span { border-color: rgb(170,148,12); }
td.TdClassName
{
border-color: #AA940C;
}
.TagClassName
{
border-color: #AA940C;
}
</style>