Shades of Luxor Gold #A09141
Tints of Luxor Gold #A09141
RGB
CMYK
RGB Variations
Color information
#A09141 (or 0xA09141) is known color: Luxor Gold. HEX triplet: A0, 91 and 41. RGB value is (160,145,65). Sum of RGB (Red+Green+Blue) = 160+145+65=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A09141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09141 is #5F6EBE. Grayscale: #8C8C8C. Windows color (decimal): -6254271 or 4297120. OLE color: 4297120.
HSL color Cylindrical-coordinate representation of color #A09141: hue angle of 50.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A09141 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 65 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.37 |
| HSL | 50.53º | 0.42% | 0.44% | - |
| HSV(B) | 50.53º | 0.59% | 0.63% | - |
| XYZ | 25.58 | 28.11 | 9.08 | - |
| YUV | 140.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 65 | 0 | 0.09 | 0.59 | 0.37 | 50.53 | 0.42 | 0.44 |
| Hex | A0 | 91 | 41 | 0 | 9 | 3B | 25 | 33 | 2A | 2C |
| Octal | 240 | 221 | 101 | 0 | 11 | 73 | 45 | 63 | 52 | 54 |
| Binary | 10100000 | 10010001 | 1000001 | 0 | 1001 | 111011 | 100101 | 110011 | 101010 | 101100 |
Color Harmonies of #A09141
Complementary color
Monochromatic Colors of #A09141
Black with #A09141
Text Example
Text Example
White with #A09141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09141; }
p { color: rgb(160,145,65); }
H1.HeaderClassName
{
color: #A09141;
}
.AnyTagClassName
{
color: #A09141;
}
</style>
background-color css
<style>
a { background-color: #A09141; }
a { background-color: rgb(160,145,65); }
div.DivClassName
{
background-color: #A09141;
}
.BgClassName
{
background-color: #A09141;
}
</style>
border-color css
<style>
span { border-color: #A09141; }
span { border-color: rgb(160,145,65); }
td.TdClassName
{
border-color: #A09141;
}
.TagClassName
{
border-color: #A09141;
}
</style>