Shades of Luxor Gold #A2913F
Tints of Luxor Gold #A2913F
RGB
CMYK
RGB Variations
Color information
#A2913F (or 0xA2913F) is known color: Luxor Gold. HEX triplet: A2, 91 and 3F. RGB value is (162,145,63). Sum of RGB (Red+Green+Blue) = 162+145+63=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2913F is #5D6EC0. Grayscale: #8D8D8D. Windows color (decimal): -6123201 or 4166050. OLE color: 4166050.
HSL color Cylindrical-coordinate representation of color #A2913F: hue angle of 49.7º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2913F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 63 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.36 |
| HSL | 49.7º | 0.44% | 0.44% | - |
| HSV(B) | 49.7º | 0.61% | 0.64% | - |
| XYZ | 25.92 | 28.29 | 8.8 | - |
| YUV | 140.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 63 | 0 | 0.10 | 0.61 | 0.36 | 49.7 | 0.44 | 0.44 |
| Hex | A2 | 91 | 3F | 0 | A | 3D | 24 | 32 | 2C | 2C |
| Octal | 242 | 221 | 77 | 0 | 12 | 75 | 44 | 62 | 54 | 54 |
| Binary | 10100010 | 10010001 | 111111 | 0 | 1010 | 111101 | 100100 | 110010 | 101100 | 101100 |
Color Harmonies of #A2913F
Complementary color
Monochromatic Colors of #A2913F
Black with #A2913F
Text Example
Text Example
White with #A2913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2913F; }
p { color: rgb(162,145,63); }
H1.HeaderClassName
{
color: #A2913F;
}
.AnyTagClassName
{
color: #A2913F;
}
</style>
background-color css
<style>
a { background-color: #A2913F; }
a { background-color: rgb(162,145,63); }
div.DivClassName
{
background-color: #A2913F;
}
.BgClassName
{
background-color: #A2913F;
}
</style>
border-color css
<style>
span { border-color: #A2913F; }
span { border-color: rgb(162,145,63); }
td.TdClassName
{
border-color: #A2913F;
}
.TagClassName
{
border-color: #A2913F;
}
</style>