Shades of Luxor Gold #A68D41
Tints of Luxor Gold #A68D41
RGB
CMYK
RGB Variations
Color information
#A68D41 (or 0xA68D41) is known color: Luxor Gold. HEX triplet: A6, 8D and 41. RGB value is (166,141,65). Sum of RGB (Red+Green+Blue) = 166+141+65=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D41 is #5972BE. Grayscale: #8C8C8C. Windows color (decimal): -5862079 or 4296102. OLE color: 4296102.
HSL color Cylindrical-coordinate representation of color #A68D41: hue angle of 45.15º 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 #A68D41 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 65 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.35 |
| HSL | 45.15º | 0.44% | 0.45% | - |
| HSV(B) | 45.15º | 0.61% | 0.65% | - |
| XYZ | 26.2 | 27.54 | 8.94 | - |
| YUV | 139.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 65 | 0 | 0.15 | 0.61 | 0.35 | 45.15 | 0.44 | 0.45 |
| Hex | A6 | 8D | 41 | 0 | F | 3D | 23 | 2D | 2C | 2D |
| Octal | 246 | 215 | 101 | 0 | 17 | 75 | 43 | 55 | 54 | 55 |
| Binary | 10100110 | 10001101 | 1000001 | 0 | 1111 | 111101 | 100011 | 101101 | 101100 | 101101 |
Color Harmonies of #A68D41
Complementary color
Monochromatic Colors of #A68D41
Black with #A68D41
Text Example
Text Example
White with #A68D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D41; }
p { color: rgb(166,141,65); }
H1.HeaderClassName
{
color: #A68D41;
}
.AnyTagClassName
{
color: #A68D41;
}
</style>
background-color css
<style>
a { background-color: #A68D41; }
a { background-color: rgb(166,141,65); }
div.DivClassName
{
background-color: #A68D41;
}
.BgClassName
{
background-color: #A68D41;
}
</style>
border-color css
<style>
span { border-color: #A68D41; }
span { border-color: rgb(166,141,65); }
td.TdClassName
{
border-color: #A68D41;
}
.TagClassName
{
border-color: #A68D41;
}
</style>