Shades of Luxor Gold #A18849
Tints of Luxor Gold #A18849
RGB
CMYK
RGB Variations
Color information
#A18849 (or 0xA18849) is known color: Luxor Gold. HEX triplet: A1, 88 and 49. RGB value is (161,136,73). Sum of RGB (Red+Green+Blue) = 161+136+73=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A18849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18849 is #5E77B6. Grayscale: #888888. Windows color (decimal): -6191031 or 4819105. OLE color: 4819105.
HSL color Cylindrical-coordinate representation of color #A18849: hue angle of 42.95º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A18849 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 73 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.37 |
| HSL | 42.95º | 0.38% | 0.46% | - |
| HSV(B) | 42.95º | 0.55% | 0.63% | - |
| XYZ | 24.7 | 25.67 | 9.96 | - |
| YUV | 136.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 73 | 0 | 0.16 | 0.55 | 0.37 | 42.95 | 0.38 | 0.46 |
| Hex | A1 | 88 | 49 | 0 | 10 | 37 | 25 | 2B | 26 | 2E |
| Octal | 241 | 210 | 111 | 0 | 20 | 67 | 45 | 53 | 46 | 56 |
| Binary | 10100001 | 10001000 | 1001001 | 0 | 10000 | 110111 | 100101 | 101011 | 100110 | 101110 |
Color Harmonies of #A18849
Complementary color
Monochromatic Colors of #A18849
Black with #A18849
Text Example
Text Example
White with #A18849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18849; }
p { color: rgb(161,136,73); }
H1.HeaderClassName
{
color: #A18849;
}
.AnyTagClassName
{
color: #A18849;
}
</style>
background-color css
<style>
a { background-color: #A18849; }
a { background-color: rgb(161,136,73); }
div.DivClassName
{
background-color: #A18849;
}
.BgClassName
{
background-color: #A18849;
}
</style>
border-color css
<style>
span { border-color: #A18849; }
span { border-color: rgb(161,136,73); }
td.TdClassName
{
border-color: #A18849;
}
.TagClassName
{
border-color: #A18849;
}
</style>