Shades of Luxor Gold #A99141
Tints of Luxor Gold #A99141
RGB
CMYK
RGB Variations
Color information
#A99141 (or 0xA99141) is known color: Luxor Gold. HEX triplet: A9, 91 and 41. RGB value is (169,145,65). Sum of RGB (Red+Green+Blue) = 169+145+65=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A99141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99141 is #566EBE. Grayscale: #8F8F8F. Windows color (decimal): -5664447 or 4297129. OLE color: 4297129.
HSL color Cylindrical-coordinate representation of color #A99141: hue angle of 46.15º 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 #A99141 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 65 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.34 |
| HSL | 46.15º | 0.44% | 0.46% | - |
| HSV(B) | 46.15º | 0.62% | 0.66% | - |
| XYZ | 27.44 | 29.07 | 9.17 | - |
| YUV | 143.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 65 | 0 | 0.14 | 0.62 | 0.34 | 46.15 | 0.44 | 0.46 |
| Hex | A9 | 91 | 41 | 0 | E | 3E | 22 | 2E | 2C | 2E |
| Octal | 251 | 221 | 101 | 0 | 16 | 76 | 42 | 56 | 54 | 56 |
| Binary | 10101001 | 10010001 | 1000001 | 0 | 1110 | 111110 | 100010 | 101110 | 101100 | 101110 |
Color Harmonies of #A99141
Complementary color
Monochromatic Colors of #A99141
Black with #A99141
Text Example
Text Example
White with #A99141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99141; }
p { color: rgb(169,145,65); }
H1.HeaderClassName
{
color: #A99141;
}
.AnyTagClassName
{
color: #A99141;
}
</style>
background-color css
<style>
a { background-color: #A99141; }
a { background-color: rgb(169,145,65); }
div.DivClassName
{
background-color: #A99141;
}
.BgClassName
{
background-color: #A99141;
}
</style>
border-color css
<style>
span { border-color: #A99141; }
span { border-color: rgb(169,145,65); }
td.TdClassName
{
border-color: #A99141;
}
.TagClassName
{
border-color: #A99141;
}
</style>