Shades of Luxor Gold #A99041
Tints of Luxor Gold #A99041
RGB
CMYK
RGB Variations
Color information
#A99041 (or 0xA99041) is known color: Luxor Gold. HEX triplet: A9, 90 and 41. RGB value is (169,144,65). Sum of RGB (Red+Green+Blue) = 169+144+65=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A99041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99041 is #566FBE. Grayscale: #8E8E8E. Windows color (decimal): -5664703 or 4296873. OLE color: 4296873.
HSL color Cylindrical-coordinate representation of color #A99041: hue angle of 45.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A99041 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 65 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.34 |
| HSL | 45.58º | 0.44% | 0.46% | - |
| HSV(B) | 45.58º | 0.62% | 0.66% | - |
| XYZ | 27.29 | 28.76 | 9.11 | - |
| YUV | 142.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 65 | 0 | 0.15 | 0.62 | 0.34 | 45.58 | 0.44 | 0.46 |
| Hex | A9 | 90 | 41 | 0 | F | 3E | 22 | 2E | 2C | 2E |
| Octal | 251 | 220 | 101 | 0 | 17 | 76 | 42 | 56 | 54 | 56 |
| Binary | 10101001 | 10010000 | 1000001 | 0 | 1111 | 111110 | 100010 | 101110 | 101100 | 101110 |
Color Harmonies of #A99041
Complementary color
Monochromatic Colors of #A99041
Black with #A99041
Text Example
Text Example
White with #A99041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99041; }
p { color: rgb(169,144,65); }
H1.HeaderClassName
{
color: #A99041;
}
.AnyTagClassName
{
color: #A99041;
}
</style>
background-color css
<style>
a { background-color: #A99041; }
a { background-color: rgb(169,144,65); }
div.DivClassName
{
background-color: #A99041;
}
.BgClassName
{
background-color: #A99041;
}
</style>
border-color css
<style>
span { border-color: #A99041; }
span { border-color: rgb(169,144,65); }
td.TdClassName
{
border-color: #A99041;
}
.TagClassName
{
border-color: #A99041;
}
</style>