Shades of Luxor Gold #A08D3F
Tints of Luxor Gold #A08D3F
RGB
CMYK
RGB Variations
Color information
#A08D3F (or 0xA08D3F) is known color: Luxor Gold. HEX triplet: A0, 8D and 3F. RGB value is (160,141,63). Sum of RGB (Red+Green+Blue) = 160+141+63=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D3F is #5F72C0. Grayscale: #8A8A8A. Windows color (decimal): -6255297 or 4165024. OLE color: 4165024.
HSL color Cylindrical-coordinate representation of color #A08D3F: hue angle of 48.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A08D3F is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 63 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.37 |
| HSL | 48.25º | 0.43% | 0.44% | - |
| HSV(B) | 48.25º | 0.61% | 0.63% | - |
| XYZ | 24.92 | 26.88 | 8.58 | - |
| YUV | 137.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 63 | 0 | 0.12 | 0.61 | 0.37 | 48.25 | 0.43 | 0.44 |
| Hex | A0 | 8D | 3F | 0 | C | 3D | 25 | 30 | 2B | 2C |
| Octal | 240 | 215 | 77 | 0 | 14 | 75 | 45 | 60 | 53 | 54 |
| Binary | 10100000 | 10001101 | 111111 | 0 | 1100 | 111101 | 100101 | 110000 | 101011 | 101100 |
Color Harmonies of #A08D3F
Complementary color
Monochromatic Colors of #A08D3F
Black with #A08D3F
Text Example
Text Example
White with #A08D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D3F; }
p { color: rgb(160,141,63); }
H1.HeaderClassName
{
color: #A08D3F;
}
.AnyTagClassName
{
color: #A08D3F;
}
</style>
background-color css
<style>
a { background-color: #A08D3F; }
a { background-color: rgb(160,141,63); }
div.DivClassName
{
background-color: #A08D3F;
}
.BgClassName
{
background-color: #A08D3F;
}
</style>
border-color css
<style>
span { border-color: #A08D3F; }
span { border-color: rgb(160,141,63); }
td.TdClassName
{
border-color: #A08D3F;
}
.TagClassName
{
border-color: #A08D3F;
}
</style>