Shades of Luxor Gold #A3913F
Tints of Luxor Gold #A3913F
RGB
CMYK
RGB Variations
Color information
#A3913F (or 0xA3913F) is known color: Luxor Gold. HEX triplet: A3, 91 and 3F. RGB value is (163,145,63). Sum of RGB (Red+Green+Blue) = 163+145+63=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3913F is #5C6EC0. Grayscale: #8D8D8D. Windows color (decimal): -6057665 or 4166051. OLE color: 4166051.
HSL color Cylindrical-coordinate representation of color #A3913F: hue angle of 49.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3913F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 63 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.36 |
| HSL | 49.2º | 0.44% | 0.44% | - |
| HSV(B) | 49.2º | 0.61% | 0.64% | - |
| XYZ | 26.13 | 28.4 | 8.81 | - |
| YUV | 141.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 63 | 0 | 0.11 | 0.61 | 0.36 | 49.2 | 0.44 | 0.44 |
| Hex | A3 | 91 | 3F | 0 | B | 3D | 24 | 31 | 2C | 2C |
| Octal | 243 | 221 | 77 | 0 | 13 | 75 | 44 | 61 | 54 | 54 |
| Binary | 10100011 | 10010001 | 111111 | 0 | 1011 | 111101 | 100100 | 110001 | 101100 | 101100 |
Color Harmonies of #A3913F
Complementary color
Monochromatic Colors of #A3913F
Black with #A3913F
Text Example
Text Example
White with #A3913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3913F; }
p { color: rgb(163,145,63); }
H1.HeaderClassName
{
color: #A3913F;
}
.AnyTagClassName
{
color: #A3913F;
}
</style>
background-color css
<style>
a { background-color: #A3913F; }
a { background-color: rgb(163,145,63); }
div.DivClassName
{
background-color: #A3913F;
}
.BgClassName
{
background-color: #A3913F;
}
</style>
border-color css
<style>
span { border-color: #A3913F; }
span { border-color: rgb(163,145,63); }
td.TdClassName
{
border-color: #A3913F;
}
.TagClassName
{
border-color: #A3913F;
}
</style>