Shades of Luxor Gold #AD8F3E
Tints of Luxor Gold #AD8F3E
RGB
CMYK
RGB Variations
Color information
#AD8F3E (or 0xAD8F3E) is known color: Luxor Gold. HEX triplet: AD, 8F and 3E. RGB value is (173,143,62). Sum of RGB (Red+Green+Blue) = 173+143+62=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F3E is #5270C1. Grayscale: #8F8F8F. Windows color (decimal): -5402818 or 4100013. OLE color: 4100013.
HSL color Cylindrical-coordinate representation of color #AD8F3E: hue angle of 43.78º 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 #AD8F3E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 62 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.32 |
| HSL | 43.78º | 0.47% | 0.46% | - |
| HSV(B) | 43.78º | 0.64% | 0.68% | - |
| XYZ | 27.93 | 28.88 | 8.66 | - |
| YUV | 142.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 62 | 0 | 0.17 | 0.64 | 0.32 | 43.78 | 0.47 | 0.46 |
| Hex | AD | 8F | 3E | 0 | 11 | 40 | 20 | 2C | 2F | 2E |
| Octal | 255 | 217 | 76 | 0 | 21 | 100 | 40 | 54 | 57 | 56 |
| Binary | 10101101 | 10001111 | 111110 | 0 | 10001 | 1000000 | 100000 | 101100 | 101111 | 101110 |
Color Harmonies of #AD8F3E
Complementary color
Monochromatic Colors of #AD8F3E
Black with #AD8F3E
Text Example
Text Example
White with #AD8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F3E; }
p { color: rgb(173,143,62); }
H1.HeaderClassName
{
color: #AD8F3E;
}
.AnyTagClassName
{
color: #AD8F3E;
}
</style>
background-color css
<style>
a { background-color: #AD8F3E; }
a { background-color: rgb(173,143,62); }
div.DivClassName
{
background-color: #AD8F3E;
}
.BgClassName
{
background-color: #AD8F3E;
}
</style>
border-color css
<style>
span { border-color: #AD8F3E; }
span { border-color: rgb(173,143,62); }
td.TdClassName
{
border-color: #AD8F3E;
}
.TagClassName
{
border-color: #AD8F3E;
}
</style>