Shades of Luxor Gold #A68841
Tints of Luxor Gold #A68841
RGB
CMYK
RGB Variations
Color information
#A68841 (or 0xA68841) is known color: Luxor Gold. HEX triplet: A6, 88 and 41. RGB value is (166,136,65). Sum of RGB (Red+Green+Blue) = 166+136+65=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A68841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68841 is #5977BE. Grayscale: #898989. Windows color (decimal): -5863359 or 4294822. OLE color: 4294822.
HSL color Cylindrical-coordinate representation of color #A68841: hue angle of 42.18º 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 #A68841 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 65 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.35 |
| HSL | 42.18º | 0.44% | 0.45% | - |
| HSV(B) | 42.18º | 0.61% | 0.65% | - |
| XYZ | 25.48 | 26.1 | 8.7 | - |
| YUV | 136.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 65 | 0 | 0.18 | 0.61 | 0.35 | 42.18 | 0.44 | 0.45 |
| Hex | A6 | 88 | 41 | 0 | 12 | 3D | 23 | 2A | 2C | 2D |
| Octal | 246 | 210 | 101 | 0 | 22 | 75 | 43 | 52 | 54 | 55 |
| Binary | 10100110 | 10001000 | 1000001 | 0 | 10010 | 111101 | 100011 | 101010 | 101100 | 101101 |
Color Harmonies of #A68841
Complementary color
Monochromatic Colors of #A68841
Black with #A68841
Text Example
Text Example
White with #A68841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68841; }
p { color: rgb(166,136,65); }
H1.HeaderClassName
{
color: #A68841;
}
.AnyTagClassName
{
color: #A68841;
}
</style>
background-color css
<style>
a { background-color: #A68841; }
a { background-color: rgb(166,136,65); }
div.DivClassName
{
background-color: #A68841;
}
.BgClassName
{
background-color: #A68841;
}
</style>
border-color css
<style>
span { border-color: #A68841; }
span { border-color: rgb(166,136,65); }
td.TdClassName
{
border-color: #A68841;
}
.TagClassName
{
border-color: #A68841;
}
</style>