Shades of Luxor Gold #A6883E
Tints of Luxor Gold #A6883E
RGB
CMYK
RGB Variations
Color information
#A6883E (or 0xA6883E) is known color: Luxor Gold. HEX triplet: A6, 88 and 3E. RGB value is (166,136,62). Sum of RGB (Red+Green+Blue) = 166+136+62=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6883E is #5977C1. Grayscale: #888888. Windows color (decimal): -5863362 or 4098214. OLE color: 4098214.
HSL color Cylindrical-coordinate representation of color #A6883E: hue angle of 42.69º 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 #A6883E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 62 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.35 |
| HSL | 42.69º | 0.46% | 0.45% | - |
| HSV(B) | 42.69º | 0.63% | 0.65% | - |
| XYZ | 25.4 | 26.06 | 8.25 | - |
| YUV | 136.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 62 | 0 | 0.18 | 0.63 | 0.35 | 42.69 | 0.46 | 0.45 |
| Hex | A6 | 88 | 3E | 0 | 12 | 3F | 23 | 2B | 2E | 2D |
| Octal | 246 | 210 | 76 | 0 | 22 | 77 | 43 | 53 | 56 | 55 |
| Binary | 10100110 | 10001000 | 111110 | 0 | 10010 | 111111 | 100011 | 101011 | 101110 | 101101 |
Color Harmonies of #A6883E
Complementary color
Monochromatic Colors of #A6883E
Black with #A6883E
Text Example
Text Example
White with #A6883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6883E; }
p { color: rgb(166,136,62); }
H1.HeaderClassName
{
color: #A6883E;
}
.AnyTagClassName
{
color: #A6883E;
}
</style>
background-color css
<style>
a { background-color: #A6883E; }
a { background-color: rgb(166,136,62); }
div.DivClassName
{
background-color: #A6883E;
}
.BgClassName
{
background-color: #A6883E;
}
</style>
border-color css
<style>
span { border-color: #A6883E; }
span { border-color: rgb(166,136,62); }
td.TdClassName
{
border-color: #A6883E;
}
.TagClassName
{
border-color: #A6883E;
}
</style>