Shades of Luxor Gold #AD8C3F
Tints of Luxor Gold #AD8C3F
RGB
CMYK
RGB Variations
Color information
#AD8C3F (or 0xAD8C3F) is known color: Luxor Gold. HEX triplet: AD, 8C and 3F. RGB value is (173,140,63). Sum of RGB (Red+Green+Blue) = 173+140+63=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C3F is #5273C0. Grayscale: #8D8D8D. Windows color (decimal): -5403585 or 4164781. OLE color: 4164781.
HSL color Cylindrical-coordinate representation of color #AD8C3F: hue angle of 42º 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 #AD8C3F is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 63 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.32 |
| HSL | 42º | 0.47% | 0.46% | - |
| HSV(B) | 42º | 0.64% | 0.68% | - |
| XYZ | 27.51 | 28 | 8.66 | - |
| YUV | 141.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 63 | 0 | 0.19 | 0.64 | 0.32 | 42 | 0.47 | 0.46 |
| Hex | AD | 8C | 3F | 0 | 13 | 40 | 20 | 2A | 2F | 2E |
| Octal | 255 | 214 | 77 | 0 | 23 | 100 | 40 | 52 | 57 | 56 |
| Binary | 10101101 | 10001100 | 111111 | 0 | 10011 | 1000000 | 100000 | 101010 | 101111 | 101110 |
Color Harmonies of #AD8C3F
Complementary color
Monochromatic Colors of #AD8C3F
Black with #AD8C3F
Text Example
Text Example
White with #AD8C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C3F; }
p { color: rgb(173,140,63); }
H1.HeaderClassName
{
color: #AD8C3F;
}
.AnyTagClassName
{
color: #AD8C3F;
}
</style>
background-color css
<style>
a { background-color: #AD8C3F; }
a { background-color: rgb(173,140,63); }
div.DivClassName
{
background-color: #AD8C3F;
}
.BgClassName
{
background-color: #AD8C3F;
}
</style>
border-color css
<style>
span { border-color: #AD8C3F; }
span { border-color: rgb(173,140,63); }
td.TdClassName
{
border-color: #AD8C3F;
}
.TagClassName
{
border-color: #AD8C3F;
}
</style>