Shades of Luxor Gold #A19240
Tints of Luxor Gold #A19240
RGB
CMYK
RGB Variations
Color information
#A19240 (or 0xA19240) is known color: Luxor Gold. HEX triplet: A1, 92 and 40. RGB value is (161,146,64). Sum of RGB (Red+Green+Blue) = 161+146+64=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A19240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19240 is #5E6DBF. Grayscale: #8D8D8D. Windows color (decimal): -6188480 or 4231841. OLE color: 4231841.
HSL color Cylindrical-coordinate representation of color #A19240: hue angle of 50.72º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A19240 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 64 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.37 |
| HSL | 50.72º | 0.43% | 0.44% | - |
| HSV(B) | 50.72º | 0.6% | 0.63% | - |
| XYZ | 25.9 | 28.51 | 8.99 | - |
| YUV | 141.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 64 | 0 | 0.09 | 0.60 | 0.37 | 50.72 | 0.43 | 0.44 |
| Hex | A1 | 92 | 40 | 0 | 9 | 3C | 25 | 33 | 2B | 2C |
| Octal | 241 | 222 | 100 | 0 | 11 | 74 | 45 | 63 | 53 | 54 |
| Binary | 10100001 | 10010010 | 1000000 | 0 | 1001 | 111100 | 100101 | 110011 | 101011 | 101100 |
Color Harmonies of #A19240
Complementary color
Monochromatic Colors of #A19240
Black with #A19240
Text Example
Text Example
White with #A19240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19240; }
p { color: rgb(161,146,64); }
H1.HeaderClassName
{
color: #A19240;
}
.AnyTagClassName
{
color: #A19240;
}
</style>
background-color css
<style>
a { background-color: #A19240; }
a { background-color: rgb(161,146,64); }
div.DivClassName
{
background-color: #A19240;
}
.BgClassName
{
background-color: #A19240;
}
</style>
border-color css
<style>
span { border-color: #A19240; }
span { border-color: rgb(161,146,64); }
td.TdClassName
{
border-color: #A19240;
}
.TagClassName
{
border-color: #A19240;
}
</style>