Shades of Luxor Gold #A5903E
Tints of Luxor Gold #A5903E
RGB
CMYK
RGB Variations
Color information
#A5903E (or 0xA5903E) is known color: Luxor Gold. HEX triplet: A5, 90 and 3E. RGB value is (165,144,62). Sum of RGB (Red+Green+Blue) = 165+144+62=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5903E is #5A6FC1. Grayscale: #8D8D8D. Windows color (decimal): -5926850 or 4100261. OLE color: 4100261.
HSL color Cylindrical-coordinate representation of color #A5903E: hue angle of 47.77º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5903E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 62 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.35 |
| HSL | 47.77º | 0.45% | 0.45% | - |
| HSV(B) | 47.77º | 0.62% | 0.65% | - |
| XYZ | 26.36 | 28.29 | 8.63 | - |
| YUV | 140.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 62 | 0 | 0.13 | 0.62 | 0.35 | 47.77 | 0.45 | 0.45 |
| Hex | A5 | 90 | 3E | 0 | D | 3E | 23 | 30 | 2D | 2D |
| Octal | 245 | 220 | 76 | 0 | 15 | 76 | 43 | 60 | 55 | 55 |
| Binary | 10100101 | 10010000 | 111110 | 0 | 1101 | 111110 | 100011 | 110000 | 101101 | 101101 |
Color Harmonies of #A5903E
Complementary color
Monochromatic Colors of #A5903E
Black with #A5903E
Text Example
Text Example
White with #A5903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5903E; }
p { color: rgb(165,144,62); }
H1.HeaderClassName
{
color: #A5903E;
}
.AnyTagClassName
{
color: #A5903E;
}
</style>
background-color css
<style>
a { background-color: #A5903E; }
a { background-color: rgb(165,144,62); }
div.DivClassName
{
background-color: #A5903E;
}
.BgClassName
{
background-color: #A5903E;
}
</style>
border-color css
<style>
span { border-color: #A5903E; }
span { border-color: rgb(165,144,62); }
td.TdClassName
{
border-color: #A5903E;
}
.TagClassName
{
border-color: #A5903E;
}
</style>