Shades of Luxor Gold #AA8745
Tints of Luxor Gold #AA8745
RGB
CMYK
RGB Variations
Color information
#AA8745 (or 0xAA8745) is known color: Luxor Gold. HEX triplet: AA, 87 and 45. RGB value is (170,135,69). Sum of RGB (Red+Green+Blue) = 170+135+69=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8745 is #5578BA. Grayscale: #8A8A8A. Windows color (decimal): -5601467 or 4556714. OLE color: 4556714.
HSL color Cylindrical-coordinate representation of color #AA8745: hue angle of 39.21º 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 #AA8745 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 69 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.33 |
| HSL | 39.21º | 0.42% | 0.47% | - |
| HSV(B) | 39.21º | 0.59% | 0.67% | - |
| XYZ | 26.32 | 26.3 | 9.32 | - |
| YUV | 137.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 69 | 0 | 0.21 | 0.59 | 0.33 | 39.21 | 0.42 | 0.47 |
| Hex | AA | 87 | 45 | 0 | 15 | 3B | 21 | 27 | 2A | 2F |
| Octal | 252 | 207 | 105 | 0 | 25 | 73 | 41 | 47 | 52 | 57 |
| Binary | 10101010 | 10000111 | 1000101 | 0 | 10101 | 111011 | 100001 | 100111 | 101010 | 101111 |
Color Harmonies of #AA8745
Complementary color
Monochromatic Colors of #AA8745
Black with #AA8745
Text Example
Text Example
White with #AA8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8745; }
p { color: rgb(170,135,69); }
H1.HeaderClassName
{
color: #AA8745;
}
.AnyTagClassName
{
color: #AA8745;
}
</style>
background-color css
<style>
a { background-color: #AA8745; }
a { background-color: rgb(170,135,69); }
div.DivClassName
{
background-color: #AA8745;
}
.BgClassName
{
background-color: #AA8745;
}
</style>
border-color css
<style>
span { border-color: #AA8745; }
span { border-color: rgb(170,135,69); }
td.TdClassName
{
border-color: #AA8745;
}
.TagClassName
{
border-color: #AA8745;
}
</style>