Shades of Luxor Gold #AD8745
Tints of Luxor Gold #AD8745
RGB
CMYK
RGB Variations
Color information
#AD8745 (or 0xAD8745) is known color: Luxor Gold. HEX triplet: AD, 87 and 45. RGB value is (173,135,69). Sum of RGB (Red+Green+Blue) = 173+135+69=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8745 is #5278BA. Grayscale: #8B8B8B. Windows color (decimal): -5404859 or 4556717. OLE color: 4556717.
HSL color Cylindrical-coordinate representation of color #AD8745: hue angle of 38.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8745 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 69 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.32 |
| HSL | 38.08º | 0.43% | 0.47% | - |
| HSV(B) | 38.08º | 0.6% | 0.68% | - |
| XYZ | 26.97 | 26.64 | 9.35 | - |
| YUV | 138.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 69 | 0 | 0.22 | 0.60 | 0.32 | 38.08 | 0.43 | 0.47 |
| Hex | AD | 87 | 45 | 0 | 16 | 3C | 20 | 26 | 2B | 2F |
| Octal | 255 | 207 | 105 | 0 | 26 | 74 | 40 | 46 | 53 | 57 |
| Binary | 10101101 | 10000111 | 1000101 | 0 | 10110 | 111100 | 100000 | 100110 | 101011 | 101111 |
Color Harmonies of #AD8745
Complementary color
Monochromatic Colors of #AD8745
Black with #AD8745
Text Example
Text Example
White with #AD8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8745; }
p { color: rgb(173,135,69); }
H1.HeaderClassName
{
color: #AD8745;
}
.AnyTagClassName
{
color: #AD8745;
}
</style>
background-color css
<style>
a { background-color: #AD8745; }
a { background-color: rgb(173,135,69); }
div.DivClassName
{
background-color: #AD8745;
}
.BgClassName
{
background-color: #AD8745;
}
</style>
border-color css
<style>
span { border-color: #AD8745; }
span { border-color: rgb(173,135,69); }
td.TdClassName
{
border-color: #AD8745;
}
.TagClassName
{
border-color: #AD8745;
}
</style>