Shades of Luxor Gold #AA8D46
Tints of Luxor Gold #AA8D46
RGB
CMYK
RGB Variations
Color information
#AA8D46 (or 0xAA8D46) is known color: Luxor Gold. HEX triplet: AA, 8D and 46. RGB value is (170,141,70). Sum of RGB (Red+Green+Blue) = 170+141+70=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D46 is #5572B9. Grayscale: #8D8D8D. Windows color (decimal): -5599930 or 4623786. OLE color: 4623786.
HSL color Cylindrical-coordinate representation of color #AA8D46: hue angle of 42.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA8D46 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 70 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.33 |
| HSL | 42.6º | 0.42% | 0.47% | - |
| HSV(B) | 42.6º | 0.59% | 0.67% | - |
| XYZ | 27.21 | 28.04 | 9.77 | - |
| YUV | 141.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 70 | 0 | 0.17 | 0.59 | 0.33 | 42.6 | 0.42 | 0.47 |
| Hex | AA | 8D | 46 | 0 | 11 | 3B | 21 | 2B | 2A | 2F |
| Octal | 252 | 215 | 106 | 0 | 21 | 73 | 41 | 53 | 52 | 57 |
| Binary | 10101010 | 10001101 | 1000110 | 0 | 10001 | 111011 | 100001 | 101011 | 101010 | 101111 |
Color Harmonies of #AA8D46
Complementary color
Monochromatic Colors of #AA8D46
Black with #AA8D46
Text Example
Text Example
White with #AA8D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D46; }
p { color: rgb(170,141,70); }
H1.HeaderClassName
{
color: #AA8D46;
}
.AnyTagClassName
{
color: #AA8D46;
}
</style>
background-color css
<style>
a { background-color: #AA8D46; }
a { background-color: rgb(170,141,70); }
div.DivClassName
{
background-color: #AA8D46;
}
.BgClassName
{
background-color: #AA8D46;
}
</style>
border-color css
<style>
span { border-color: #AA8D46; }
span { border-color: rgb(170,141,70); }
td.TdClassName
{
border-color: #AA8D46;
}
.TagClassName
{
border-color: #AA8D46;
}
</style>