Shades of Luxor Gold #AA8F3E
Tints of Luxor Gold #AA8F3E
RGB
CMYK
RGB Variations
Color information
#AA8F3E (or 0xAA8F3E) is known color: Luxor Gold. HEX triplet: AA, 8F and 3E. RGB value is (170,143,62). Sum of RGB (Red+Green+Blue) = 170+143+62=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F3E is #5570C1. Grayscale: #8E8E8E. Windows color (decimal): -5599426 or 4100010. OLE color: 4100010.
HSL color Cylindrical-coordinate representation of color #AA8F3E: hue angle of 45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA8F3E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 62 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.33 |
| HSL | 45º | 0.47% | 0.45% | - |
| HSV(B) | 45º | 0.64% | 0.67% | - |
| XYZ | 27.27 | 28.54 | 8.63 | - |
| YUV | 141.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 62 | 0 | 0.16 | 0.64 | 0.33 | 45 | 0.47 | 0.45 |
| Hex | AA | 8F | 3E | 0 | 10 | 40 | 21 | 2D | 2F | 2D |
| Octal | 252 | 217 | 76 | 0 | 20 | 100 | 41 | 55 | 57 | 55 |
| Binary | 10101010 | 10001111 | 111110 | 0 | 10000 | 1000000 | 100001 | 101101 | 101111 | 101101 |
Color Harmonies of #AA8F3E
Complementary color
Monochromatic Colors of #AA8F3E
Black with #AA8F3E
Text Example
Text Example
White with #AA8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F3E; }
p { color: rgb(170,143,62); }
H1.HeaderClassName
{
color: #AA8F3E;
}
.AnyTagClassName
{
color: #AA8F3E;
}
</style>
background-color css
<style>
a { background-color: #AA8F3E; }
a { background-color: rgb(170,143,62); }
div.DivClassName
{
background-color: #AA8F3E;
}
.BgClassName
{
background-color: #AA8F3E;
}
</style>
border-color css
<style>
span { border-color: #AA8F3E; }
span { border-color: rgb(170,143,62); }
td.TdClassName
{
border-color: #AA8F3E;
}
.TagClassName
{
border-color: #AA8F3E;
}
</style>