Shades of Luxor Gold #A19344
Tints of Luxor Gold #A19344
RGB
CMYK
RGB Variations
Color information
#A19344 (or 0xA19344) is known color: Luxor Gold. HEX triplet: A1, 93 and 44. RGB value is (161,147,68). Sum of RGB (Red+Green+Blue) = 161+147+68=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A19344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19344 is #5E6CBB. Grayscale: #8E8E8E. Windows color (decimal): -6188220 or 4494241. OLE color: 4494241.
HSL color Cylindrical-coordinate representation of color #A19344: hue angle of 50.97º 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 #A19344 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 68 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.37 |
| HSL | 50.97º | 0.41% | 0.45% | - |
| HSV(B) | 50.97º | 0.58% | 0.63% | - |
| XYZ | 26.18 | 28.86 | 9.66 | - |
| YUV | 142.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 68 | 0 | 0.09 | 0.58 | 0.37 | 50.97 | 0.41 | 0.45 |
| Hex | A1 | 93 | 44 | 0 | 9 | 3A | 25 | 33 | 29 | 2D |
| Octal | 241 | 223 | 104 | 0 | 11 | 72 | 45 | 63 | 51 | 55 |
| Binary | 10100001 | 10010011 | 1000100 | 0 | 1001 | 111010 | 100101 | 110011 | 101001 | 101101 |
Color Harmonies of #A19344
Complementary color
Monochromatic Colors of #A19344
Black with #A19344
Text Example
Text Example
White with #A19344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19344; }
p { color: rgb(161,147,68); }
H1.HeaderClassName
{
color: #A19344;
}
.AnyTagClassName
{
color: #A19344;
}
</style>
background-color css
<style>
a { background-color: #A19344; }
a { background-color: rgb(161,147,68); }
div.DivClassName
{
background-color: #A19344;
}
.BgClassName
{
background-color: #A19344;
}
</style>
border-color css
<style>
span { border-color: #A19344; }
span { border-color: rgb(161,147,68); }
td.TdClassName
{
border-color: #A19344;
}
.TagClassName
{
border-color: #A19344;
}
</style>