Shades of Luxor Gold #AA8843
Tints of Luxor Gold #AA8843
RGB
CMYK
RGB Variations
Color information
#AA8843 (or 0xAA8843) is known color: Luxor Gold. HEX triplet: AA, 88 and 43. RGB value is (170,136,67). Sum of RGB (Red+Green+Blue) = 170+136+67=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8843 is #5577BC. Grayscale: #8A8A8A. Windows color (decimal): -5601213 or 4425898. OLE color: 4425898.
HSL color Cylindrical-coordinate representation of color #AA8843: hue angle of 40.19º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA8843 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 67 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.33 |
| HSL | 40.19º | 0.43% | 0.46% | - |
| HSV(B) | 40.19º | 0.61% | 0.67% | - |
| XYZ | 26.39 | 26.56 | 9.05 | - |
| YUV | 138.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 67 | 0 | 0.20 | 0.61 | 0.33 | 40.19 | 0.43 | 0.46 |
| Hex | AA | 88 | 43 | 0 | 14 | 3D | 21 | 28 | 2B | 2E |
| Octal | 252 | 210 | 103 | 0 | 24 | 75 | 41 | 50 | 53 | 56 |
| Binary | 10101010 | 10001000 | 1000011 | 0 | 10100 | 111101 | 100001 | 101000 | 101011 | 101110 |
Color Harmonies of #AA8843
Complementary color
Monochromatic Colors of #AA8843
Black with #AA8843
Text Example
Text Example
White with #AA8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8843; }
p { color: rgb(170,136,67); }
H1.HeaderClassName
{
color: #AA8843;
}
.AnyTagClassName
{
color: #AA8843;
}
</style>
background-color css
<style>
a { background-color: #AA8843; }
a { background-color: rgb(170,136,67); }
div.DivClassName
{
background-color: #AA8843;
}
.BgClassName
{
background-color: #AA8843;
}
</style>
border-color css
<style>
span { border-color: #AA8843; }
span { border-color: rgb(170,136,67); }
td.TdClassName
{
border-color: #AA8843;
}
.TagClassName
{
border-color: #AA8843;
}
</style>