Shades of Luxor Gold #A68D43
Tints of Luxor Gold #A68D43
RGB
CMYK
RGB Variations
Color information
#A68D43 (or 0xA68D43) is known color: Luxor Gold. HEX triplet: A6, 8D and 43. RGB value is (166,141,67). Sum of RGB (Red+Green+Blue) = 166+141+67=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D43 is #5972BC. Grayscale: #8C8C8C. Windows color (decimal): -5862077 or 4427174. OLE color: 4427174.
HSL color Cylindrical-coordinate representation of color #A68D43: hue angle of 44.85º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68D43 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 67 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.35 |
| HSL | 44.85º | 0.42% | 0.46% | - |
| HSV(B) | 44.85º | 0.6% | 0.65% | - |
| XYZ | 26.26 | 27.56 | 9.25 | - |
| YUV | 140.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 67 | 0 | 0.15 | 0.60 | 0.35 | 44.85 | 0.42 | 0.46 |
| Hex | A6 | 8D | 43 | 0 | F | 3C | 23 | 2D | 2A | 2E |
| Octal | 246 | 215 | 103 | 0 | 17 | 74 | 43 | 55 | 52 | 56 |
| Binary | 10100110 | 10001101 | 1000011 | 0 | 1111 | 111100 | 100011 | 101101 | 101010 | 101110 |
Color Harmonies of #A68D43
Complementary color
Monochromatic Colors of #A68D43
Black with #A68D43
Text Example
Text Example
White with #A68D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D43; }
p { color: rgb(166,141,67); }
H1.HeaderClassName
{
color: #A68D43;
}
.AnyTagClassName
{
color: #A68D43;
}
</style>
background-color css
<style>
a { background-color: #A68D43; }
a { background-color: rgb(166,141,67); }
div.DivClassName
{
background-color: #A68D43;
}
.BgClassName
{
background-color: #A68D43;
}
</style>
border-color css
<style>
span { border-color: #A68D43; }
span { border-color: rgb(166,141,67); }
td.TdClassName
{
border-color: #A68D43;
}
.TagClassName
{
border-color: #A68D43;
}
</style>