Shades of Luxor Gold #A6893D
Tints of Luxor Gold #A6893D
RGB
CMYK
RGB Variations
Color information
#A6893D (or 0xA6893D) is known color: Luxor Gold. HEX triplet: A6, 89 and 3D. RGB value is (166,137,61). Sum of RGB (Red+Green+Blue) = 166+137+61=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6893D is #5976C2. Grayscale: #898989. Windows color (decimal): -5863107 or 4032934. OLE color: 4032934.
HSL color Cylindrical-coordinate representation of color #A6893D: hue angle of 43.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6893D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 61 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.35 |
| HSL | 43.43º | 0.46% | 0.45% | - |
| HSV(B) | 43.43º | 0.63% | 0.65% | - |
| XYZ | 25.51 | 26.34 | 8.15 | - |
| YUV | 137.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 61 | 0 | 0.17 | 0.63 | 0.35 | 43.43 | 0.46 | 0.45 |
| Hex | A6 | 89 | 3D | 0 | 11 | 3F | 23 | 2B | 2E | 2D |
| Octal | 246 | 211 | 75 | 0 | 21 | 77 | 43 | 53 | 56 | 55 |
| Binary | 10100110 | 10001001 | 111101 | 0 | 10001 | 111111 | 100011 | 101011 | 101110 | 101101 |
Color Harmonies of #A6893D
Complementary color
Monochromatic Colors of #A6893D
Black with #A6893D
Text Example
Text Example
White with #A6893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6893D; }
p { color: rgb(166,137,61); }
H1.HeaderClassName
{
color: #A6893D;
}
.AnyTagClassName
{
color: #A6893D;
}
</style>
background-color css
<style>
a { background-color: #A6893D; }
a { background-color: rgb(166,137,61); }
div.DivClassName
{
background-color: #A6893D;
}
.BgClassName
{
background-color: #A6893D;
}
</style>
border-color css
<style>
span { border-color: #A6893D; }
span { border-color: rgb(166,137,61); }
td.TdClassName
{
border-color: #A6893D;
}
.TagClassName
{
border-color: #A6893D;
}
</style>