Shades of Luxor Gold #A08D46
Tints of Luxor Gold #A08D46
RGB
CMYK
RGB Variations
Color information
#A08D46 (or 0xA08D46) is known color: Luxor Gold. HEX triplet: A0, 8D and 46. RGB value is (160,141,70). Sum of RGB (Red+Green+Blue) = 160+141+70=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D46 is #5F72B9. Grayscale: #8A8A8A. Windows color (decimal): -6255290 or 4623776. OLE color: 4623776.
HSL color Cylindrical-coordinate representation of color #A08D46: hue angle of 47.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A08D46 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 70 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.37 |
| HSL | 47.33º | 0.39% | 0.45% | - |
| HSV(B) | 47.33º | 0.56% | 0.63% | - |
| XYZ | 25.13 | 26.97 | 9.67 | - |
| YUV | 138.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 70 | 0 | 0.12 | 0.56 | 0.37 | 47.33 | 0.39 | 0.45 |
| Hex | A0 | 8D | 46 | 0 | C | 38 | 25 | 2F | 27 | 2D |
| Octal | 240 | 215 | 106 | 0 | 14 | 70 | 45 | 57 | 47 | 55 |
| Binary | 10100000 | 10001101 | 1000110 | 0 | 1100 | 111000 | 100101 | 101111 | 100111 | 101101 |
Color Harmonies of #A08D46
Complementary color
Monochromatic Colors of #A08D46
Black with #A08D46
Text Example
Text Example
White with #A08D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D46; }
p { color: rgb(160,141,70); }
H1.HeaderClassName
{
color: #A08D46;
}
.AnyTagClassName
{
color: #A08D46;
}
</style>
background-color css
<style>
a { background-color: #A08D46; }
a { background-color: rgb(160,141,70); }
div.DivClassName
{
background-color: #A08D46;
}
.BgClassName
{
background-color: #A08D46;
}
</style>
border-color css
<style>
span { border-color: #A08D46; }
span { border-color: rgb(160,141,70); }
td.TdClassName
{
border-color: #A08D46;
}
.TagClassName
{
border-color: #A08D46;
}
</style>