Shades of Luxor Gold #A6913E
Tints of Luxor Gold #A6913E
RGB
CMYK
RGB Variations
Color information
#A6913E (or 0xA6913E) is known color: Luxor Gold. HEX triplet: A6, 91 and 3E. RGB value is (166,145,62). Sum of RGB (Red+Green+Blue) = 166+145+62=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6913E is #596EC1. Grayscale: #8E8E8E. Windows color (decimal): -5861058 or 4100518. OLE color: 4100518.
HSL color Cylindrical-coordinate representation of color #A6913E: hue angle of 47.88º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6913E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 62 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.35 |
| HSL | 47.88º | 0.46% | 0.45% | - |
| HSV(B) | 47.88º | 0.63% | 0.65% | - |
| XYZ | 26.72 | 28.71 | 8.69 | - |
| YUV | 141.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 62 | 0 | 0.13 | 0.63 | 0.35 | 47.88 | 0.46 | 0.45 |
| Hex | A6 | 91 | 3E | 0 | D | 3F | 23 | 30 | 2E | 2D |
| Octal | 246 | 221 | 76 | 0 | 15 | 77 | 43 | 60 | 56 | 55 |
| Binary | 10100110 | 10010001 | 111110 | 0 | 1101 | 111111 | 100011 | 110000 | 101110 | 101101 |
Color Harmonies of #A6913E
Complementary color
Monochromatic Colors of #A6913E
Black with #A6913E
Text Example
Text Example
White with #A6913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6913E; }
p { color: rgb(166,145,62); }
H1.HeaderClassName
{
color: #A6913E;
}
.AnyTagClassName
{
color: #A6913E;
}
</style>
background-color css
<style>
a { background-color: #A6913E; }
a { background-color: rgb(166,145,62); }
div.DivClassName
{
background-color: #A6913E;
}
.BgClassName
{
background-color: #A6913E;
}
</style>
border-color css
<style>
span { border-color: #A6913E; }
span { border-color: rgb(166,145,62); }
td.TdClassName
{
border-color: #A6913E;
}
.TagClassName
{
border-color: #A6913E;
}
</style>