Shades of Luxor Gold #AA8A3E
Tints of Luxor Gold #AA8A3E
RGB
CMYK
RGB Variations
Color information
#AA8A3E (or 0xAA8A3E) is known color: Luxor Gold. HEX triplet: AA, 8A and 3E. RGB value is (170,138,62). Sum of RGB (Red+Green+Blue) = 170+138+62=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A3E is #5575C1. Grayscale: #8B8B8B. Windows color (decimal): -5600706 or 4098730. OLE color: 4098730.
HSL color Cylindrical-coordinate representation of color #AA8A3E: hue angle of 42.22º 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 #AA8A3E is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 62 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.33 |
| HSL | 42.22º | 0.47% | 0.45% | - |
| HSV(B) | 42.22º | 0.64% | 0.67% | - |
| XYZ | 26.54 | 27.07 | 8.38 | - |
| YUV | 138.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 62 | 0 | 0.19 | 0.64 | 0.33 | 42.22 | 0.47 | 0.45 |
| Hex | AA | 8A | 3E | 0 | 13 | 40 | 21 | 2A | 2F | 2D |
| Octal | 252 | 212 | 76 | 0 | 23 | 100 | 41 | 52 | 57 | 55 |
| Binary | 10101010 | 10001010 | 111110 | 0 | 10011 | 1000000 | 100001 | 101010 | 101111 | 101101 |
Color Harmonies of #AA8A3E
Complementary color
Monochromatic Colors of #AA8A3E
Black with #AA8A3E
Text Example
Text Example
White with #AA8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A3E; }
p { color: rgb(170,138,62); }
H1.HeaderClassName
{
color: #AA8A3E;
}
.AnyTagClassName
{
color: #AA8A3E;
}
</style>
background-color css
<style>
a { background-color: #AA8A3E; }
a { background-color: rgb(170,138,62); }
div.DivClassName
{
background-color: #AA8A3E;
}
.BgClassName
{
background-color: #AA8A3E;
}
</style>
border-color css
<style>
span { border-color: #AA8A3E; }
span { border-color: rgb(170,138,62); }
td.TdClassName
{
border-color: #AA8A3E;
}
.TagClassName
{
border-color: #AA8A3E;
}
</style>