Shades of Luxor Gold #A68946
Tints of Luxor Gold #A68946
RGB
CMYK
RGB Variations
Color information
#A68946 (or 0xA68946) is known color: Luxor Gold. HEX triplet: A6, 89 and 46. RGB value is (166,137,70). Sum of RGB (Red+Green+Blue) = 166+137+70=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68946 is #5976B9. Grayscale: #8A8A8A. Windows color (decimal): -5863098 or 4622758. OLE color: 4622758.
HSL color Cylindrical-coordinate representation of color #A68946: hue angle of 41.88º 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 #A68946 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 70 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.35 |
| HSL | 41.88º | 0.41% | 0.46% | - |
| HSV(B) | 41.88º | 0.58% | 0.65% | - |
| XYZ | 25.78 | 26.44 | 9.54 | - |
| YUV | 138.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 70 | 0 | 0.17 | 0.58 | 0.35 | 41.88 | 0.41 | 0.46 |
| Hex | A6 | 89 | 46 | 0 | 11 | 3A | 23 | 2A | 29 | 2E |
| Octal | 246 | 211 | 106 | 0 | 21 | 72 | 43 | 52 | 51 | 56 |
| Binary | 10100110 | 10001001 | 1000110 | 0 | 10001 | 111010 | 100011 | 101010 | 101001 | 101110 |
Color Harmonies of #A68946
Complementary color
Monochromatic Colors of #A68946
Black with #A68946
Text Example
Text Example
White with #A68946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68946; }
p { color: rgb(166,137,70); }
H1.HeaderClassName
{
color: #A68946;
}
.AnyTagClassName
{
color: #A68946;
}
</style>
background-color css
<style>
a { background-color: #A68946; }
a { background-color: rgb(166,137,70); }
div.DivClassName
{
background-color: #A68946;
}
.BgClassName
{
background-color: #A68946;
}
</style>
border-color css
<style>
span { border-color: #A68946; }
span { border-color: rgb(166,137,70); }
td.TdClassName
{
border-color: #A68946;
}
.TagClassName
{
border-color: #A68946;
}
</style>