Shades of Luxor Gold #A08A44
Tints of Luxor Gold #A08A44
RGB
CMYK
RGB Variations
Color information
#A08A44 (or 0xA08A44) is known color: Luxor Gold. HEX triplet: A0, 8A and 44. RGB value is (160,138,68). Sum of RGB (Red+Green+Blue) = 160+138+68=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A44 is #5F75BB. Grayscale: #888888. Windows color (decimal): -6256060 or 4491936. OLE color: 4491936.
HSL color Cylindrical-coordinate representation of color #A08A44: hue angle of 45.65º 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 #A08A44 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 68 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.37 |
| HSL | 45.65º | 0.4% | 0.45% | - |
| HSV(B) | 45.65º | 0.58% | 0.63% | - |
| XYZ | 24.63 | 26.07 | 9.2 | - |
| YUV | 136.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 68 | 0 | 0.14 | 0.57 | 0.37 | 45.65 | 0.4 | 0.45 |
| Hex | A0 | 8A | 44 | 0 | E | 39 | 25 | 2E | 28 | 2D |
| Octal | 240 | 212 | 104 | 0 | 16 | 71 | 45 | 56 | 50 | 55 |
| Binary | 10100000 | 10001010 | 1000100 | 0 | 1110 | 111001 | 100101 | 101110 | 101000 | 101101 |
Color Harmonies of #A08A44
Complementary color
Monochromatic Colors of #A08A44
Black with #A08A44
Text Example
Text Example
White with #A08A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A44; }
p { color: rgb(160,138,68); }
H1.HeaderClassName
{
color: #A08A44;
}
.AnyTagClassName
{
color: #A08A44;
}
</style>
background-color css
<style>
a { background-color: #A08A44; }
a { background-color: rgb(160,138,68); }
div.DivClassName
{
background-color: #A08A44;
}
.BgClassName
{
background-color: #A08A44;
}
</style>
border-color css
<style>
span { border-color: #A08A44; }
span { border-color: rgb(160,138,68); }
td.TdClassName
{
border-color: #A08A44;
}
.TagClassName
{
border-color: #A08A44;
}
</style>