Shades of Luxor Gold #A68A40
Tints of Luxor Gold #A68A40
RGB
CMYK
RGB Variations
Color information
#A68A40 (or 0xA68A40) is known color: Luxor Gold. HEX triplet: A6, 8A and 40. RGB value is (166,138,64). Sum of RGB (Red+Green+Blue) = 166+138+64=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A40 is #5975BF. Grayscale: #8A8A8A. Windows color (decimal): -5862848 or 4229798. OLE color: 4229798.
HSL color Cylindrical-coordinate representation of color #A68A40: hue angle of 43.53º 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 #A68A40 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 64 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.35 |
| HSL | 43.53º | 0.44% | 0.45% | - |
| HSV(B) | 43.53º | 0.61% | 0.65% | - |
| XYZ | 25.74 | 26.65 | 8.64 | - |
| YUV | 137.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 64 | 0 | 0.17 | 0.61 | 0.35 | 43.53 | 0.44 | 0.45 |
| Hex | A6 | 8A | 40 | 0 | 11 | 3D | 23 | 2C | 2C | 2D |
| Octal | 246 | 212 | 100 | 0 | 21 | 75 | 43 | 54 | 54 | 55 |
| Binary | 10100110 | 10001010 | 1000000 | 0 | 10001 | 111101 | 100011 | 101100 | 101100 | 101101 |
Color Harmonies of #A68A40
Complementary color
Monochromatic Colors of #A68A40
Black with #A68A40
Text Example
Text Example
White with #A68A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A40; }
p { color: rgb(166,138,64); }
H1.HeaderClassName
{
color: #A68A40;
}
.AnyTagClassName
{
color: #A68A40;
}
</style>
background-color css
<style>
a { background-color: #A68A40; }
a { background-color: rgb(166,138,64); }
div.DivClassName
{
background-color: #A68A40;
}
.BgClassName
{
background-color: #A68A40;
}
</style>
border-color css
<style>
span { border-color: #A68A40; }
span { border-color: rgb(166,138,64); }
td.TdClassName
{
border-color: #A68A40;
}
.TagClassName
{
border-color: #A68A40;
}
</style>