Shades of Luxor Gold #A18B47
Tints of Luxor Gold #A18B47
RGB
CMYK
RGB Variations
Color information
#A18B47 (or 0xA18B47) is known color: Luxor Gold. HEX triplet: A1, 8B and 47. RGB value is (161,139,71). Sum of RGB (Red+Green+Blue) = 161+139+71=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B47 is #5E74B8. Grayscale: #8A8A8A. Windows color (decimal): -6190265 or 4688801. OLE color: 4688801.
HSL color Cylindrical-coordinate representation of color #A18B47: hue angle of 45.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A18B47 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 71 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.37 |
| HSL | 45.33º | 0.39% | 0.45% | - |
| HSV(B) | 45.33º | 0.56% | 0.63% | - |
| XYZ | 25.07 | 26.5 | 9.75 | - |
| YUV | 137.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 71 | 0 | 0.14 | 0.56 | 0.37 | 45.33 | 0.39 | 0.45 |
| Hex | A1 | 8B | 47 | 0 | E | 38 | 25 | 2D | 27 | 2D |
| Octal | 241 | 213 | 107 | 0 | 16 | 70 | 45 | 55 | 47 | 55 |
| Binary | 10100001 | 10001011 | 1000111 | 0 | 1110 | 111000 | 100101 | 101101 | 100111 | 101101 |
Color Harmonies of #A18B47
Complementary color
Monochromatic Colors of #A18B47
Black with #A18B47
Text Example
Text Example
White with #A18B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B47; }
p { color: rgb(161,139,71); }
H1.HeaderClassName
{
color: #A18B47;
}
.AnyTagClassName
{
color: #A18B47;
}
</style>
background-color css
<style>
a { background-color: #A18B47; }
a { background-color: rgb(161,139,71); }
div.DivClassName
{
background-color: #A18B47;
}
.BgClassName
{
background-color: #A18B47;
}
</style>
border-color css
<style>
span { border-color: #A18B47; }
span { border-color: rgb(161,139,71); }
td.TdClassName
{
border-color: #A18B47;
}
.TagClassName
{
border-color: #A18B47;
}
</style>