Shades of Luxor Gold #A58D40
Tints of Luxor Gold #A58D40
RGB
CMYK
RGB Variations
Color information
#A58D40 (or 0xA58D40) is known color: Luxor Gold. HEX triplet: A5, 8D and 40. RGB value is (165,141,64). Sum of RGB (Red+Green+Blue) = 165+141+64=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D40 is #5A72BF. Grayscale: #8B8B8B. Windows color (decimal): -5927616 or 4230565. OLE color: 4230565.
HSL color Cylindrical-coordinate representation of color #A58D40: hue angle of 45.74º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A58D40 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 64 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.35 |
| HSL | 45.74º | 0.44% | 0.45% | - |
| HSV(B) | 45.74º | 0.61% | 0.65% | - |
| XYZ | 25.97 | 27.42 | 8.77 | - |
| YUV | 139.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 64 | 0 | 0.15 | 0.61 | 0.35 | 45.74 | 0.44 | 0.45 |
| Hex | A5 | 8D | 40 | 0 | F | 3D | 23 | 2E | 2C | 2D |
| Octal | 245 | 215 | 100 | 0 | 17 | 75 | 43 | 56 | 54 | 55 |
| Binary | 10100101 | 10001101 | 1000000 | 0 | 1111 | 111101 | 100011 | 101110 | 101100 | 101101 |
Color Harmonies of #A58D40
Complementary color
Monochromatic Colors of #A58D40
Black with #A58D40
Text Example
Text Example
White with #A58D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D40; }
p { color: rgb(165,141,64); }
H1.HeaderClassName
{
color: #A58D40;
}
.AnyTagClassName
{
color: #A58D40;
}
</style>
background-color css
<style>
a { background-color: #A58D40; }
a { background-color: rgb(165,141,64); }
div.DivClassName
{
background-color: #A58D40;
}
.BgClassName
{
background-color: #A58D40;
}
</style>
border-color css
<style>
span { border-color: #A58D40; }
span { border-color: rgb(165,141,64); }
td.TdClassName
{
border-color: #A58D40;
}
.TagClassName
{
border-color: #A58D40;
}
</style>