Shades of Luxor Gold #AD8D3F
Tints of Luxor Gold #AD8D3F
RGB
CMYK
RGB Variations
Color information
#AD8D3F (or 0xAD8D3F) is known color: Luxor Gold. HEX triplet: AD, 8D and 3F. RGB value is (173,141,63). Sum of RGB (Red+Green+Blue) = 173+141+63=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D3F is #5272C0. Grayscale: #8E8E8E. Windows color (decimal): -5403329 or 4165037. OLE color: 4165037.
HSL color Cylindrical-coordinate representation of color #AD8D3F: hue angle of 42.55º 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 #AD8D3F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 63 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.32 |
| HSL | 42.55º | 0.47% | 0.46% | - |
| HSV(B) | 42.55º | 0.64% | 0.68% | - |
| XYZ | 27.66 | 28.29 | 8.71 | - |
| YUV | 141.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 63 | 0 | 0.18 | 0.64 | 0.32 | 42.55 | 0.47 | 0.46 |
| Hex | AD | 8D | 3F | 0 | 12 | 40 | 20 | 2B | 2F | 2E |
| Octal | 255 | 215 | 77 | 0 | 22 | 100 | 40 | 53 | 57 | 56 |
| Binary | 10101101 | 10001101 | 111111 | 0 | 10010 | 1000000 | 100000 | 101011 | 101111 | 101110 |
Color Harmonies of #AD8D3F
Complementary color
Monochromatic Colors of #AD8D3F
Black with #AD8D3F
Text Example
Text Example
White with #AD8D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D3F; }
p { color: rgb(173,141,63); }
H1.HeaderClassName
{
color: #AD8D3F;
}
.AnyTagClassName
{
color: #AD8D3F;
}
</style>
background-color css
<style>
a { background-color: #AD8D3F; }
a { background-color: rgb(173,141,63); }
div.DivClassName
{
background-color: #AD8D3F;
}
.BgClassName
{
background-color: #AD8D3F;
}
</style>
border-color css
<style>
span { border-color: #AD8D3F; }
span { border-color: rgb(173,141,63); }
td.TdClassName
{
border-color: #AD8D3F;
}
.TagClassName
{
border-color: #AD8D3F;
}
</style>