Shades of Luxor Gold #A48C3E
Tints of Luxor Gold #A48C3E
RGB
CMYK
RGB Variations
Color information
#A48C3E (or 0xA48C3E) is known color: Luxor Gold. HEX triplet: A4, 8C and 3E. RGB value is (164,140,62). Sum of RGB (Red+Green+Blue) = 164+140+62=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C3E is #5B73C1. Grayscale: #8A8A8A. Windows color (decimal): -5993410 or 4099236. OLE color: 4099236.
HSL color Cylindrical-coordinate representation of color #A48C3E: hue angle of 45.88º 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 #A48C3E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 62 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.36 |
| HSL | 45.88º | 0.45% | 0.44% | - |
| HSV(B) | 45.88º | 0.62% | 0.64% | - |
| XYZ | 25.56 | 27 | 8.42 | - |
| YUV | 138.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 62 | 0 | 0.15 | 0.62 | 0.36 | 45.88 | 0.45 | 0.44 |
| Hex | A4 | 8C | 3E | 0 | F | 3E | 24 | 2E | 2D | 2C |
| Octal | 244 | 214 | 76 | 0 | 17 | 76 | 44 | 56 | 55 | 54 |
| Binary | 10100100 | 10001100 | 111110 | 0 | 1111 | 111110 | 100100 | 101110 | 101101 | 101100 |
Color Harmonies of #A48C3E
Complementary color
Monochromatic Colors of #A48C3E
Black with #A48C3E
Text Example
Text Example
White with #A48C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C3E; }
p { color: rgb(164,140,62); }
H1.HeaderClassName
{
color: #A48C3E;
}
.AnyTagClassName
{
color: #A48C3E;
}
</style>
background-color css
<style>
a { background-color: #A48C3E; }
a { background-color: rgb(164,140,62); }
div.DivClassName
{
background-color: #A48C3E;
}
.BgClassName
{
background-color: #A48C3E;
}
</style>
border-color css
<style>
span { border-color: #A48C3E; }
span { border-color: rgb(164,140,62); }
td.TdClassName
{
border-color: #A48C3E;
}
.TagClassName
{
border-color: #A48C3E;
}
</style>