Shades of Luxor Gold #AA8C41
Tints of Luxor Gold #AA8C41
RGB
CMYK
RGB Variations
Color information
#AA8C41 (or 0xAA8C41) is known color: Luxor Gold. HEX triplet: AA, 8C and 41. RGB value is (170,140,65). Sum of RGB (Red+Green+Blue) = 170+140+65=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C41 is #5573BE. Grayscale: #8C8C8C. Windows color (decimal): -5600191 or 4295850. OLE color: 4295850.
HSL color Cylindrical-coordinate representation of color #AA8C41: hue angle of 42.86º 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 #AA8C41 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 65 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.33 |
| HSL | 42.86º | 0.45% | 0.46% | - |
| HSV(B) | 42.86º | 0.62% | 0.67% | - |
| XYZ | 26.91 | 27.68 | 8.93 | - |
| YUV | 140.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 65 | 0 | 0.18 | 0.62 | 0.33 | 42.86 | 0.45 | 0.46 |
| Hex | AA | 8C | 41 | 0 | 12 | 3E | 21 | 2B | 2D | 2E |
| Octal | 252 | 214 | 101 | 0 | 22 | 76 | 41 | 53 | 55 | 56 |
| Binary | 10101010 | 10001100 | 1000001 | 0 | 10010 | 111110 | 100001 | 101011 | 101101 | 101110 |
Color Harmonies of #AA8C41
Complementary color
Monochromatic Colors of #AA8C41
Black with #AA8C41
Text Example
Text Example
White with #AA8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C41; }
p { color: rgb(170,140,65); }
H1.HeaderClassName
{
color: #AA8C41;
}
.AnyTagClassName
{
color: #AA8C41;
}
</style>
background-color css
<style>
a { background-color: #AA8C41; }
a { background-color: rgb(170,140,65); }
div.DivClassName
{
background-color: #AA8C41;
}
.BgClassName
{
background-color: #AA8C41;
}
</style>
border-color css
<style>
span { border-color: #AA8C41; }
span { border-color: rgb(170,140,65); }
td.TdClassName
{
border-color: #AA8C41;
}
.TagClassName
{
border-color: #AA8C41;
}
</style>