Shades of Luxor Gold #A18B3E
Tints of Luxor Gold #A18B3E
RGB
CMYK
RGB Variations
Color information
#A18B3E (or 0xA18B3E) is known color: Luxor Gold. HEX triplet: A1, 8B and 3E. RGB value is (161,139,62). Sum of RGB (Red+Green+Blue) = 161+139+62=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B3E is #5E74C1. Grayscale: #898989. Windows color (decimal): -6190274 or 4098977. OLE color: 4098977.
HSL color Cylindrical-coordinate representation of color #A18B3E: hue angle of 46.67º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A18B3E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 62 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.37 |
| HSL | 46.67º | 0.44% | 0.44% | - |
| HSV(B) | 46.67º | 0.61% | 0.63% | - |
| XYZ | 24.8 | 26.39 | 8.34 | - |
| YUV | 136.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 62 | 0 | 0.14 | 0.61 | 0.37 | 46.67 | 0.44 | 0.44 |
| Hex | A1 | 8B | 3E | 0 | E | 3D | 25 | 2F | 2C | 2C |
| Octal | 241 | 213 | 76 | 0 | 16 | 75 | 45 | 57 | 54 | 54 |
| Binary | 10100001 | 10001011 | 111110 | 0 | 1110 | 111101 | 100101 | 101111 | 101100 | 101100 |
Color Harmonies of #A18B3E
Complementary color
Monochromatic Colors of #A18B3E
Black with #A18B3E
Text Example
Text Example
White with #A18B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B3E; }
p { color: rgb(161,139,62); }
H1.HeaderClassName
{
color: #A18B3E;
}
.AnyTagClassName
{
color: #A18B3E;
}
</style>
background-color css
<style>
a { background-color: #A18B3E; }
a { background-color: rgb(161,139,62); }
div.DivClassName
{
background-color: #A18B3E;
}
.BgClassName
{
background-color: #A18B3E;
}
</style>
border-color css
<style>
span { border-color: #A18B3E; }
span { border-color: rgb(161,139,62); }
td.TdClassName
{
border-color: #A18B3E;
}
.TagClassName
{
border-color: #A18B3E;
}
</style>