Shades of Luxor Gold #AA8E3E
Tints of Luxor Gold #AA8E3E
RGB
CMYK
RGB Variations
Color information
#AA8E3E (or 0xAA8E3E) is known color: Luxor Gold. HEX triplet: AA, 8E and 3E. RGB value is (170,142,62). Sum of RGB (Red+Green+Blue) = 170+142+62=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E3E is #5571C1. Grayscale: #8D8D8D. Windows color (decimal): -5599682 or 4099754. OLE color: 4099754.
HSL color Cylindrical-coordinate representation of color #AA8E3E: hue angle of 44.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA8E3E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 62 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.33 |
| HSL | 44.44º | 0.47% | 0.45% | - |
| HSV(B) | 44.44º | 0.64% | 0.67% | - |
| XYZ | 27.12 | 28.24 | 8.58 | - |
| YUV | 141.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 62 | 0 | 0.16 | 0.64 | 0.33 | 44.44 | 0.47 | 0.45 |
| Hex | AA | 8E | 3E | 0 | 10 | 40 | 21 | 2C | 2F | 2D |
| Octal | 252 | 216 | 76 | 0 | 20 | 100 | 41 | 54 | 57 | 55 |
| Binary | 10101010 | 10001110 | 111110 | 0 | 10000 | 1000000 | 100001 | 101100 | 101111 | 101101 |
Color Harmonies of #AA8E3E
Complementary color
Monochromatic Colors of #AA8E3E
Black with #AA8E3E
Text Example
Text Example
White with #AA8E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E3E; }
p { color: rgb(170,142,62); }
H1.HeaderClassName
{
color: #AA8E3E;
}
.AnyTagClassName
{
color: #AA8E3E;
}
</style>
background-color css
<style>
a { background-color: #AA8E3E; }
a { background-color: rgb(170,142,62); }
div.DivClassName
{
background-color: #AA8E3E;
}
.BgClassName
{
background-color: #AA8E3E;
}
</style>
border-color css
<style>
span { border-color: #AA8E3E; }
span { border-color: rgb(170,142,62); }
td.TdClassName
{
border-color: #AA8E3E;
}
.TagClassName
{
border-color: #AA8E3E;
}
</style>