Shades of Luxor Gold #AE8C40
Tints of Luxor Gold #AE8C40
RGB
CMYK
RGB Variations
Color information
#AE8C40 (or 0xAE8C40) is known color: Luxor Gold. HEX triplet: AE, 8C and 40. RGB value is (174,140,64). Sum of RGB (Red+Green+Blue) = 174+140+64=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C40 is #5173BF. Grayscale: #8D8D8D. Windows color (decimal): -5338048 or 4230318. OLE color: 4230318.
HSL color Cylindrical-coordinate representation of color #AE8C40: hue angle of 41.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE8C40 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 64 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.32 |
| HSL | 41.45º | 0.46% | 0.47% | - |
| HSV(B) | 41.45º | 0.63% | 0.68% | - |
| XYZ | 27.76 | 28.13 | 8.82 | - |
| YUV | 141.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 64 | 0 | 0.20 | 0.63 | 0.32 | 41.45 | 0.46 | 0.47 |
| Hex | AE | 8C | 40 | 0 | 14 | 3F | 20 | 29 | 2E | 2F |
| Octal | 256 | 214 | 100 | 0 | 24 | 77 | 40 | 51 | 56 | 57 |
| Binary | 10101110 | 10001100 | 1000000 | 0 | 10100 | 111111 | 100000 | 101001 | 101110 | 101111 |
Color Harmonies of #AE8C40
Complementary color
Monochromatic Colors of #AE8C40
Black with #AE8C40
Text Example
Text Example
White with #AE8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C40; }
p { color: rgb(174,140,64); }
H1.HeaderClassName
{
color: #AE8C40;
}
.AnyTagClassName
{
color: #AE8C40;
}
</style>
background-color css
<style>
a { background-color: #AE8C40; }
a { background-color: rgb(174,140,64); }
div.DivClassName
{
background-color: #AE8C40;
}
.BgClassName
{
background-color: #AE8C40;
}
</style>
border-color css
<style>
span { border-color: #AE8C40; }
span { border-color: rgb(174,140,64); }
td.TdClassName
{
border-color: #AE8C40;
}
.TagClassName
{
border-color: #AE8C40;
}
</style>