Shades of Luxor Gold #A0894A
Tints of Luxor Gold #A0894A
RGB
CMYK
RGB Variations
Color information
#A0894A (or 0xA0894A) is known color: Luxor Gold. HEX triplet: A0, 89 and 4A. RGB value is (160,137,74). Sum of RGB (Red+Green+Blue) = 160+137+74=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0894A is #5F76B5. Grayscale: #888888. Windows color (decimal): -6256310 or 4884896. OLE color: 4884896.
HSL color Cylindrical-coordinate representation of color #A0894A: hue angle of 43.95º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0894A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 74 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.37 |
| HSL | 43.95º | 0.37% | 0.46% | - |
| HSV(B) | 43.95º | 0.54% | 0.63% | - |
| XYZ | 24.68 | 25.86 | 10.17 | - |
| YUV | 136.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 74 | 0 | 0.14 | 0.54 | 0.37 | 43.95 | 0.37 | 0.46 |
| Hex | A0 | 89 | 4A | 0 | E | 36 | 25 | 2C | 25 | 2E |
| Octal | 240 | 211 | 112 | 0 | 16 | 66 | 45 | 54 | 45 | 56 |
| Binary | 10100000 | 10001001 | 1001010 | 0 | 1110 | 110110 | 100101 | 101100 | 100101 | 101110 |
Color Harmonies of #A0894A
Complementary color
Monochromatic Colors of #A0894A
Black with #A0894A
Text Example
Text Example
White with #A0894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0894A; }
p { color: rgb(160,137,74); }
H1.HeaderClassName
{
color: #A0894A;
}
.AnyTagClassName
{
color: #A0894A;
}
</style>
background-color css
<style>
a { background-color: #A0894A; }
a { background-color: rgb(160,137,74); }
div.DivClassName
{
background-color: #A0894A;
}
.BgClassName
{
background-color: #A0894A;
}
</style>
border-color css
<style>
span { border-color: #A0894A; }
span { border-color: rgb(160,137,74); }
td.TdClassName
{
border-color: #A0894A;
}
.TagClassName
{
border-color: #A0894A;
}
</style>