Shades of Luxor Gold #A18A4A
Tints of Luxor Gold #A18A4A
RGB
CMYK
RGB Variations
Color information
#A18A4A (or 0xA18A4A) is known color: Luxor Gold. HEX triplet: A1, 8A and 4A. RGB value is (161,138,74). Sum of RGB (Red+Green+Blue) = 161+138+74=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A4A is #5E75B5. Grayscale: #898989. Windows color (decimal): -6190518 or 4885153. OLE color: 4885153.
HSL color Cylindrical-coordinate representation of color #A18A4A: hue angle of 44.14º 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 #A18A4A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 74 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.37 |
| HSL | 44.14º | 0.37% | 0.46% | - |
| HSV(B) | 44.14º | 0.54% | 0.63% | - |
| XYZ | 25.02 | 26.25 | 10.23 | - |
| YUV | 137.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 74 | 0 | 0.14 | 0.54 | 0.37 | 44.14 | 0.37 | 0.46 |
| Hex | A1 | 8A | 4A | 0 | E | 36 | 25 | 2C | 25 | 2E |
| Octal | 241 | 212 | 112 | 0 | 16 | 66 | 45 | 54 | 45 | 56 |
| Binary | 10100001 | 10001010 | 1001010 | 0 | 1110 | 110110 | 100101 | 101100 | 100101 | 101110 |
Color Harmonies of #A18A4A
Complementary color
Monochromatic Colors of #A18A4A
Black with #A18A4A
Text Example
Text Example
White with #A18A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A4A; }
p { color: rgb(161,138,74); }
H1.HeaderClassName
{
color: #A18A4A;
}
.AnyTagClassName
{
color: #A18A4A;
}
</style>
background-color css
<style>
a { background-color: #A18A4A; }
a { background-color: rgb(161,138,74); }
div.DivClassName
{
background-color: #A18A4A;
}
.BgClassName
{
background-color: #A18A4A;
}
</style>
border-color css
<style>
span { border-color: #A18A4A; }
span { border-color: rgb(161,138,74); }
td.TdClassName
{
border-color: #A18A4A;
}
.TagClassName
{
border-color: #A18A4A;
}
</style>