Shades of Luxor Gold #A29047
Tints of Luxor Gold #A29047
RGB
CMYK
RGB Variations
Color information
#A29047 (or 0xA29047) is known color: Luxor Gold. HEX triplet: A2, 90 and 47. RGB value is (162,144,71). Sum of RGB (Red+Green+Blue) = 162+144+71=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A29047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29047 is #5D6FB8. Grayscale: #8D8D8D. Windows color (decimal): -6123449 or 4690082. OLE color: 4690082.
HSL color Cylindrical-coordinate representation of color #A29047: hue angle of 48.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29047 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 71 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.36 |
| HSL | 48.13º | 0.39% | 0.46% | - |
| HSV(B) | 48.13º | 0.56% | 0.64% | - |
| XYZ | 26.01 | 28.08 | 10.01 | - |
| YUV | 141.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 71 | 0 | 0.11 | 0.56 | 0.36 | 48.13 | 0.39 | 0.46 |
| Hex | A2 | 90 | 47 | 0 | B | 38 | 24 | 30 | 27 | 2E |
| Octal | 242 | 220 | 107 | 0 | 13 | 70 | 44 | 60 | 47 | 56 |
| Binary | 10100010 | 10010000 | 1000111 | 0 | 1011 | 111000 | 100100 | 110000 | 100111 | 101110 |
Color Harmonies of #A29047
Complementary color
Monochromatic Colors of #A29047
Black with #A29047
Text Example
Text Example
White with #A29047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29047; }
p { color: rgb(162,144,71); }
H1.HeaderClassName
{
color: #A29047;
}
.AnyTagClassName
{
color: #A29047;
}
</style>
background-color css
<style>
a { background-color: #A29047; }
a { background-color: rgb(162,144,71); }
div.DivClassName
{
background-color: #A29047;
}
.BgClassName
{
background-color: #A29047;
}
</style>
border-color css
<style>
span { border-color: #A29047; }
span { border-color: rgb(162,144,71); }
td.TdClassName
{
border-color: #A29047;
}
.TagClassName
{
border-color: #A29047;
}
</style>