Shades of Luxor Gold #A08D41
Tints of Luxor Gold #A08D41
RGB
CMYK
RGB Variations
Color information
#A08D41 (or 0xA08D41) is known color: Luxor Gold. HEX triplet: A0, 8D and 41. RGB value is (160,141,65). Sum of RGB (Red+Green+Blue) = 160+141+65=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D41 is #5F72BE. Grayscale: #8A8A8A. Windows color (decimal): -6255295 or 4296096. OLE color: 4296096.
HSL color Cylindrical-coordinate representation of color #A08D41: hue angle of 48º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A08D41 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 65 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.37 |
| HSL | 48º | 0.42% | 0.44% | - |
| HSV(B) | 48º | 0.59% | 0.63% | - |
| XYZ | 24.98 | 26.9 | 8.88 | - |
| YUV | 138.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 65 | 0 | 0.12 | 0.59 | 0.37 | 48 | 0.42 | 0.44 |
| Hex | A0 | 8D | 41 | 0 | C | 3B | 25 | 30 | 2A | 2C |
| Octal | 240 | 215 | 101 | 0 | 14 | 73 | 45 | 60 | 52 | 54 |
| Binary | 10100000 | 10001101 | 1000001 | 0 | 1100 | 111011 | 100101 | 110000 | 101010 | 101100 |
Color Harmonies of #A08D41
Complementary color
Monochromatic Colors of #A08D41
Black with #A08D41
Text Example
Text Example
White with #A08D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D41; }
p { color: rgb(160,141,65); }
H1.HeaderClassName
{
color: #A08D41;
}
.AnyTagClassName
{
color: #A08D41;
}
</style>
background-color css
<style>
a { background-color: #A08D41; }
a { background-color: rgb(160,141,65); }
div.DivClassName
{
background-color: #A08D41;
}
.BgClassName
{
background-color: #A08D41;
}
</style>
border-color css
<style>
span { border-color: #A08D41; }
span { border-color: rgb(160,141,65); }
td.TdClassName
{
border-color: #A08D41;
}
.TagClassName
{
border-color: #A08D41;
}
</style>