Shades of Luxor Gold #AD8D40
Tints of Luxor Gold #AD8D40
RGB
CMYK
RGB Variations
Color information
#AD8D40 (or 0xAD8D40) is known color: Luxor Gold. HEX triplet: AD, 8D and 40. RGB value is (173,141,64). Sum of RGB (Red+Green+Blue) = 173+141+64=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D40 is #5272BF. Grayscale: #8E8E8E. Windows color (decimal): -5403328 or 4230573. OLE color: 4230573.
HSL color Cylindrical-coordinate representation of color #AD8D40: hue angle of 42.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD8D40 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 64 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.32 |
| HSL | 42.39º | 0.46% | 0.46% | - |
| HSV(B) | 42.39º | 0.63% | 0.68% | - |
| XYZ | 27.68 | 28.3 | 8.85 | - |
| YUV | 141.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 64 | 0 | 0.18 | 0.63 | 0.32 | 42.39 | 0.46 | 0.46 |
| Hex | AD | 8D | 40 | 0 | 12 | 3F | 20 | 2A | 2E | 2E |
| Octal | 255 | 215 | 100 | 0 | 22 | 77 | 40 | 52 | 56 | 56 |
| Binary | 10101101 | 10001101 | 1000000 | 0 | 10010 | 111111 | 100000 | 101010 | 101110 | 101110 |
Color Harmonies of #AD8D40
Complementary color
Monochromatic Colors of #AD8D40
Black with #AD8D40
Text Example
Text Example
White with #AD8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D40; }
p { color: rgb(173,141,64); }
H1.HeaderClassName
{
color: #AD8D40;
}
.AnyTagClassName
{
color: #AD8D40;
}
</style>
background-color css
<style>
a { background-color: #AD8D40; }
a { background-color: rgb(173,141,64); }
div.DivClassName
{
background-color: #AD8D40;
}
.BgClassName
{
background-color: #AD8D40;
}
</style>
border-color css
<style>
span { border-color: #AD8D40; }
span { border-color: rgb(173,141,64); }
td.TdClassName
{
border-color: #AD8D40;
}
.TagClassName
{
border-color: #AD8D40;
}
</style>