Shades of Luxor Gold #A88544
Tints of Luxor Gold #A88544
RGB
CMYK
RGB Variations
Color information
#A88544 (or 0xA88544) is known color: Luxor Gold. HEX triplet: A8, 85 and 44. RGB value is (168,133,68). Sum of RGB (Red+Green+Blue) = 168+133+68=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A88544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88544 is #577ABB. Grayscale: #888888. Windows color (decimal): -5733052 or 4490664. OLE color: 4490664.
HSL color Cylindrical-coordinate representation of color #A88544: hue angle of 39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88544 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 68 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.34 |
| HSL | 39º | 0.42% | 0.46% | - |
| HSV(B) | 39º | 0.6% | 0.66% | - |
| XYZ | 25.58 | 25.52 | 9.05 | - |
| YUV | 136.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 68 | 0 | 0.21 | 0.60 | 0.34 | 39 | 0.42 | 0.46 |
| Hex | A8 | 85 | 44 | 0 | 15 | 3C | 22 | 27 | 2A | 2E |
| Octal | 250 | 205 | 104 | 0 | 25 | 74 | 42 | 47 | 52 | 56 |
| Binary | 10101000 | 10000101 | 1000100 | 0 | 10101 | 111100 | 100010 | 100111 | 101010 | 101110 |
Color Harmonies of #A88544
Complementary color
Monochromatic Colors of #A88544
Black with #A88544
Text Example
Text Example
White with #A88544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88544; }
p { color: rgb(168,133,68); }
H1.HeaderClassName
{
color: #A88544;
}
.AnyTagClassName
{
color: #A88544;
}
</style>
background-color css
<style>
a { background-color: #A88544; }
a { background-color: rgb(168,133,68); }
div.DivClassName
{
background-color: #A88544;
}
.BgClassName
{
background-color: #A88544;
}
</style>
border-color css
<style>
span { border-color: #A88544; }
span { border-color: rgb(168,133,68); }
td.TdClassName
{
border-color: #A88544;
}
.TagClassName
{
border-color: #A88544;
}
</style>