Shades of Luxor Gold #A48E3E
Tints of Luxor Gold #A48E3E
RGB
CMYK
RGB Variations
Color information
#A48E3E (or 0xA48E3E) is known color: Luxor Gold. HEX triplet: A4, 8E and 3E. RGB value is (164,142,62). Sum of RGB (Red+Green+Blue) = 164+142+62=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E3E is #5B71C1. Grayscale: #8B8B8B. Windows color (decimal): -5992898 or 4099748. OLE color: 4099748.
HSL color Cylindrical-coordinate representation of color #A48E3E: hue angle of 47.06º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A48E3E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 62 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.36 |
| HSL | 47.06º | 0.45% | 0.44% | - |
| HSV(B) | 47.06º | 0.62% | 0.64% | - |
| XYZ | 25.85 | 27.59 | 8.52 | - |
| YUV | 139.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 62 | 0 | 0.13 | 0.62 | 0.36 | 47.06 | 0.45 | 0.44 |
| Hex | A4 | 8E | 3E | 0 | D | 3E | 24 | 2F | 2D | 2C |
| Octal | 244 | 216 | 76 | 0 | 15 | 76 | 44 | 57 | 55 | 54 |
| Binary | 10100100 | 10001110 | 111110 | 0 | 1101 | 111110 | 100100 | 101111 | 101101 | 101100 |
Color Harmonies of #A48E3E
Complementary color
Monochromatic Colors of #A48E3E
Black with #A48E3E
Text Example
Text Example
White with #A48E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E3E; }
p { color: rgb(164,142,62); }
H1.HeaderClassName
{
color: #A48E3E;
}
.AnyTagClassName
{
color: #A48E3E;
}
</style>
background-color css
<style>
a { background-color: #A48E3E; }
a { background-color: rgb(164,142,62); }
div.DivClassName
{
background-color: #A48E3E;
}
.BgClassName
{
background-color: #A48E3E;
}
</style>
border-color css
<style>
span { border-color: #A48E3E; }
span { border-color: rgb(164,142,62); }
td.TdClassName
{
border-color: #A48E3E;
}
.TagClassName
{
border-color: #A48E3E;
}
</style>