Shades of Luxor Gold #A49243
Tints of Luxor Gold #A49243
RGB
CMYK
RGB Variations
Color information
#A49243 (or 0xA49243) is known color: Luxor Gold. HEX triplet: A4, 92 and 43. RGB value is (164,146,67). Sum of RGB (Red+Green+Blue) = 164+146+67=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A49243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49243 is #5B6DBC. Grayscale: #8E8E8E. Windows color (decimal): -5991869 or 4428452. OLE color: 4428452.
HSL color Cylindrical-coordinate representation of color #A49243: hue angle of 48.87º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A49243 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 67 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.36 |
| HSL | 48.87º | 0.42% | 0.45% | - |
| HSV(B) | 48.87º | 0.59% | 0.64% | - |
| XYZ | 26.6 | 28.86 | 9.48 | - |
| YUV | 142.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 67 | 0 | 0.11 | 0.59 | 0.36 | 48.87 | 0.42 | 0.45 |
| Hex | A4 | 92 | 43 | 0 | B | 3B | 24 | 31 | 2A | 2D |
| Octal | 244 | 222 | 103 | 0 | 13 | 73 | 44 | 61 | 52 | 55 |
| Binary | 10100100 | 10010010 | 1000011 | 0 | 1011 | 111011 | 100100 | 110001 | 101010 | 101101 |
Color Harmonies of #A49243
Complementary color
Monochromatic Colors of #A49243
Black with #A49243
Text Example
Text Example
White with #A49243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49243; }
p { color: rgb(164,146,67); }
H1.HeaderClassName
{
color: #A49243;
}
.AnyTagClassName
{
color: #A49243;
}
</style>
background-color css
<style>
a { background-color: #A49243; }
a { background-color: rgb(164,146,67); }
div.DivClassName
{
background-color: #A49243;
}
.BgClassName
{
background-color: #A49243;
}
</style>
border-color css
<style>
span { border-color: #A49243; }
span { border-color: rgb(164,146,67); }
td.TdClassName
{
border-color: #A49243;
}
.TagClassName
{
border-color: #A49243;
}
</style>