Shades of Luxor Gold #A48B3E
Tints of Luxor Gold #A48B3E
RGB
CMYK
RGB Variations
Color information
#A48B3E (or 0xA48B3E) is known color: Luxor Gold. HEX triplet: A4, 8B and 3E. RGB value is (164,139,62). Sum of RGB (Red+Green+Blue) = 164+139+62=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B3E is #5B74C1. Grayscale: #8A8A8A. Windows color (decimal): -5993666 or 4098980. OLE color: 4098980.
HSL color Cylindrical-coordinate representation of color #A48B3E: hue angle of 45.29º 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 #A48B3E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 62 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.36 |
| HSL | 45.29º | 0.45% | 0.44% | - |
| HSV(B) | 45.29º | 0.62% | 0.64% | - |
| XYZ | 25.41 | 26.71 | 8.37 | - |
| YUV | 137.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 62 | 0 | 0.15 | 0.62 | 0.36 | 45.29 | 0.45 | 0.44 |
| Hex | A4 | 8B | 3E | 0 | F | 3E | 24 | 2D | 2D | 2C |
| Octal | 244 | 213 | 76 | 0 | 17 | 76 | 44 | 55 | 55 | 54 |
| Binary | 10100100 | 10001011 | 111110 | 0 | 1111 | 111110 | 100100 | 101101 | 101101 | 101100 |
Color Harmonies of #A48B3E
Complementary color
Monochromatic Colors of #A48B3E
Black with #A48B3E
Text Example
Text Example
White with #A48B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B3E; }
p { color: rgb(164,139,62); }
H1.HeaderClassName
{
color: #A48B3E;
}
.AnyTagClassName
{
color: #A48B3E;
}
</style>
background-color css
<style>
a { background-color: #A48B3E; }
a { background-color: rgb(164,139,62); }
div.DivClassName
{
background-color: #A48B3E;
}
.BgClassName
{
background-color: #A48B3E;
}
</style>
border-color css
<style>
span { border-color: #A48B3E; }
span { border-color: rgb(164,139,62); }
td.TdClassName
{
border-color: #A48B3E;
}
.TagClassName
{
border-color: #A48B3E;
}
</style>