Shades of Luxor Gold #A88E45
Tints of Luxor Gold #A88E45
RGB
CMYK
RGB Variations
Color information
#A88E45 (or 0xA88E45) is known color: Luxor Gold. HEX triplet: A8, 8E and 45. RGB value is (168,142,69). Sum of RGB (Red+Green+Blue) = 168+142+69=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E45 is #5771BA. Grayscale: #8D8D8D. Windows color (decimal): -5730747 or 4558504. OLE color: 4558504.
HSL color Cylindrical-coordinate representation of color #A88E45: hue angle of 44.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A88E45 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 69 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.34 |
| HSL | 44.24º | 0.42% | 0.46% | - |
| HSV(B) | 44.24º | 0.59% | 0.66% | - |
| XYZ | 26.9 | 28.1 | 9.64 | - |
| YUV | 141.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 69 | 0 | 0.15 | 0.59 | 0.34 | 44.24 | 0.42 | 0.46 |
| Hex | A8 | 8E | 45 | 0 | F | 3B | 22 | 2C | 2A | 2E |
| Octal | 250 | 216 | 105 | 0 | 17 | 73 | 42 | 54 | 52 | 56 |
| Binary | 10101000 | 10001110 | 1000101 | 0 | 1111 | 111011 | 100010 | 101100 | 101010 | 101110 |
Color Harmonies of #A88E45
Complementary color
Monochromatic Colors of #A88E45
Black with #A88E45
Text Example
Text Example
White with #A88E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E45; }
p { color: rgb(168,142,69); }
H1.HeaderClassName
{
color: #A88E45;
}
.AnyTagClassName
{
color: #A88E45;
}
</style>
background-color css
<style>
a { background-color: #A88E45; }
a { background-color: rgb(168,142,69); }
div.DivClassName
{
background-color: #A88E45;
}
.BgClassName
{
background-color: #A88E45;
}
</style>
border-color css
<style>
span { border-color: #A88E45; }
span { border-color: rgb(168,142,69); }
td.TdClassName
{
border-color: #A88E45;
}
.TagClassName
{
border-color: #A88E45;
}
</style>