Shades of Luxor Gold #AA903D
Tints of Luxor Gold #AA903D
RGB
CMYK
RGB Variations
Color information
#AA903D (or 0xAA903D) is known color: Luxor Gold. HEX triplet: AA, 90 and 3D. RGB value is (170,144,61). Sum of RGB (Red+Green+Blue) = 170+144+61=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903D is #556FC2. Grayscale: #8E8E8E. Windows color (decimal): -5599171 or 4034730. OLE color: 4034730.
HSL color Cylindrical-coordinate representation of color #AA903D: hue angle of 45.69º 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 #AA903D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 61 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.33 |
| HSL | 45.69º | 0.47% | 0.45% | - |
| HSV(B) | 45.69º | 0.64% | 0.67% | - |
| XYZ | 27.39 | 28.83 | 8.54 | - |
| YUV | 142.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 61 | 0 | 0.15 | 0.64 | 0.33 | 45.69 | 0.47 | 0.45 |
| Hex | AA | 90 | 3D | 0 | F | 40 | 21 | 2E | 2F | 2D |
| Octal | 252 | 220 | 75 | 0 | 17 | 100 | 41 | 56 | 57 | 55 |
| Binary | 10101010 | 10010000 | 111101 | 0 | 1111 | 1000000 | 100001 | 101110 | 101111 | 101101 |
Color Harmonies of #AA903D
Complementary color
Monochromatic Colors of #AA903D
Black with #AA903D
Text Example
Text Example
White with #AA903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA903D; }
p { color: rgb(170,144,61); }
H1.HeaderClassName
{
color: #AA903D;
}
.AnyTagClassName
{
color: #AA903D;
}
</style>
background-color css
<style>
a { background-color: #AA903D; }
a { background-color: rgb(170,144,61); }
div.DivClassName
{
background-color: #AA903D;
}
.BgClassName
{
background-color: #AA903D;
}
</style>
border-color css
<style>
span { border-color: #AA903D; }
span { border-color: rgb(170,144,61); }
td.TdClassName
{
border-color: #AA903D;
}
.TagClassName
{
border-color: #AA903D;
}
</style>