Shades of Luxor Gold #A2914B
Tints of Luxor Gold #A2914B
RGB
CMYK
RGB Variations
Color information
#A2914B (or 0xA2914B) is known color: Luxor Gold. HEX triplet: A2, 91 and 4B. RGB value is (162,145,75). Sum of RGB (Red+Green+Blue) = 162+145+75=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2914B is #5D6EB4. Grayscale: #8E8E8E. Windows color (decimal): -6123189 or 4952482. OLE color: 4952482.
HSL color Cylindrical-coordinate representation of color #A2914B: hue angle of 48.28º 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 #A2914B is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 75 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.36 |
| HSL | 48.28º | 0.37% | 0.46% | - |
| HSV(B) | 48.28º | 0.54% | 0.64% | - |
| XYZ | 26.3 | 28.44 | 10.76 | - |
| YUV | 142.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 75 | 0 | 0.10 | 0.54 | 0.36 | 48.28 | 0.37 | 0.46 |
| Hex | A2 | 91 | 4B | 0 | A | 36 | 24 | 30 | 25 | 2E |
| Octal | 242 | 221 | 113 | 0 | 12 | 66 | 44 | 60 | 45 | 56 |
| Binary | 10100010 | 10010001 | 1001011 | 0 | 1010 | 110110 | 100100 | 110000 | 100101 | 101110 |
Color Harmonies of #A2914B
Complementary color
Monochromatic Colors of #A2914B
Black with #A2914B
Text Example
Text Example
White with #A2914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2914B; }
p { color: rgb(162,145,75); }
H1.HeaderClassName
{
color: #A2914B;
}
.AnyTagClassName
{
color: #A2914B;
}
</style>
background-color css
<style>
a { background-color: #A2914B; }
a { background-color: rgb(162,145,75); }
div.DivClassName
{
background-color: #A2914B;
}
.BgClassName
{
background-color: #A2914B;
}
</style>
border-color css
<style>
span { border-color: #A2914B; }
span { border-color: rgb(162,145,75); }
td.TdClassName
{
border-color: #A2914B;
}
.TagClassName
{
border-color: #A2914B;
}
</style>