Shades of Luxor Gold #A6873F
Tints of Luxor Gold #A6873F
RGB
CMYK
RGB Variations
Color information
#A6873F (or 0xA6873F) is known color: Luxor Gold. HEX triplet: A6, 87 and 3F. RGB value is (166,135,63). Sum of RGB (Red+Green+Blue) = 166+135+63=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6873F is #5978C0. Grayscale: #888888. Windows color (decimal): -5863617 or 4163494. OLE color: 4163494.
HSL color Cylindrical-coordinate representation of color #A6873F: hue angle of 41.94º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6873F is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 63 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.35 |
| HSL | 41.94º | 0.45% | 0.45% | - |
| HSV(B) | 41.94º | 0.62% | 0.65% | - |
| XYZ | 25.29 | 25.79 | 8.35 | - |
| YUV | 136.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 63 | 0 | 0.19 | 0.62 | 0.35 | 41.94 | 0.45 | 0.45 |
| Hex | A6 | 87 | 3F | 0 | 13 | 3E | 23 | 2A | 2D | 2D |
| Octal | 246 | 207 | 77 | 0 | 23 | 76 | 43 | 52 | 55 | 55 |
| Binary | 10100110 | 10000111 | 111111 | 0 | 10011 | 111110 | 100011 | 101010 | 101101 | 101101 |
Color Harmonies of #A6873F
Complementary color
Monochromatic Colors of #A6873F
Black with #A6873F
Text Example
Text Example
White with #A6873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6873F; }
p { color: rgb(166,135,63); }
H1.HeaderClassName
{
color: #A6873F;
}
.AnyTagClassName
{
color: #A6873F;
}
</style>
background-color css
<style>
a { background-color: #A6873F; }
a { background-color: rgb(166,135,63); }
div.DivClassName
{
background-color: #A6873F;
}
.BgClassName
{
background-color: #A6873F;
}
</style>
border-color css
<style>
span { border-color: #A6873F; }
span { border-color: rgb(166,135,63); }
td.TdClassName
{
border-color: #A6873F;
}
.TagClassName
{
border-color: #A6873F;
}
</style>