Shades of Luxor Gold #AA8F41
Tints of Luxor Gold #AA8F41
RGB
CMYK
RGB Variations
Color information
#AA8F41 (or 0xAA8F41) is known color: Luxor Gold. HEX triplet: AA, 8F and 41. RGB value is (170,143,65). Sum of RGB (Red+Green+Blue) = 170+143+65=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F41 is #5570BE. Grayscale: #8E8E8E. Windows color (decimal): -5599423 or 4296618. OLE color: 4296618.
HSL color Cylindrical-coordinate representation of color #AA8F41: hue angle of 44.57º 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 #AA8F41 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 65 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.33 |
| HSL | 44.57º | 0.45% | 0.46% | - |
| HSV(B) | 44.57º | 0.62% | 0.67% | - |
| XYZ | 27.35 | 28.57 | 9.07 | - |
| YUV | 142.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 65 | 0 | 0.16 | 0.62 | 0.33 | 44.57 | 0.45 | 0.46 |
| Hex | AA | 8F | 41 | 0 | 10 | 3E | 21 | 2D | 2D | 2E |
| Octal | 252 | 217 | 101 | 0 | 20 | 76 | 41 | 55 | 55 | 56 |
| Binary | 10101010 | 10001111 | 1000001 | 0 | 10000 | 111110 | 100001 | 101101 | 101101 | 101110 |
Color Harmonies of #AA8F41
Complementary color
Monochromatic Colors of #AA8F41
Black with #AA8F41
Text Example
Text Example
White with #AA8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F41; }
p { color: rgb(170,143,65); }
H1.HeaderClassName
{
color: #AA8F41;
}
.AnyTagClassName
{
color: #AA8F41;
}
</style>
background-color css
<style>
a { background-color: #AA8F41; }
a { background-color: rgb(170,143,65); }
div.DivClassName
{
background-color: #AA8F41;
}
.BgClassName
{
background-color: #AA8F41;
}
</style>
border-color css
<style>
span { border-color: #AA8F41; }
span { border-color: rgb(170,143,65); }
td.TdClassName
{
border-color: #AA8F41;
}
.TagClassName
{
border-color: #AA8F41;
}
</style>