Shades of Luxor Gold #AA8C44
Tints of Luxor Gold #AA8C44
RGB
CMYK
RGB Variations
Color information
#AA8C44 (or 0xAA8C44) is known color: Luxor Gold. HEX triplet: AA, 8C and 44. RGB value is (170,140,68). Sum of RGB (Red+Green+Blue) = 170+140+68=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C44 is #5573BB. Grayscale: #8D8D8D. Windows color (decimal): -5600188 or 4492458. OLE color: 4492458.
HSL color Cylindrical-coordinate representation of color #AA8C44: hue angle of 42.35º 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 #AA8C44 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 68 | - |
| CMYK | 0 | 0.18 | 0.6 | 0.33 |
| HSL | 42.35º | 0.43% | 0.47% | - |
| HSV(B) | 42.35º | 0.6% | 0.67% | - |
| XYZ | 27 | 27.72 | 9.4 | - |
| YUV | 140.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 68 | 0 | 0.18 | 0.6 | 0.33 | 42.35 | 0.43 | 0.47 |
| Hex | AA | 8C | 44 | 0 | 12 | 3C | 21 | 2A | 2B | 2F |
| Octal | 252 | 214 | 104 | 0 | 22 | 74 | 41 | 52 | 53 | 57 |
| Binary | 10101010 | 10001100 | 1000100 | 0 | 10010 | 111100 | 100001 | 101010 | 101011 | 101111 |
Color Harmonies of #AA8C44
Complementary color
Monochromatic Colors of #AA8C44
Black with #AA8C44
Text Example
Text Example
White with #AA8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C44; }
p { color: rgb(170,140,68); }
H1.HeaderClassName
{
color: #AA8C44;
}
.AnyTagClassName
{
color: #AA8C44;
}
</style>
background-color css
<style>
a { background-color: #AA8C44; }
a { background-color: rgb(170,140,68); }
div.DivClassName
{
background-color: #AA8C44;
}
.BgClassName
{
background-color: #AA8C44;
}
</style>
border-color css
<style>
span { border-color: #AA8C44; }
span { border-color: rgb(170,140,68); }
td.TdClassName
{
border-color: #AA8C44;
}
.TagClassName
{
border-color: #AA8C44;
}
</style>