Shades of Luxor Gold #A7883E
Tints of Luxor Gold #A7883E
RGB
CMYK
RGB Variations
Color information
#A7883E (or 0xA7883E) is known color: Luxor Gold. HEX triplet: A7, 88 and 3E. RGB value is (167,136,62). Sum of RGB (Red+Green+Blue) = 167+136+62=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7883E is #5877C1. Grayscale: #898989. Windows color (decimal): -5797826 or 4098215. OLE color: 4098215.
HSL color Cylindrical-coordinate representation of color #A7883E: hue angle of 42.29º 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 #A7883E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 62 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.35 |
| HSL | 42.29º | 0.46% | 0.45% | - |
| HSV(B) | 42.29º | 0.63% | 0.65% | - |
| XYZ | 25.61 | 26.17 | 8.26 | - |
| YUV | 136.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 62 | 0 | 0.19 | 0.63 | 0.35 | 42.29 | 0.46 | 0.45 |
| Hex | A7 | 88 | 3E | 0 | 13 | 3F | 23 | 2A | 2E | 2D |
| Octal | 247 | 210 | 76 | 0 | 23 | 77 | 43 | 52 | 56 | 55 |
| Binary | 10100111 | 10001000 | 111110 | 0 | 10011 | 111111 | 100011 | 101010 | 101110 | 101101 |
Color Harmonies of #A7883E
Complementary color
Monochromatic Colors of #A7883E
Black with #A7883E
Text Example
Text Example
White with #A7883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7883E; }
p { color: rgb(167,136,62); }
H1.HeaderClassName
{
color: #A7883E;
}
.AnyTagClassName
{
color: #A7883E;
}
</style>
background-color css
<style>
a { background-color: #A7883E; }
a { background-color: rgb(167,136,62); }
div.DivClassName
{
background-color: #A7883E;
}
.BgClassName
{
background-color: #A7883E;
}
</style>
border-color css
<style>
span { border-color: #A7883E; }
span { border-color: rgb(167,136,62); }
td.TdClassName
{
border-color: #A7883E;
}
.TagClassName
{
border-color: #A7883E;
}
</style>