Shades of Luxor Gold #AA8D3F
Tints of Luxor Gold #AA8D3F
RGB
CMYK
RGB Variations
Color information
#AA8D3F (or 0xAA8D3F) is known color: Luxor Gold. HEX triplet: AA, 8D and 3F. RGB value is (170,141,63). Sum of RGB (Red+Green+Blue) = 170+141+63=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D3F is #5572C0. Grayscale: #8D8D8D. Windows color (decimal): -5599937 or 4165034. OLE color: 4165034.
HSL color Cylindrical-coordinate representation of color #AA8D3F: hue angle of 43.74º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA8D3F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 63 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.33 |
| HSL | 43.74º | 0.46% | 0.46% | - |
| HSV(B) | 43.74º | 0.63% | 0.67% | - |
| XYZ | 27 | 27.95 | 8.68 | - |
| YUV | 140.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 63 | 0 | 0.17 | 0.63 | 0.33 | 43.74 | 0.46 | 0.46 |
| Hex | AA | 8D | 3F | 0 | 11 | 3F | 21 | 2C | 2E | 2E |
| Octal | 252 | 215 | 77 | 0 | 21 | 77 | 41 | 54 | 56 | 56 |
| Binary | 10101010 | 10001101 | 111111 | 0 | 10001 | 111111 | 100001 | 101100 | 101110 | 101110 |
Color Harmonies of #AA8D3F
Complementary color
Monochromatic Colors of #AA8D3F
Black with #AA8D3F
Text Example
Text Example
White with #AA8D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D3F; }
p { color: rgb(170,141,63); }
H1.HeaderClassName
{
color: #AA8D3F;
}
.AnyTagClassName
{
color: #AA8D3F;
}
</style>
background-color css
<style>
a { background-color: #AA8D3F; }
a { background-color: rgb(170,141,63); }
div.DivClassName
{
background-color: #AA8D3F;
}
.BgClassName
{
background-color: #AA8D3F;
}
</style>
border-color css
<style>
span { border-color: #AA8D3F; }
span { border-color: rgb(170,141,63); }
td.TdClassName
{
border-color: #AA8D3F;
}
.TagClassName
{
border-color: #AA8D3F;
}
</style>