Shades of Luxor Gold #AA8945
Tints of Luxor Gold #AA8945
RGB
CMYK
RGB Variations
Color information
#AA8945 (or 0xAA8945) is known color: Luxor Gold. HEX triplet: AA, 89 and 45. RGB value is (170,137,69). Sum of RGB (Red+Green+Blue) = 170+137+69=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8945 is #5576BA. Grayscale: #8B8B8B. Windows color (decimal): -5600955 or 4557226. OLE color: 4557226.
HSL color Cylindrical-coordinate representation of color #AA8945: hue angle of 40.4º 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 #AA8945 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 69 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.33 |
| HSL | 40.4º | 0.42% | 0.47% | - |
| HSV(B) | 40.4º | 0.59% | 0.67% | - |
| XYZ | 26.6 | 26.87 | 9.41 | - |
| YUV | 139.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 69 | 0 | 0.19 | 0.59 | 0.33 | 40.4 | 0.42 | 0.47 |
| Hex | AA | 89 | 45 | 0 | 13 | 3B | 21 | 28 | 2A | 2F |
| Octal | 252 | 211 | 105 | 0 | 23 | 73 | 41 | 50 | 52 | 57 |
| Binary | 10101010 | 10001001 | 1000101 | 0 | 10011 | 111011 | 100001 | 101000 | 101010 | 101111 |
Color Harmonies of #AA8945
Complementary color
Monochromatic Colors of #AA8945
Black with #AA8945
Text Example
Text Example
White with #AA8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8945; }
p { color: rgb(170,137,69); }
H1.HeaderClassName
{
color: #AA8945;
}
.AnyTagClassName
{
color: #AA8945;
}
</style>
background-color css
<style>
a { background-color: #AA8945; }
a { background-color: rgb(170,137,69); }
div.DivClassName
{
background-color: #AA8945;
}
.BgClassName
{
background-color: #AA8945;
}
</style>
border-color css
<style>
span { border-color: #AA8945; }
span { border-color: rgb(170,137,69); }
td.TdClassName
{
border-color: #AA8945;
}
.TagClassName
{
border-color: #AA8945;
}
</style>