Shades of Luxor Gold #A08F46
Tints of Luxor Gold #A08F46
RGB
CMYK
RGB Variations
Color information
#A08F46 (or 0xA08F46) is known color: Luxor Gold. HEX triplet: A0, 8F and 46. RGB value is (160,143,70). Sum of RGB (Red+Green+Blue) = 160+143+70=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F46 is #5F70B9. Grayscale: #8C8C8C. Windows color (decimal): -6254778 or 4624288. OLE color: 4624288.
HSL color Cylindrical-coordinate representation of color #A08F46: hue angle of 48.67º 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 #A08F46 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 70 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.37 |
| HSL | 48.67º | 0.39% | 0.45% | - |
| HSV(B) | 48.67º | 0.56% | 0.63% | - |
| XYZ | 25.43 | 27.56 | 9.77 | - |
| YUV | 139.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 70 | 0 | 0.11 | 0.56 | 0.37 | 48.67 | 0.39 | 0.45 |
| Hex | A0 | 8F | 46 | 0 | B | 38 | 25 | 31 | 27 | 2D |
| Octal | 240 | 217 | 106 | 0 | 13 | 70 | 45 | 61 | 47 | 55 |
| Binary | 10100000 | 10001111 | 1000110 | 0 | 1011 | 111000 | 100101 | 110001 | 100111 | 101101 |
Color Harmonies of #A08F46
Complementary color
Monochromatic Colors of #A08F46
Black with #A08F46
Text Example
Text Example
White with #A08F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F46; }
p { color: rgb(160,143,70); }
H1.HeaderClassName
{
color: #A08F46;
}
.AnyTagClassName
{
color: #A08F46;
}
</style>
background-color css
<style>
a { background-color: #A08F46; }
a { background-color: rgb(160,143,70); }
div.DivClassName
{
background-color: #A08F46;
}
.BgClassName
{
background-color: #A08F46;
}
</style>
border-color css
<style>
span { border-color: #A08F46; }
span { border-color: rgb(160,143,70); }
td.TdClassName
{
border-color: #A08F46;
}
.TagClassName
{
border-color: #A08F46;
}
</style>