Shades of Luxor Gold #A38D41
Tints of Luxor Gold #A38D41
RGB
CMYK
RGB Variations
Color information
#A38D41 (or 0xA38D41) is known color: Luxor Gold. HEX triplet: A3, 8D and 41. RGB value is (163,141,65). Sum of RGB (Red+Green+Blue) = 163+141+65=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D41 is #5C72BE. Grayscale: #8B8B8B. Windows color (decimal): -6058687 or 4296099. OLE color: 4296099.
HSL color Cylindrical-coordinate representation of color #A38D41: hue angle of 46.53º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A38D41 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 65 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.36 |
| HSL | 46.53º | 0.43% | 0.45% | - |
| HSV(B) | 46.53º | 0.6% | 0.64% | - |
| XYZ | 25.58 | 27.22 | 8.91 | - |
| YUV | 138.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 65 | 0 | 0.13 | 0.60 | 0.36 | 46.53 | 0.43 | 0.45 |
| Hex | A3 | 8D | 41 | 0 | D | 3C | 24 | 2F | 2B | 2D |
| Octal | 243 | 215 | 101 | 0 | 15 | 74 | 44 | 57 | 53 | 55 |
| Binary | 10100011 | 10001101 | 1000001 | 0 | 1101 | 111100 | 100100 | 101111 | 101011 | 101101 |
Color Harmonies of #A38D41
Complementary color
Monochromatic Colors of #A38D41
Black with #A38D41
Text Example
Text Example
White with #A38D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D41; }
p { color: rgb(163,141,65); }
H1.HeaderClassName
{
color: #A38D41;
}
.AnyTagClassName
{
color: #A38D41;
}
</style>
background-color css
<style>
a { background-color: #A38D41; }
a { background-color: rgb(163,141,65); }
div.DivClassName
{
background-color: #A38D41;
}
.BgClassName
{
background-color: #A38D41;
}
</style>
border-color css
<style>
span { border-color: #A38D41; }
span { border-color: rgb(163,141,65); }
td.TdClassName
{
border-color: #A38D41;
}
.TagClassName
{
border-color: #A38D41;
}
</style>