Shades of Luxor Gold #A08944
Tints of Luxor Gold #A08944
RGB
CMYK
RGB Variations
Color information
#A08944 (or 0xA08944) is known color: Luxor Gold. HEX triplet: A0, 89 and 44. RGB value is (160,137,68). Sum of RGB (Red+Green+Blue) = 160+137+68=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A08944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08944 is #5F76BB. Grayscale: #888888. Windows color (decimal): -6256316 or 4491680. OLE color: 4491680.
HSL color Cylindrical-coordinate representation of color #A08944: hue angle of 45º 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 #A08944 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 68 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.37 |
| HSL | 45º | 0.4% | 0.45% | - |
| HSV(B) | 45º | 0.58% | 0.63% | - |
| XYZ | 24.49 | 25.78 | 9.15 | - |
| YUV | 136.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 68 | 0 | 0.14 | 0.57 | 0.37 | 45 | 0.4 | 0.45 |
| Hex | A0 | 89 | 44 | 0 | E | 39 | 25 | 2D | 28 | 2D |
| Octal | 240 | 211 | 104 | 0 | 16 | 71 | 45 | 55 | 50 | 55 |
| Binary | 10100000 | 10001001 | 1000100 | 0 | 1110 | 111001 | 100101 | 101101 | 101000 | 101101 |
Color Harmonies of #A08944
Complementary color
Monochromatic Colors of #A08944
Black with #A08944
Text Example
Text Example
White with #A08944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08944; }
p { color: rgb(160,137,68); }
H1.HeaderClassName
{
color: #A08944;
}
.AnyTagClassName
{
color: #A08944;
}
</style>
background-color css
<style>
a { background-color: #A08944; }
a { background-color: rgb(160,137,68); }
div.DivClassName
{
background-color: #A08944;
}
.BgClassName
{
background-color: #A08944;
}
</style>
border-color css
<style>
span { border-color: #A08944; }
span { border-color: rgb(160,137,68); }
td.TdClassName
{
border-color: #A08944;
}
.TagClassName
{
border-color: #A08944;
}
</style>