Shades of Luxor Gold #A29148
Tints of Luxor Gold #A29148
RGB
CMYK
RGB Variations
Color information
#A29148 (or 0xA29148) is known color: Luxor Gold. HEX triplet: A2, 91 and 48. RGB value is (162,145,72). Sum of RGB (Red+Green+Blue) = 162+145+72=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A29148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29148 is #5D6EB7. Grayscale: #8E8E8E. Windows color (decimal): -6123192 or 4755874. OLE color: 4755874.
HSL color Cylindrical-coordinate representation of color #A29148: hue angle of 48.67º degrees, saturation: 0.38, 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 #A29148 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 72 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.36 |
| HSL | 48.67º | 0.38% | 0.46% | - |
| HSV(B) | 48.67º | 0.56% | 0.64% | - |
| XYZ | 26.2 | 28.4 | 10.23 | - |
| YUV | 141.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 72 | 0 | 0.10 | 0.56 | 0.36 | 48.67 | 0.38 | 0.46 |
| Hex | A2 | 91 | 48 | 0 | A | 38 | 24 | 31 | 26 | 2E |
| Octal | 242 | 221 | 110 | 0 | 12 | 70 | 44 | 61 | 46 | 56 |
| Binary | 10100010 | 10010001 | 1001000 | 0 | 1010 | 111000 | 100100 | 110001 | 100110 | 101110 |
Color Harmonies of #A29148
Complementary color
Monochromatic Colors of #A29148
Black with #A29148
Text Example
Text Example
White with #A29148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29148; }
p { color: rgb(162,145,72); }
H1.HeaderClassName
{
color: #A29148;
}
.AnyTagClassName
{
color: #A29148;
}
</style>
background-color css
<style>
a { background-color: #A29148; }
a { background-color: rgb(162,145,72); }
div.DivClassName
{
background-color: #A29148;
}
.BgClassName
{
background-color: #A29148;
}
</style>
border-color css
<style>
span { border-color: #A29148; }
span { border-color: rgb(162,145,72); }
td.TdClassName
{
border-color: #A29148;
}
.TagClassName
{
border-color: #A29148;
}
</style>