Shades of Luxor Gold #AD8D3E
Tints of Luxor Gold #AD8D3E
RGB
CMYK
RGB Variations
Color information
#AD8D3E (or 0xAD8D3E) is known color: Luxor Gold. HEX triplet: AD, 8D and 3E. RGB value is (173,141,62). Sum of RGB (Red+Green+Blue) = 173+141+62=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D3E is #5272C1. Grayscale: #8D8D8D. Windows color (decimal): -5403330 or 4099501. OLE color: 4099501.
HSL color Cylindrical-coordinate representation of color #AD8D3E: hue angle of 42.7º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD8D3E is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 62 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.32 |
| HSL | 42.7º | 0.47% | 0.46% | - |
| HSV(B) | 42.7º | 0.64% | 0.68% | - |
| XYZ | 27.63 | 28.28 | 8.56 | - |
| YUV | 141.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 62 | 0 | 0.18 | 0.64 | 0.32 | 42.7 | 0.47 | 0.46 |
| Hex | AD | 8D | 3E | 0 | 12 | 40 | 20 | 2B | 2F | 2E |
| Octal | 255 | 215 | 76 | 0 | 22 | 100 | 40 | 53 | 57 | 56 |
| Binary | 10101101 | 10001101 | 111110 | 0 | 10010 | 1000000 | 100000 | 101011 | 101111 | 101110 |
Color Harmonies of #AD8D3E
Complementary color
Monochromatic Colors of #AD8D3E
Black with #AD8D3E
Text Example
Text Example
White with #AD8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D3E; }
p { color: rgb(173,141,62); }
H1.HeaderClassName
{
color: #AD8D3E;
}
.AnyTagClassName
{
color: #AD8D3E;
}
</style>
background-color css
<style>
a { background-color: #AD8D3E; }
a { background-color: rgb(173,141,62); }
div.DivClassName
{
background-color: #AD8D3E;
}
.BgClassName
{
background-color: #AD8D3E;
}
</style>
border-color css
<style>
span { border-color: #AD8D3E; }
span { border-color: rgb(173,141,62); }
td.TdClassName
{
border-color: #AD8D3E;
}
.TagClassName
{
border-color: #AD8D3E;
}
</style>