Shades of Luxor Gold #A29146
Tints of Luxor Gold #A29146
RGB
CMYK
RGB Variations
Color information
#A29146 (or 0xA29146) is known color: Luxor Gold. HEX triplet: A2, 91 and 46. RGB value is (162,145,70). Sum of RGB (Red+Green+Blue) = 162+145+70=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A29146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29146 is #5D6EB9. Grayscale: #8D8D8D. Windows color (decimal): -6123194 or 4624802. OLE color: 4624802.
HSL color Cylindrical-coordinate representation of color #A29146: hue angle of 48.91º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29146 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 70 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.36 |
| HSL | 48.91º | 0.4% | 0.45% | - |
| HSV(B) | 48.91º | 0.57% | 0.64% | - |
| XYZ | 26.13 | 28.37 | 9.89 | - |
| YUV | 141.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 70 | 0 | 0.10 | 0.57 | 0.36 | 48.91 | 0.4 | 0.45 |
| Hex | A2 | 91 | 46 | 0 | A | 39 | 24 | 31 | 28 | 2D |
| Octal | 242 | 221 | 106 | 0 | 12 | 71 | 44 | 61 | 50 | 55 |
| Binary | 10100010 | 10010001 | 1000110 | 0 | 1010 | 111001 | 100100 | 110001 | 101000 | 101101 |
Color Harmonies of #A29146
Complementary color
Monochromatic Colors of #A29146
Black with #A29146
Text Example
Text Example
White with #A29146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29146; }
p { color: rgb(162,145,70); }
H1.HeaderClassName
{
color: #A29146;
}
.AnyTagClassName
{
color: #A29146;
}
</style>
background-color css
<style>
a { background-color: #A29146; }
a { background-color: rgb(162,145,70); }
div.DivClassName
{
background-color: #A29146;
}
.BgClassName
{
background-color: #A29146;
}
</style>
border-color css
<style>
span { border-color: #A29146; }
span { border-color: rgb(162,145,70); }
td.TdClassName
{
border-color: #A29146;
}
.TagClassName
{
border-color: #A29146;
}
</style>