Shades of Luxor Gold #A68C47
Tints of Luxor Gold #A68C47
RGB
CMYK
RGB Variations
Color information
#A68C47 (or 0xA68C47) is known color: Luxor Gold. HEX triplet: A6, 8C and 47. RGB value is (166,140,71). Sum of RGB (Red+Green+Blue) = 166+140+71=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C47 is #5973B8. Grayscale: #8C8C8C. Windows color (decimal): -5862329 or 4689062. OLE color: 4689062.
HSL color Cylindrical-coordinate representation of color #A68C47: hue angle of 43.58º 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 #A68C47 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 71 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.35 |
| HSL | 43.58º | 0.4% | 0.46% | - |
| HSV(B) | 43.58º | 0.57% | 0.65% | - |
| XYZ | 26.24 | 27.32 | 9.85 | - |
| YUV | 139.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 71 | 0 | 0.16 | 0.57 | 0.35 | 43.58 | 0.4 | 0.46 |
| Hex | A6 | 8C | 47 | 0 | 10 | 39 | 23 | 2C | 28 | 2E |
| Octal | 246 | 214 | 107 | 0 | 20 | 71 | 43 | 54 | 50 | 56 |
| Binary | 10100110 | 10001100 | 1000111 | 0 | 10000 | 111001 | 100011 | 101100 | 101000 | 101110 |
Color Harmonies of #A68C47
Complementary color
Monochromatic Colors of #A68C47
Black with #A68C47
Text Example
Text Example
White with #A68C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C47; }
p { color: rgb(166,140,71); }
H1.HeaderClassName
{
color: #A68C47;
}
.AnyTagClassName
{
color: #A68C47;
}
</style>
background-color css
<style>
a { background-color: #A68C47; }
a { background-color: rgb(166,140,71); }
div.DivClassName
{
background-color: #A68C47;
}
.BgClassName
{
background-color: #A68C47;
}
</style>
border-color css
<style>
span { border-color: #A68C47; }
span { border-color: rgb(166,140,71); }
td.TdClassName
{
border-color: #A68C47;
}
.TagClassName
{
border-color: #A68C47;
}
</style>