Shades of Luxor Gold #A68E3F
Tints of Luxor Gold #A68E3F
RGB
CMYK
RGB Variations
Color information
#A68E3F (or 0xA68E3F) is known color: Luxor Gold. HEX triplet: A6, 8E and 3F. RGB value is (166,142,63). Sum of RGB (Red+Green+Blue) = 166+142+63=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E3F is #5971C0. Grayscale: #8C8C8C. Windows color (decimal): -5861825 or 4165286. OLE color: 4165286.
HSL color Cylindrical-coordinate representation of color #A68E3F: hue angle of 46.02º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A68E3F is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 63 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.35 |
| HSL | 46.02º | 0.45% | 0.45% | - |
| HSV(B) | 46.02º | 0.62% | 0.65% | - |
| XYZ | 26.3 | 27.81 | 8.68 | - |
| YUV | 140.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 63 | 0 | 0.14 | 0.62 | 0.35 | 46.02 | 0.45 | 0.45 |
| Hex | A6 | 8E | 3F | 0 | E | 3E | 23 | 2E | 2D | 2D |
| Octal | 246 | 216 | 77 | 0 | 16 | 76 | 43 | 56 | 55 | 55 |
| Binary | 10100110 | 10001110 | 111111 | 0 | 1110 | 111110 | 100011 | 101110 | 101101 | 101101 |
Color Harmonies of #A68E3F
Complementary color
Monochromatic Colors of #A68E3F
Black with #A68E3F
Text Example
Text Example
White with #A68E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E3F; }
p { color: rgb(166,142,63); }
H1.HeaderClassName
{
color: #A68E3F;
}
.AnyTagClassName
{
color: #A68E3F;
}
</style>
background-color css
<style>
a { background-color: #A68E3F; }
a { background-color: rgb(166,142,63); }
div.DivClassName
{
background-color: #A68E3F;
}
.BgClassName
{
background-color: #A68E3F;
}
</style>
border-color css
<style>
span { border-color: #A68E3F; }
span { border-color: rgb(166,142,63); }
td.TdClassName
{
border-color: #A68E3F;
}
.TagClassName
{
border-color: #A68E3F;
}
</style>