Shades of Luxor Gold #A09144
Tints of Luxor Gold #A09144
RGB
CMYK
RGB Variations
Color information
#A09144 (or 0xA09144) is known color: Luxor Gold. HEX triplet: A0, 91 and 44. RGB value is (160,145,68). Sum of RGB (Red+Green+Blue) = 160+145+68=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A09144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09144 is #5F6EBB. Grayscale: #8D8D8D. Windows color (decimal): -6254268 or 4493728. OLE color: 4493728.
HSL color Cylindrical-coordinate representation of color #A09144: hue angle of 50.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A09144 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 68 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.37 |
| HSL | 50.22º | 0.4% | 0.45% | - |
| HSV(B) | 50.22º | 0.58% | 0.63% | - |
| XYZ | 25.67 | 28.14 | 9.55 | - |
| YUV | 140.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 68 | 0 | 0.09 | 0.57 | 0.37 | 50.22 | 0.4 | 0.45 |
| Hex | A0 | 91 | 44 | 0 | 9 | 39 | 25 | 32 | 28 | 2D |
| Octal | 240 | 221 | 104 | 0 | 11 | 71 | 45 | 62 | 50 | 55 |
| Binary | 10100000 | 10010001 | 1000100 | 0 | 1001 | 111001 | 100101 | 110010 | 101000 | 101101 |
Color Harmonies of #A09144
Complementary color
Monochromatic Colors of #A09144
Black with #A09144
Text Example
Text Example
White with #A09144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09144; }
p { color: rgb(160,145,68); }
H1.HeaderClassName
{
color: #A09144;
}
.AnyTagClassName
{
color: #A09144;
}
</style>
background-color css
<style>
a { background-color: #A09144; }
a { background-color: rgb(160,145,68); }
div.DivClassName
{
background-color: #A09144;
}
.BgClassName
{
background-color: #A09144;
}
</style>
border-color css
<style>
span { border-color: #A09144; }
span { border-color: rgb(160,145,68); }
td.TdClassName
{
border-color: #A09144;
}
.TagClassName
{
border-color: #A09144;
}
</style>