Shades of Luxor Gold #A48D3D
Tints of Luxor Gold #A48D3D
RGB
CMYK
RGB Variations
Color information
#A48D3D (or 0xA48D3D) is known color: Luxor Gold. HEX triplet: A4, 8D and 3D. RGB value is (164,141,61). Sum of RGB (Red+Green+Blue) = 164+141+61=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D3D is #5B72C2. Grayscale: #8B8B8B. Windows color (decimal): -5993155 or 4033956. OLE color: 4033956.
HSL color Cylindrical-coordinate representation of color #A48D3D: hue angle of 46.6º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A48D3D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 61 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.36 |
| HSL | 46.6º | 0.46% | 0.44% | - |
| HSV(B) | 46.6º | 0.63% | 0.64% | - |
| XYZ | 25.68 | 27.28 | 8.33 | - |
| YUV | 138.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 61 | 0 | 0.14 | 0.63 | 0.36 | 46.6 | 0.46 | 0.44 |
| Hex | A4 | 8D | 3D | 0 | E | 3F | 24 | 2F | 2E | 2C |
| Octal | 244 | 215 | 75 | 0 | 16 | 77 | 44 | 57 | 56 | 54 |
| Binary | 10100100 | 10001101 | 111101 | 0 | 1110 | 111111 | 100100 | 101111 | 101110 | 101100 |
Color Harmonies of #A48D3D
Complementary color
Monochromatic Colors of #A48D3D
Black with #A48D3D
Text Example
Text Example
White with #A48D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D3D; }
p { color: rgb(164,141,61); }
H1.HeaderClassName
{
color: #A48D3D;
}
.AnyTagClassName
{
color: #A48D3D;
}
</style>
background-color css
<style>
a { background-color: #A48D3D; }
a { background-color: rgb(164,141,61); }
div.DivClassName
{
background-color: #A48D3D;
}
.BgClassName
{
background-color: #A48D3D;
}
</style>
border-color css
<style>
span { border-color: #A48D3D; }
span { border-color: rgb(164,141,61); }
td.TdClassName
{
border-color: #A48D3D;
}
.TagClassName
{
border-color: #A48D3D;
}
</style>