Shades of Luxor Gold #A68847
Tints of Luxor Gold #A68847
RGB
CMYK
RGB Variations
Color information
#A68847 (or 0xA68847) is known color: Luxor Gold. HEX triplet: A6, 88 and 47. RGB value is (166,136,71). Sum of RGB (Red+Green+Blue) = 166+136+71=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68847 is #5977B8. Grayscale: #898989. Windows color (decimal): -5863353 or 4688038. OLE color: 4688038.
HSL color Cylindrical-coordinate representation of color #A68847: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68847 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 71 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.35 |
| HSL | 41.05º | 0.4% | 0.46% | - |
| HSV(B) | 41.05º | 0.57% | 0.65% | - |
| XYZ | 25.67 | 26.17 | 9.66 | - |
| YUV | 137.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 71 | 0 | 0.18 | 0.57 | 0.35 | 41.05 | 0.4 | 0.46 |
| Hex | A6 | 88 | 47 | 0 | 12 | 39 | 23 | 29 | 28 | 2E |
| Octal | 246 | 210 | 107 | 0 | 22 | 71 | 43 | 51 | 50 | 56 |
| Binary | 10100110 | 10001000 | 1000111 | 0 | 10010 | 111001 | 100011 | 101001 | 101000 | 101110 |
Color Harmonies of #A68847
Complementary color
Monochromatic Colors of #A68847
Black with #A68847
Text Example
Text Example
White with #A68847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68847; }
p { color: rgb(166,136,71); }
H1.HeaderClassName
{
color: #A68847;
}
.AnyTagClassName
{
color: #A68847;
}
</style>
background-color css
<style>
a { background-color: #A68847; }
a { background-color: rgb(166,136,71); }
div.DivClassName
{
background-color: #A68847;
}
.BgClassName
{
background-color: #A68847;
}
</style>
border-color css
<style>
span { border-color: #A68847; }
span { border-color: rgb(166,136,71); }
td.TdClassName
{
border-color: #A68847;
}
.TagClassName
{
border-color: #A68847;
}
</style>