Shades of Luxor Gold #AA8846
Tints of Luxor Gold #AA8846
RGB
CMYK
RGB Variations
Color information
#AA8846 (or 0xAA8846) is known color: Luxor Gold. HEX triplet: AA, 88 and 46. RGB value is (170,136,70). Sum of RGB (Red+Green+Blue) = 170+136+70=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8846 is #5577B9. Grayscale: #8A8A8A. Windows color (decimal): -5601210 or 4622506. OLE color: 4622506.
HSL color Cylindrical-coordinate representation of color #AA8846: hue angle of 39.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA8846 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 70 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.33 |
| HSL | 39.6º | 0.42% | 0.47% | - |
| HSV(B) | 39.6º | 0.59% | 0.67% | - |
| XYZ | 26.49 | 26.6 | 9.53 | - |
| YUV | 138.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 70 | 0 | 0.20 | 0.59 | 0.33 | 39.6 | 0.42 | 0.47 |
| Hex | AA | 88 | 46 | 0 | 14 | 3B | 21 | 28 | 2A | 2F |
| Octal | 252 | 210 | 106 | 0 | 24 | 73 | 41 | 50 | 52 | 57 |
| Binary | 10101010 | 10001000 | 1000110 | 0 | 10100 | 111011 | 100001 | 101000 | 101010 | 101111 |
Color Harmonies of #AA8846
Complementary color
Monochromatic Colors of #AA8846
Black with #AA8846
Text Example
Text Example
White with #AA8846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8846; }
p { color: rgb(170,136,70); }
H1.HeaderClassName
{
color: #AA8846;
}
.AnyTagClassName
{
color: #AA8846;
}
</style>
background-color css
<style>
a { background-color: #AA8846; }
a { background-color: rgb(170,136,70); }
div.DivClassName
{
background-color: #AA8846;
}
.BgClassName
{
background-color: #AA8846;
}
</style>
border-color css
<style>
span { border-color: #AA8846; }
span { border-color: rgb(170,136,70); }
td.TdClassName
{
border-color: #AA8846;
}
.TagClassName
{
border-color: #AA8846;
}
</style>