Shades of Luxor Gold #A68C49
Tints of Luxor Gold #A68C49
RGB
CMYK
RGB Variations
Color information
#A68C49 (or 0xA68C49) is known color: Luxor Gold. HEX triplet: A6, 8C and 49. RGB value is (166,140,73). Sum of RGB (Red+Green+Blue) = 166+140+73=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C49 is #5973B6. Grayscale: #8C8C8C. Windows color (decimal): -5862327 or 4820134. OLE color: 4820134.
HSL color Cylindrical-coordinate representation of color #A68C49: hue angle of 43.23º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A68C49 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 73 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.35 |
| HSL | 43.23º | 0.39% | 0.47% | - |
| HSV(B) | 43.23º | 0.56% | 0.65% | - |
| XYZ | 26.31 | 27.34 | 10.19 | - |
| YUV | 140.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 73 | 0 | 0.16 | 0.56 | 0.35 | 43.23 | 0.39 | 0.47 |
| Hex | A6 | 8C | 49 | 0 | 10 | 38 | 23 | 2B | 27 | 2F |
| Octal | 246 | 214 | 111 | 0 | 20 | 70 | 43 | 53 | 47 | 57 |
| Binary | 10100110 | 10001100 | 1001001 | 0 | 10000 | 111000 | 100011 | 101011 | 100111 | 101111 |
Color Harmonies of #A68C49
Complementary color
Monochromatic Colors of #A68C49
Black with #A68C49
Text Example
Text Example
White with #A68C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C49; }
p { color: rgb(166,140,73); }
H1.HeaderClassName
{
color: #A68C49;
}
.AnyTagClassName
{
color: #A68C49;
}
</style>
background-color css
<style>
a { background-color: #A68C49; }
a { background-color: rgb(166,140,73); }
div.DivClassName
{
background-color: #A68C49;
}
.BgClassName
{
background-color: #A68C49;
}
</style>
border-color css
<style>
span { border-color: #A68C49; }
span { border-color: rgb(166,140,73); }
td.TdClassName
{
border-color: #A68C49;
}
.TagClassName
{
border-color: #A68C49;
}
</style>