Shades of Luxor Gold #A08440
Tints of Luxor Gold #A08440
RGB
CMYK
RGB Variations
Color information
#A08440 (or 0xA08440) is known color: Luxor Gold. HEX triplet: A0, 84 and 40. RGB value is (160,132,64). Sum of RGB (Red+Green+Blue) = 160+132+64=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08440 is #5F7BBF. Grayscale: #848484. Windows color (decimal): -6257600 or 4228256. OLE color: 4228256.
HSL color Cylindrical-coordinate representation of color #A08440: hue angle of 42.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A08440 is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 64 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.37 |
| HSL | 42.5º | 0.43% | 0.44% | - |
| HSV(B) | 42.5º | 0.6% | 0.63% | - |
| XYZ | 23.67 | 24.35 | 8.3 | - |
| YUV | 132.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 64 | 0 | 0.17 | 0.6 | 0.37 | 42.5 | 0.43 | 0.44 |
| Hex | A0 | 84 | 40 | 0 | 11 | 3C | 25 | 2A | 2B | 2C |
| Octal | 240 | 204 | 100 | 0 | 21 | 74 | 45 | 52 | 53 | 54 |
| Binary | 10100000 | 10000100 | 1000000 | 0 | 10001 | 111100 | 100101 | 101010 | 101011 | 101100 |
Color Harmonies of #A08440
Complementary color
Monochromatic Colors of #A08440
Black with #A08440
Text Example
Text Example
White with #A08440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08440; }
p { color: rgb(160,132,64); }
H1.HeaderClassName
{
color: #A08440;
}
.AnyTagClassName
{
color: #A08440;
}
</style>
background-color css
<style>
a { background-color: #A08440; }
a { background-color: rgb(160,132,64); }
div.DivClassName
{
background-color: #A08440;
}
.BgClassName
{
background-color: #A08440;
}
</style>
border-color css
<style>
span { border-color: #A08440; }
span { border-color: rgb(160,132,64); }
td.TdClassName
{
border-color: #A08440;
}
.TagClassName
{
border-color: #A08440;
}
</style>