Shades of Luxor Gold #AA8941
Tints of Luxor Gold #AA8941
RGB
CMYK
RGB Variations
Color information
#AA8941 (or 0xAA8941) is known color: Luxor Gold. HEX triplet: AA, 89 and 41. RGB value is (170,137,65). Sum of RGB (Red+Green+Blue) = 170+137+65=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8941 is #5576BE. Grayscale: #8A8A8A. Windows color (decimal): -5600959 or 4295082. OLE color: 4295082.
HSL color Cylindrical-coordinate representation of color #AA8941: hue angle of 41.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8941 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 65 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.33 |
| HSL | 41.14º | 0.45% | 0.46% | - |
| HSV(B) | 41.14º | 0.62% | 0.67% | - |
| XYZ | 26.48 | 26.82 | 8.78 | - |
| YUV | 138.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 65 | 0 | 0.19 | 0.62 | 0.33 | 41.14 | 0.45 | 0.46 |
| Hex | AA | 89 | 41 | 0 | 13 | 3E | 21 | 29 | 2D | 2E |
| Octal | 252 | 211 | 101 | 0 | 23 | 76 | 41 | 51 | 55 | 56 |
| Binary | 10101010 | 10001001 | 1000001 | 0 | 10011 | 111110 | 100001 | 101001 | 101101 | 101110 |
Color Harmonies of #AA8941
Complementary color
Monochromatic Colors of #AA8941
Black with #AA8941
Text Example
Text Example
White with #AA8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8941; }
p { color: rgb(170,137,65); }
H1.HeaderClassName
{
color: #AA8941;
}
.AnyTagClassName
{
color: #AA8941;
}
</style>
background-color css
<style>
a { background-color: #AA8941; }
a { background-color: rgb(170,137,65); }
div.DivClassName
{
background-color: #AA8941;
}
.BgClassName
{
background-color: #AA8941;
}
</style>
border-color css
<style>
span { border-color: #AA8941; }
span { border-color: rgb(170,137,65); }
td.TdClassName
{
border-color: #AA8941;
}
.TagClassName
{
border-color: #AA8941;
}
</style>