Shades of Luxor Gold #A39245
Tints of Luxor Gold #A39245
RGB
CMYK
RGB Variations
Color information
#A39245 (or 0xA39245) is known color: Luxor Gold. HEX triplet: A3, 92 and 45. RGB value is (163,146,69). Sum of RGB (Red+Green+Blue) = 163+146+69=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39245 is #5C6DBA. Grayscale: #8E8E8E. Windows color (decimal): -6057403 or 4559523. OLE color: 4559523.
HSL color Cylindrical-coordinate representation of color #A39245: hue angle of 49.15º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A39245 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 69 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.36 |
| HSL | 49.15º | 0.41% | 0.45% | - |
| HSV(B) | 49.15º | 0.58% | 0.64% | - |
| XYZ | 26.46 | 28.77 | 9.79 | - |
| YUV | 142.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 69 | 0 | 0.10 | 0.58 | 0.36 | 49.15 | 0.41 | 0.45 |
| Hex | A3 | 92 | 45 | 0 | A | 3A | 24 | 31 | 29 | 2D |
| Octal | 243 | 222 | 105 | 0 | 12 | 72 | 44 | 61 | 51 | 55 |
| Binary | 10100011 | 10010010 | 1000101 | 0 | 1010 | 111010 | 100100 | 110001 | 101001 | 101101 |
Color Harmonies of #A39245
Complementary color
Monochromatic Colors of #A39245
Black with #A39245
Text Example
Text Example
White with #A39245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39245; }
p { color: rgb(163,146,69); }
H1.HeaderClassName
{
color: #A39245;
}
.AnyTagClassName
{
color: #A39245;
}
</style>
background-color css
<style>
a { background-color: #A39245; }
a { background-color: rgb(163,146,69); }
div.DivClassName
{
background-color: #A39245;
}
.BgClassName
{
background-color: #A39245;
}
</style>
border-color css
<style>
span { border-color: #A39245; }
span { border-color: rgb(163,146,69); }
td.TdClassName
{
border-color: #A39245;
}
.TagClassName
{
border-color: #A39245;
}
</style>