Shades of Luxor Gold #A08445
Tints of Luxor Gold #A08445
RGB
CMYK
RGB Variations
Color information
#A08445 (or 0xA08445) is known color: Luxor Gold. HEX triplet: A0, 84 and 45. RGB value is (160,132,69). Sum of RGB (Red+Green+Blue) = 160+132+69=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08445 is #5F7BBA. Grayscale: #858585. Windows color (decimal): -6257595 or 4555936. OLE color: 4555936.
HSL color Cylindrical-coordinate representation of color #A08445: hue angle of 41.54º 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 #A08445 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 69 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.37 |
| HSL | 41.54º | 0.4% | 0.45% | - |
| HSV(B) | 41.54º | 0.57% | 0.63% | - |
| XYZ | 23.82 | 24.41 | 9.09 | - |
| YUV | 133.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 69 | 0 | 0.17 | 0.57 | 0.37 | 41.54 | 0.4 | 0.45 |
| Hex | A0 | 84 | 45 | 0 | 11 | 39 | 25 | 2A | 28 | 2D |
| Octal | 240 | 204 | 105 | 0 | 21 | 71 | 45 | 52 | 50 | 55 |
| Binary | 10100000 | 10000100 | 1000101 | 0 | 10001 | 111001 | 100101 | 101010 | 101000 | 101101 |
Color Harmonies of #A08445
Complementary color
Monochromatic Colors of #A08445
Black with #A08445
Text Example
Text Example
White with #A08445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08445; }
p { color: rgb(160,132,69); }
H1.HeaderClassName
{
color: #A08445;
}
.AnyTagClassName
{
color: #A08445;
}
</style>
background-color css
<style>
a { background-color: #A08445; }
a { background-color: rgb(160,132,69); }
div.DivClassName
{
background-color: #A08445;
}
.BgClassName
{
background-color: #A08445;
}
</style>
border-color css
<style>
span { border-color: #A08445; }
span { border-color: rgb(160,132,69); }
td.TdClassName
{
border-color: #A08445;
}
.TagClassName
{
border-color: #A08445;
}
</style>