Shades of Luxor Gold #A09240
Tints of Luxor Gold #A09240
RGB
CMYK
RGB Variations
Color information
#A09240 (or 0xA09240) is known color: Luxor Gold. HEX triplet: A0, 92 and 40. RGB value is (160,146,64). Sum of RGB (Red+Green+Blue) = 160+146+64=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A09240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09240 is #5F6DBF. Grayscale: #8D8D8D. Windows color (decimal): -6254016 or 4231840. OLE color: 4231840.
HSL color Cylindrical-coordinate representation of color #A09240: hue angle of 51.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A09240 is Cyan = 0, Magento = 0.09, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 64 | - |
| CMYK | 0 | 0.09 | 0.6 | 0.37 |
| HSL | 51.25º | 0.43% | 0.44% | - |
| HSV(B) | 51.25º | 0.6% | 0.63% | - |
| XYZ | 25.7 | 28.4 | 8.98 | - |
| YUV | 140.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 64 | 0 | 0.09 | 0.6 | 0.37 | 51.25 | 0.43 | 0.44 |
| Hex | A0 | 92 | 40 | 0 | 9 | 3C | 25 | 33 | 2B | 2C |
| Octal | 240 | 222 | 100 | 0 | 11 | 74 | 45 | 63 | 53 | 54 |
| Binary | 10100000 | 10010010 | 1000000 | 0 | 1001 | 111100 | 100101 | 110011 | 101011 | 101100 |
Color Harmonies of #A09240
Complementary color
Monochromatic Colors of #A09240
Black with #A09240
Text Example
Text Example
White with #A09240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09240; }
p { color: rgb(160,146,64); }
H1.HeaderClassName
{
color: #A09240;
}
.AnyTagClassName
{
color: #A09240;
}
</style>
background-color css
<style>
a { background-color: #A09240; }
a { background-color: rgb(160,146,64); }
div.DivClassName
{
background-color: #A09240;
}
.BgClassName
{
background-color: #A09240;
}
</style>
border-color css
<style>
span { border-color: #A09240; }
span { border-color: rgb(160,146,64); }
td.TdClassName
{
border-color: #A09240;
}
.TagClassName
{
border-color: #A09240;
}
</style>