Shades of Luxor Gold #A89240
Tints of Luxor Gold #A89240
RGB
CMYK
RGB Variations
Color information
#A89240 (or 0xA89240) is known color: Luxor Gold. HEX triplet: A8, 92 and 40. RGB value is (168,146,64). Sum of RGB (Red+Green+Blue) = 168+146+64=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A89240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89240 is #576DBF. Grayscale: #8F8F8F. Windows color (decimal): -5729728 or 4231848. OLE color: 4231848.
HSL color Cylindrical-coordinate representation of color #A89240: hue angle of 47.31º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A89240 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 64 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.34 |
| HSL | 47.31º | 0.45% | 0.45% | - |
| HSV(B) | 47.31º | 0.62% | 0.66% | - |
| XYZ | 27.35 | 29.25 | 9.06 | - |
| YUV | 143.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 64 | 0 | 0.13 | 0.62 | 0.34 | 47.31 | 0.45 | 0.45 |
| Hex | A8 | 92 | 40 | 0 | D | 3E | 22 | 2F | 2D | 2D |
| Octal | 250 | 222 | 100 | 0 | 15 | 76 | 42 | 57 | 55 | 55 |
| Binary | 10101000 | 10010010 | 1000000 | 0 | 1101 | 111110 | 100010 | 101111 | 101101 | 101101 |
Color Harmonies of #A89240
Complementary color
Monochromatic Colors of #A89240
Black with #A89240
Text Example
Text Example
White with #A89240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89240; }
p { color: rgb(168,146,64); }
H1.HeaderClassName
{
color: #A89240;
}
.AnyTagClassName
{
color: #A89240;
}
</style>
background-color css
<style>
a { background-color: #A89240; }
a { background-color: rgb(168,146,64); }
div.DivClassName
{
background-color: #A89240;
}
.BgClassName
{
background-color: #A89240;
}
</style>
border-color css
<style>
span { border-color: #A89240; }
span { border-color: rgb(168,146,64); }
td.TdClassName
{
border-color: #A89240;
}
.TagClassName
{
border-color: #A89240;
}
</style>