Shades of Luxor Gold #A58444
Tints of Luxor Gold #A58444
RGB
CMYK
RGB Variations
Color information
#A58444 (or 0xA58444) is known color: Luxor Gold. HEX triplet: A5, 84 and 44. RGB value is (165,132,68). Sum of RGB (Red+Green+Blue) = 165+132+68=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A58444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58444 is #5A7BBB. Grayscale: #868686. Windows color (decimal): -5929916 or 4490405. OLE color: 4490405.
HSL color Cylindrical-coordinate representation of color #A58444: hue angle of 39.59º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A58444 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 68 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.35 |
| HSL | 39.59º | 0.42% | 0.46% | - |
| HSV(B) | 39.59º | 0.59% | 0.65% | - |
| XYZ | 24.81 | 24.92 | 8.97 | - |
| YUV | 134.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 68 | 0 | 0.20 | 0.59 | 0.35 | 39.59 | 0.42 | 0.46 |
| Hex | A5 | 84 | 44 | 0 | 14 | 3B | 23 | 28 | 2A | 2E |
| Octal | 245 | 204 | 104 | 0 | 24 | 73 | 43 | 50 | 52 | 56 |
| Binary | 10100101 | 10000100 | 1000100 | 0 | 10100 | 111011 | 100011 | 101000 | 101010 | 101110 |
Color Harmonies of #A58444
Complementary color
Monochromatic Colors of #A58444
Black with #A58444
Text Example
Text Example
White with #A58444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58444; }
p { color: rgb(165,132,68); }
H1.HeaderClassName
{
color: #A58444;
}
.AnyTagClassName
{
color: #A58444;
}
</style>
background-color css
<style>
a { background-color: #A58444; }
a { background-color: rgb(165,132,68); }
div.DivClassName
{
background-color: #A58444;
}
.BgClassName
{
background-color: #A58444;
}
</style>
border-color css
<style>
span { border-color: #A58444; }
span { border-color: rgb(165,132,68); }
td.TdClassName
{
border-color: #A58444;
}
.TagClassName
{
border-color: #A58444;
}
</style>