Shades of Luxor Gold #A08645
Tints of Luxor Gold #A08645
RGB
CMYK
RGB Variations
Color information
#A08645 (or 0xA08645) is known color: Luxor Gold. HEX triplet: A0, 86 and 45. RGB value is (160,134,69). Sum of RGB (Red+Green+Blue) = 160+134+69=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08645 is #5F79BA. Grayscale: #868686. Windows color (decimal): -6257083 or 4556448. OLE color: 4556448.
HSL color Cylindrical-coordinate representation of color #A08645: hue angle of 42.86º 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 #A08645 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 69 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.37 |
| HSL | 42.86º | 0.4% | 0.45% | - |
| HSV(B) | 42.86º | 0.57% | 0.63% | - |
| XYZ | 24.1 | 24.95 | 9.18 | - |
| YUV | 134.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 69 | 0 | 0.16 | 0.57 | 0.37 | 42.86 | 0.4 | 0.45 |
| Hex | A0 | 86 | 45 | 0 | 10 | 39 | 25 | 2B | 28 | 2D |
| Octal | 240 | 206 | 105 | 0 | 20 | 71 | 45 | 53 | 50 | 55 |
| Binary | 10100000 | 10000110 | 1000101 | 0 | 10000 | 111001 | 100101 | 101011 | 101000 | 101101 |
Color Harmonies of #A08645
Complementary color
Monochromatic Colors of #A08645
Black with #A08645
Text Example
Text Example
White with #A08645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08645; }
p { color: rgb(160,134,69); }
H1.HeaderClassName
{
color: #A08645;
}
.AnyTagClassName
{
color: #A08645;
}
</style>
background-color css
<style>
a { background-color: #A08645; }
a { background-color: rgb(160,134,69); }
div.DivClassName
{
background-color: #A08645;
}
.BgClassName
{
background-color: #A08645;
}
</style>
border-color css
<style>
span { border-color: #A08645; }
span { border-color: rgb(160,134,69); }
td.TdClassName
{
border-color: #A08645;
}
.TagClassName
{
border-color: #A08645;
}
</style>