Shades of Luxor Gold #A08A41
Tints of Luxor Gold #A08A41
RGB
CMYK
RGB Variations
Color information
#A08A41 (or 0xA08A41) is known color: Luxor Gold. HEX triplet: A0, 8A and 41. RGB value is (160,138,65). Sum of RGB (Red+Green+Blue) = 160+138+65=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A41 is #5F75BE. Grayscale: #888888. Windows color (decimal): -6256063 or 4295328. OLE color: 4295328.
HSL color Cylindrical-coordinate representation of color #A08A41: hue angle of 46.11º 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 #A08A41 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 65 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.37 |
| HSL | 46.11º | 0.42% | 0.44% | - |
| HSV(B) | 46.11º | 0.59% | 0.63% | - |
| XYZ | 24.54 | 26.03 | 8.73 | - |
| YUV | 136.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 65 | 0 | 0.14 | 0.59 | 0.37 | 46.11 | 0.42 | 0.44 |
| Hex | A0 | 8A | 41 | 0 | E | 3B | 25 | 2E | 2A | 2C |
| Octal | 240 | 212 | 101 | 0 | 16 | 73 | 45 | 56 | 52 | 54 |
| Binary | 10100000 | 10001010 | 1000001 | 0 | 1110 | 111011 | 100101 | 101110 | 101010 | 101100 |
Color Harmonies of #A08A41
Complementary color
Monochromatic Colors of #A08A41
Black with #A08A41
Text Example
Text Example
White with #A08A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A41; }
p { color: rgb(160,138,65); }
H1.HeaderClassName
{
color: #A08A41;
}
.AnyTagClassName
{
color: #A08A41;
}
</style>
background-color css
<style>
a { background-color: #A08A41; }
a { background-color: rgb(160,138,65); }
div.DivClassName
{
background-color: #A08A41;
}
.BgClassName
{
background-color: #A08A41;
}
</style>
border-color css
<style>
span { border-color: #A08A41; }
span { border-color: rgb(160,138,65); }
td.TdClassName
{
border-color: #A08A41;
}
.TagClassName
{
border-color: #A08A41;
}
</style>