Shades of Luxor Gold #A18744
Tints of Luxor Gold #A18744
RGB
CMYK
RGB Variations
Color information
#A18744 (or 0xA18744) is known color: Luxor Gold. HEX triplet: A1, 87 and 44. RGB value is (161,135,68). Sum of RGB (Red+Green+Blue) = 161+135+68=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A18744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18744 is #5E78BB. Grayscale: #878787. Windows color (decimal): -6191292 or 4491169. OLE color: 4491169.
HSL color Cylindrical-coordinate representation of color #A18744: hue angle of 43.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A18744 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 68 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.37 |
| HSL | 43.23º | 0.41% | 0.45% | - |
| HSV(B) | 43.23º | 0.58% | 0.63% | - |
| XYZ | 24.41 | 25.32 | 9.07 | - |
| YUV | 135.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 68 | 0 | 0.16 | 0.58 | 0.37 | 43.23 | 0.41 | 0.45 |
| Hex | A1 | 87 | 44 | 0 | 10 | 3A | 25 | 2B | 29 | 2D |
| Octal | 241 | 207 | 104 | 0 | 20 | 72 | 45 | 53 | 51 | 55 |
| Binary | 10100001 | 10000111 | 1000100 | 0 | 10000 | 111010 | 100101 | 101011 | 101001 | 101101 |
Color Harmonies of #A18744
Complementary color
Monochromatic Colors of #A18744
Black with #A18744
Text Example
Text Example
White with #A18744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18744; }
p { color: rgb(161,135,68); }
H1.HeaderClassName
{
color: #A18744;
}
.AnyTagClassName
{
color: #A18744;
}
</style>
background-color css
<style>
a { background-color: #A18744; }
a { background-color: rgb(161,135,68); }
div.DivClassName
{
background-color: #A18744;
}
.BgClassName
{
background-color: #A18744;
}
</style>
border-color css
<style>
span { border-color: #A18744; }
span { border-color: rgb(161,135,68); }
td.TdClassName
{
border-color: #A18744;
}
.TagClassName
{
border-color: #A18744;
}
</style>