Shades of Luxor Gold #A48E4C
Tints of Luxor Gold #A48E4C
RGB
CMYK
RGB Variations
Color information
#A48E4C (or 0xA48E4C) is known color: Luxor Gold. HEX triplet: A4, 8E and 4C. RGB value is (164,142,76). Sum of RGB (Red+Green+Blue) = 164+142+76=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E4C is #5B71B3. Grayscale: #8D8D8D. Windows color (decimal): -5992884 or 5017252. OLE color: 5017252.
HSL color Cylindrical-coordinate representation of color #A48E4C: hue angle of 45º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A48E4C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 76 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.36 |
| HSL | 45º | 0.37% | 0.47% | - |
| HSV(B) | 45º | 0.54% | 0.64% | - |
| XYZ | 26.29 | 27.76 | 10.81 | - |
| YUV | 141.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 76 | 0 | 0.13 | 0.54 | 0.36 | 45 | 0.37 | 0.47 |
| Hex | A4 | 8E | 4C | 0 | D | 36 | 24 | 2D | 25 | 2F |
| Octal | 244 | 216 | 114 | 0 | 15 | 66 | 44 | 55 | 45 | 57 |
| Binary | 10100100 | 10001110 | 1001100 | 0 | 1101 | 110110 | 100100 | 101101 | 100101 | 101111 |
Color Harmonies of #A48E4C
Complementary color
Monochromatic Colors of #A48E4C
Black with #A48E4C
Text Example
Text Example
White with #A48E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E4C; }
p { color: rgb(164,142,76); }
H1.HeaderClassName
{
color: #A48E4C;
}
.AnyTagClassName
{
color: #A48E4C;
}
</style>
background-color css
<style>
a { background-color: #A48E4C; }
a { background-color: rgb(164,142,76); }
div.DivClassName
{
background-color: #A48E4C;
}
.BgClassName
{
background-color: #A48E4C;
}
</style>
border-color css
<style>
span { border-color: #A48E4C; }
span { border-color: rgb(164,142,76); }
td.TdClassName
{
border-color: #A48E4C;
}
.TagClassName
{
border-color: #A48E4C;
}
</style>