Shades of Luxor Gold #A2893D
Tints of Luxor Gold #A2893D
RGB
CMYK
RGB Variations
Color information
#A2893D (or 0xA2893D) is known color: Luxor Gold. HEX triplet: A2, 89 and 3D. RGB value is (162,137,61). Sum of RGB (Red+Green+Blue) = 162+137+61=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2893D is #5D76C2. Grayscale: #888888. Windows color (decimal): -6125251 or 4032930. OLE color: 4032930.
HSL color Cylindrical-coordinate representation of color #A2893D: hue angle of 45.15º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2893D is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 61 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.36 |
| HSL | 45.15º | 0.45% | 0.44% | - |
| HSV(B) | 45.15º | 0.62% | 0.64% | - |
| XYZ | 24.69 | 25.91 | 8.11 | - |
| YUV | 135.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 61 | 0 | 0.15 | 0.62 | 0.36 | 45.15 | 0.45 | 0.44 |
| Hex | A2 | 89 | 3D | 0 | F | 3E | 24 | 2D | 2D | 2C |
| Octal | 242 | 211 | 75 | 0 | 17 | 76 | 44 | 55 | 55 | 54 |
| Binary | 10100010 | 10001001 | 111101 | 0 | 1111 | 111110 | 100100 | 101101 | 101101 | 101100 |
Color Harmonies of #A2893D
Complementary color
Monochromatic Colors of #A2893D
Black with #A2893D
Text Example
Text Example
White with #A2893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2893D; }
p { color: rgb(162,137,61); }
H1.HeaderClassName
{
color: #A2893D;
}
.AnyTagClassName
{
color: #A2893D;
}
</style>
background-color css
<style>
a { background-color: #A2893D; }
a { background-color: rgb(162,137,61); }
div.DivClassName
{
background-color: #A2893D;
}
.BgClassName
{
background-color: #A2893D;
}
</style>
border-color css
<style>
span { border-color: #A2893D; }
span { border-color: rgb(162,137,61); }
td.TdClassName
{
border-color: #A2893D;
}
.TagClassName
{
border-color: #A2893D;
}
</style>