Shades of Luxor Gold #A2904B
Tints of Luxor Gold #A2904B
RGB
CMYK
RGB Variations
Color information
#A2904B (or 0xA2904B) is known color: Luxor Gold. HEX triplet: A2, 90 and 4B. RGB value is (162,144,75). Sum of RGB (Red+Green+Blue) = 162+144+75=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2904B is #5D6FB4. Grayscale: #8D8D8D. Windows color (decimal): -6123445 or 4952226. OLE color: 4952226.
HSL color Cylindrical-coordinate representation of color #A2904B: hue angle of 47.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2904B is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 75 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.36 |
| HSL | 47.59º | 0.37% | 0.46% | - |
| HSV(B) | 47.59º | 0.54% | 0.64% | - |
| XYZ | 26.14 | 28.14 | 10.71 | - |
| YUV | 141.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 75 | 0 | 0.11 | 0.54 | 0.36 | 47.59 | 0.37 | 0.46 |
| Hex | A2 | 90 | 4B | 0 | B | 36 | 24 | 30 | 25 | 2E |
| Octal | 242 | 220 | 113 | 0 | 13 | 66 | 44 | 60 | 45 | 56 |
| Binary | 10100010 | 10010000 | 1001011 | 0 | 1011 | 110110 | 100100 | 110000 | 100101 | 101110 |
Color Harmonies of #A2904B
Complementary color
Monochromatic Colors of #A2904B
Black with #A2904B
Text Example
Text Example
White with #A2904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2904B; }
p { color: rgb(162,144,75); }
H1.HeaderClassName
{
color: #A2904B;
}
.AnyTagClassName
{
color: #A2904B;
}
</style>
background-color css
<style>
a { background-color: #A2904B; }
a { background-color: rgb(162,144,75); }
div.DivClassName
{
background-color: #A2904B;
}
.BgClassName
{
background-color: #A2904B;
}
</style>
border-color css
<style>
span { border-color: #A2904B; }
span { border-color: rgb(162,144,75); }
td.TdClassName
{
border-color: #A2904B;
}
.TagClassName
{
border-color: #A2904B;
}
</style>