Shades of Luxor Gold #A68E40
Tints of Luxor Gold #A68E40
RGB
CMYK
RGB Variations
Color information
#A68E40 (or 0xA68E40) is known color: Luxor Gold. HEX triplet: A6, 8E and 40. RGB value is (166,142,64). Sum of RGB (Red+Green+Blue) = 166+142+64=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E40 is #5971BF. Grayscale: #8C8C8C. Windows color (decimal): -5861824 or 4230822. OLE color: 4230822.
HSL color Cylindrical-coordinate representation of color #A68E40: hue angle of 45.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A68E40 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 64 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.35 |
| HSL | 45.88º | 0.44% | 0.45% | - |
| HSV(B) | 45.88º | 0.61% | 0.65% | - |
| XYZ | 26.32 | 27.82 | 8.83 | - |
| YUV | 140.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 64 | 0 | 0.14 | 0.61 | 0.35 | 45.88 | 0.44 | 0.45 |
| Hex | A6 | 8E | 40 | 0 | E | 3D | 23 | 2E | 2C | 2D |
| Octal | 246 | 216 | 100 | 0 | 16 | 75 | 43 | 56 | 54 | 55 |
| Binary | 10100110 | 10001110 | 1000000 | 0 | 1110 | 111101 | 100011 | 101110 | 101100 | 101101 |
Color Harmonies of #A68E40
Complementary color
Monochromatic Colors of #A68E40
Black with #A68E40
Text Example
Text Example
White with #A68E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E40; }
p { color: rgb(166,142,64); }
H1.HeaderClassName
{
color: #A68E40;
}
.AnyTagClassName
{
color: #A68E40;
}
</style>
background-color css
<style>
a { background-color: #A68E40; }
a { background-color: rgb(166,142,64); }
div.DivClassName
{
background-color: #A68E40;
}
.BgClassName
{
background-color: #A68E40;
}
</style>
border-color css
<style>
span { border-color: #A68E40; }
span { border-color: rgb(166,142,64); }
td.TdClassName
{
border-color: #A68E40;
}
.TagClassName
{
border-color: #A68E40;
}
</style>