Shades of Luxor Gold #AA913C
Tints of Luxor Gold #AA913C
RGB
CMYK
RGB Variations
Color information
#AA913C (or 0xAA913C) is known color: Luxor Gold. HEX triplet: AA, 91 and 3C. RGB value is (170,145,60). Sum of RGB (Red+Green+Blue) = 170+145+60=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA913C is #556EC3. Grayscale: #8F8F8F. Windows color (decimal): -5598916 or 3969450. OLE color: 3969450.
HSL color Cylindrical-coordinate representation of color #AA913C: hue angle of 46.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA913C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 60 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.33 |
| HSL | 46.36º | 0.48% | 0.45% | - |
| HSV(B) | 46.36º | 0.65% | 0.67% | - |
| XYZ | 27.52 | 29.12 | 8.45 | - |
| YUV | 142.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 60 | 0 | 0.15 | 0.65 | 0.33 | 46.36 | 0.48 | 0.45 |
| Hex | AA | 91 | 3C | 0 | F | 41 | 21 | 2E | 30 | 2D |
| Octal | 252 | 221 | 74 | 0 | 17 | 101 | 41 | 56 | 60 | 55 |
| Binary | 10101010 | 10010001 | 111100 | 0 | 1111 | 1000001 | 100001 | 101110 | 110000 | 101101 |
Color Harmonies of #AA913C
Complementary color
Monochromatic Colors of #AA913C
Black with #AA913C
Text Example
Text Example
White with #AA913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA913C; }
p { color: rgb(170,145,60); }
H1.HeaderClassName
{
color: #AA913C;
}
.AnyTagClassName
{
color: #AA913C;
}
</style>
background-color css
<style>
a { background-color: #AA913C; }
a { background-color: rgb(170,145,60); }
div.DivClassName
{
background-color: #AA913C;
}
.BgClassName
{
background-color: #AA913C;
}
</style>
border-color css
<style>
span { border-color: #AA913C; }
span { border-color: rgb(170,145,60); }
td.TdClassName
{
border-color: #AA913C;
}
.TagClassName
{
border-color: #AA913C;
}
</style>