Shades of Luxor Gold #A1924A
Tints of Luxor Gold #A1924A
RGB
CMYK
RGB Variations
Color information
#A1924A (or 0xA1924A) is known color: Luxor Gold. HEX triplet: A1, 92 and 4A. RGB value is (161,146,74). Sum of RGB (Red+Green+Blue) = 161+146+74=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1924A is #5E6DB5. Grayscale: #8E8E8E. Windows color (decimal): -6188470 or 4887201. OLE color: 4887201.
HSL color Cylindrical-coordinate representation of color #A1924A: hue angle of 49.66º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1924A is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 74 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.37 |
| HSL | 49.66º | 0.37% | 0.46% | - |
| HSV(B) | 49.66º | 0.54% | 0.63% | - |
| XYZ | 26.21 | 28.63 | 10.62 | - |
| YUV | 142.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 74 | 0 | 0.09 | 0.54 | 0.37 | 49.66 | 0.37 | 0.46 |
| Hex | A1 | 92 | 4A | 0 | 9 | 36 | 25 | 32 | 25 | 2E |
| Octal | 241 | 222 | 112 | 0 | 11 | 66 | 45 | 62 | 45 | 56 |
| Binary | 10100001 | 10010010 | 1001010 | 0 | 1001 | 110110 | 100101 | 110010 | 100101 | 101110 |
Color Harmonies of #A1924A
Complementary color
Monochromatic Colors of #A1924A
Black with #A1924A
Text Example
Text Example
White with #A1924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1924A; }
p { color: rgb(161,146,74); }
H1.HeaderClassName
{
color: #A1924A;
}
.AnyTagClassName
{
color: #A1924A;
}
</style>
background-color css
<style>
a { background-color: #A1924A; }
a { background-color: rgb(161,146,74); }
div.DivClassName
{
background-color: #A1924A;
}
.BgClassName
{
background-color: #A1924A;
}
</style>
border-color css
<style>
span { border-color: #A1924A; }
span { border-color: rgb(161,146,74); }
td.TdClassName
{
border-color: #A1924A;
}
.TagClassName
{
border-color: #A1924A;
}
</style>