Shades of Luxor Gold #A09344
Tints of Luxor Gold #A09344
RGB
CMYK
RGB Variations
Color information
#A09344 (or 0xA09344) is known color: Luxor Gold. HEX triplet: A0, 93 and 44. RGB value is (160,147,68). Sum of RGB (Red+Green+Blue) = 160+147+68=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A09344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09344 is #5F6CBB. Grayscale: #8E8E8E. Windows color (decimal): -6253756 or 4494240. OLE color: 4494240.
HSL color Cylindrical-coordinate representation of color #A09344: hue angle of 51.52º 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 #A09344 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 68 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.37 |
| HSL | 51.52º | 0.4% | 0.45% | - |
| HSV(B) | 51.52º | 0.58% | 0.63% | - |
| XYZ | 25.97 | 28.76 | 9.65 | - |
| YUV | 141.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 68 | 0 | 0.08 | 0.57 | 0.37 | 51.52 | 0.4 | 0.45 |
| Hex | A0 | 93 | 44 | 0 | 8 | 39 | 25 | 34 | 28 | 2D |
| Octal | 240 | 223 | 104 | 0 | 10 | 71 | 45 | 64 | 50 | 55 |
| Binary | 10100000 | 10010011 | 1000100 | 0 | 1000 | 111001 | 100101 | 110100 | 101000 | 101101 |
Color Harmonies of #A09344
Complementary color
Monochromatic Colors of #A09344
Black with #A09344
Text Example
Text Example
White with #A09344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09344; }
p { color: rgb(160,147,68); }
H1.HeaderClassName
{
color: #A09344;
}
.AnyTagClassName
{
color: #A09344;
}
</style>
background-color css
<style>
a { background-color: #A09344; }
a { background-color: rgb(160,147,68); }
div.DivClassName
{
background-color: #A09344;
}
.BgClassName
{
background-color: #A09344;
}
</style>
border-color css
<style>
span { border-color: #A09344; }
span { border-color: rgb(160,147,68); }
td.TdClassName
{
border-color: #A09344;
}
.TagClassName
{
border-color: #A09344;
}
</style>