Shades of Luxor Gold #A68C46
Tints of Luxor Gold #A68C46
RGB
CMYK
RGB Variations
Color information
#A68C46 (or 0xA68C46) is known color: Luxor Gold. HEX triplet: A6, 8C and 46. RGB value is (166,140,70). Sum of RGB (Red+Green+Blue) = 166+140+70=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C46 is #5973B9. Grayscale: #8C8C8C. Windows color (decimal): -5862330 or 4623526. OLE color: 4623526.
HSL color Cylindrical-coordinate representation of color #A68C46: hue angle of 43.75º 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 #A68C46 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 70 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.35 |
| HSL | 43.75º | 0.41% | 0.46% | - |
| HSV(B) | 43.75º | 0.58% | 0.65% | - |
| XYZ | 26.21 | 27.31 | 9.68 | - |
| YUV | 139.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 70 | 0 | 0.16 | 0.58 | 0.35 | 43.75 | 0.41 | 0.46 |
| Hex | A6 | 8C | 46 | 0 | 10 | 3A | 23 | 2C | 29 | 2E |
| Octal | 246 | 214 | 106 | 0 | 20 | 72 | 43 | 54 | 51 | 56 |
| Binary | 10100110 | 10001100 | 1000110 | 0 | 10000 | 111010 | 100011 | 101100 | 101001 | 101110 |
Color Harmonies of #A68C46
Complementary color
Monochromatic Colors of #A68C46
Black with #A68C46
Text Example
Text Example
White with #A68C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C46; }
p { color: rgb(166,140,70); }
H1.HeaderClassName
{
color: #A68C46;
}
.AnyTagClassName
{
color: #A68C46;
}
</style>
background-color css
<style>
a { background-color: #A68C46; }
a { background-color: rgb(166,140,70); }
div.DivClassName
{
background-color: #A68C46;
}
.BgClassName
{
background-color: #A68C46;
}
</style>
border-color css
<style>
span { border-color: #A68C46; }
span { border-color: rgb(166,140,70); }
td.TdClassName
{
border-color: #A68C46;
}
.TagClassName
{
border-color: #A68C46;
}
</style>