Shades of Luxor Gold #A3904B
Tints of Luxor Gold #A3904B
RGB
CMYK
RGB Variations
Color information
#A3904B (or 0xA3904B) is known color: Luxor Gold. HEX triplet: A3, 90 and 4B. RGB value is (163,144,75). Sum of RGB (Red+Green+Blue) = 163+144+75=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3904B is #5C6FB4. Grayscale: #8E8E8E. Windows color (decimal): -6057909 or 4952227. OLE color: 4952227.
HSL color Cylindrical-coordinate representation of color #A3904B: hue angle of 47.05º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3904B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 75 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.36 |
| HSL | 47.05º | 0.37% | 0.47% | - |
| HSV(B) | 47.05º | 0.54% | 0.64% | - |
| XYZ | 26.35 | 28.24 | 10.72 | - |
| YUV | 141.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 75 | 0 | 0.12 | 0.54 | 0.36 | 47.05 | 0.37 | 0.47 |
| Hex | A3 | 90 | 4B | 0 | C | 36 | 24 | 2F | 25 | 2F |
| Octal | 243 | 220 | 113 | 0 | 14 | 66 | 44 | 57 | 45 | 57 |
| Binary | 10100011 | 10010000 | 1001011 | 0 | 1100 | 110110 | 100100 | 101111 | 100101 | 101111 |
Color Harmonies of #A3904B
Complementary color
Monochromatic Colors of #A3904B
Black with #A3904B
Text Example
Text Example
White with #A3904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3904B; }
p { color: rgb(163,144,75); }
H1.HeaderClassName
{
color: #A3904B;
}
.AnyTagClassName
{
color: #A3904B;
}
</style>
background-color css
<style>
a { background-color: #A3904B; }
a { background-color: rgb(163,144,75); }
div.DivClassName
{
background-color: #A3904B;
}
.BgClassName
{
background-color: #A3904B;
}
</style>
border-color css
<style>
span { border-color: #A3904B; }
span { border-color: rgb(163,144,75); }
td.TdClassName
{
border-color: #A3904B;
}
.TagClassName
{
border-color: #A3904B;
}
</style>