Shades of Luxor Gold #A68E46
Tints of Luxor Gold #A68E46
RGB
CMYK
RGB Variations
Color information
#A68E46 (or 0xA68E46) is known color: Luxor Gold. HEX triplet: A6, 8E and 46. RGB value is (166,142,70). Sum of RGB (Red+Green+Blue) = 166+142+70=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E46 is #5971B9. Grayscale: #8D8D8D. Windows color (decimal): -5861818 or 4624038. OLE color: 4624038.
HSL color Cylindrical-coordinate representation of color #A68E46: hue angle of 45º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A68E46 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 70 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.35 |
| HSL | 45º | 0.41% | 0.46% | - |
| HSV(B) | 45º | 0.58% | 0.65% | - |
| XYZ | 26.5 | 27.9 | 9.78 | - |
| YUV | 140.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 70 | 0 | 0.14 | 0.58 | 0.35 | 45 | 0.41 | 0.46 |
| Hex | A6 | 8E | 46 | 0 | E | 3A | 23 | 2D | 29 | 2E |
| Octal | 246 | 216 | 106 | 0 | 16 | 72 | 43 | 55 | 51 | 56 |
| Binary | 10100110 | 10001110 | 1000110 | 0 | 1110 | 111010 | 100011 | 101101 | 101001 | 101110 |
Color Harmonies of #A68E46
Complementary color
Monochromatic Colors of #A68E46
Black with #A68E46
Text Example
Text Example
White with #A68E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E46; }
p { color: rgb(166,142,70); }
H1.HeaderClassName
{
color: #A68E46;
}
.AnyTagClassName
{
color: #A68E46;
}
</style>
background-color css
<style>
a { background-color: #A68E46; }
a { background-color: rgb(166,142,70); }
div.DivClassName
{
background-color: #A68E46;
}
.BgClassName
{
background-color: #A68E46;
}
</style>
border-color css
<style>
span { border-color: #A68E46; }
span { border-color: rgb(166,142,70); }
td.TdClassName
{
border-color: #A68E46;
}
.TagClassName
{
border-color: #A68E46;
}
</style>