Shades of Luxor Gold #A08F45
Tints of Luxor Gold #A08F45
RGB
CMYK
RGB Variations
Color information
#A08F45 (or 0xA08F45) is known color: Luxor Gold. HEX triplet: A0, 8F and 45. RGB value is (160,143,69). Sum of RGB (Red+Green+Blue) = 160+143+69=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F45 is #5F70BA. Grayscale: #8B8B8B. Windows color (decimal): -6254779 or 4558752. OLE color: 4558752.
HSL color Cylindrical-coordinate representation of color #A08F45: hue angle of 48.79º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08F45 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 69 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.37 |
| HSL | 48.79º | 0.4% | 0.45% | - |
| HSV(B) | 48.79º | 0.57% | 0.63% | - |
| XYZ | 25.39 | 27.55 | 9.61 | - |
| YUV | 139.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 69 | 0 | 0.11 | 0.57 | 0.37 | 48.79 | 0.4 | 0.45 |
| Hex | A0 | 8F | 45 | 0 | B | 39 | 25 | 31 | 28 | 2D |
| Octal | 240 | 217 | 105 | 0 | 13 | 71 | 45 | 61 | 50 | 55 |
| Binary | 10100000 | 10001111 | 1000101 | 0 | 1011 | 111001 | 100101 | 110001 | 101000 | 101101 |
Color Harmonies of #A08F45
Complementary color
Monochromatic Colors of #A08F45
Black with #A08F45
Text Example
Text Example
White with #A08F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F45; }
p { color: rgb(160,143,69); }
H1.HeaderClassName
{
color: #A08F45;
}
.AnyTagClassName
{
color: #A08F45;
}
</style>
background-color css
<style>
a { background-color: #A08F45; }
a { background-color: rgb(160,143,69); }
div.DivClassName
{
background-color: #A08F45;
}
.BgClassName
{
background-color: #A08F45;
}
</style>
border-color css
<style>
span { border-color: #A08F45; }
span { border-color: rgb(160,143,69); }
td.TdClassName
{
border-color: #A08F45;
}
.TagClassName
{
border-color: #A08F45;
}
</style>