Shades of Luxor Gold #AA8944
Tints of Luxor Gold #AA8944
RGB
CMYK
RGB Variations
Color information
#AA8944 (or 0xAA8944) is known color: Luxor Gold. HEX triplet: AA, 89 and 44. RGB value is (170,137,68). Sum of RGB (Red+Green+Blue) = 170+137+68=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8944 is #5576BB. Grayscale: #8B8B8B. Windows color (decimal): -5600956 or 4491690. OLE color: 4491690.
HSL color Cylindrical-coordinate representation of color #AA8944: hue angle of 40.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA8944 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 68 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.33 |
| HSL | 40.59º | 0.43% | 0.47% | - |
| HSV(B) | 40.59º | 0.6% | 0.67% | - |
| XYZ | 26.57 | 26.85 | 9.25 | - |
| YUV | 139 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 68 | 0 | 0.19 | 0.6 | 0.33 | 40.59 | 0.43 | 0.47 |
| Hex | AA | 89 | 44 | 0 | 13 | 3C | 21 | 29 | 2B | 2F |
| Octal | 252 | 211 | 104 | 0 | 23 | 74 | 41 | 51 | 53 | 57 |
| Binary | 10101010 | 10001001 | 1000100 | 0 | 10011 | 111100 | 100001 | 101001 | 101011 | 101111 |
Color Harmonies of #AA8944
Complementary color
Monochromatic Colors of #AA8944
Black with #AA8944
Text Example
Text Example
White with #AA8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8944; }
p { color: rgb(170,137,68); }
H1.HeaderClassName
{
color: #AA8944;
}
.AnyTagClassName
{
color: #AA8944;
}
</style>
background-color css
<style>
a { background-color: #AA8944; }
a { background-color: rgb(170,137,68); }
div.DivClassName
{
background-color: #AA8944;
}
.BgClassName
{
background-color: #AA8944;
}
</style>
border-color css
<style>
span { border-color: #AA8944; }
span { border-color: rgb(170,137,68); }
td.TdClassName
{
border-color: #AA8944;
}
.TagClassName
{
border-color: #AA8944;
}
</style>