Shades of Luxor Gold #A38F4B
Tints of Luxor Gold #A38F4B
RGB
CMYK
RGB Variations
Color information
#A38F4B (or 0xA38F4B) is known color: Luxor Gold. HEX triplet: A3, 8F and 4B. RGB value is (163,143,75). Sum of RGB (Red+Green+Blue) = 163+143+75=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38F4B is #5C70B4. Grayscale: #8D8D8D. Windows color (decimal): -6058165 or 4951971. OLE color: 4951971.
HSL color Cylindrical-coordinate representation of color #A38F4B: hue angle of 46.36º 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 #A38F4B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 75 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.36 |
| HSL | 46.36º | 0.37% | 0.47% | - |
| HSV(B) | 46.36º | 0.54% | 0.64% | - |
| XYZ | 26.2 | 27.94 | 10.67 | - |
| YUV | 141.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 75 | 0 | 0.12 | 0.54 | 0.36 | 46.36 | 0.37 | 0.47 |
| Hex | A3 | 8F | 4B | 0 | C | 36 | 24 | 2E | 25 | 2F |
| Octal | 243 | 217 | 113 | 0 | 14 | 66 | 44 | 56 | 45 | 57 |
| Binary | 10100011 | 10001111 | 1001011 | 0 | 1100 | 110110 | 100100 | 101110 | 100101 | 101111 |
Color Harmonies of #A38F4B
Complementary color
Monochromatic Colors of #A38F4B
Black with #A38F4B
Text Example
Text Example
White with #A38F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F4B; }
p { color: rgb(163,143,75); }
H1.HeaderClassName
{
color: #A38F4B;
}
.AnyTagClassName
{
color: #A38F4B;
}
</style>
background-color css
<style>
a { background-color: #A38F4B; }
a { background-color: rgb(163,143,75); }
div.DivClassName
{
background-color: #A38F4B;
}
.BgClassName
{
background-color: #A38F4B;
}
</style>
border-color css
<style>
span { border-color: #A38F4B; }
span { border-color: rgb(163,143,75); }
td.TdClassName
{
border-color: #A38F4B;
}
.TagClassName
{
border-color: #A38F4B;
}
</style>