Shades of Luxor Gold #A68A3F
Tints of Luxor Gold #A68A3F
RGB
CMYK
RGB Variations
Color information
#A68A3F (or 0xA68A3F) is known color: Luxor Gold. HEX triplet: A6, 8A and 3F. RGB value is (166,138,63). Sum of RGB (Red+Green+Blue) = 166+138+63=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A3F is #5975C0. Grayscale: #8A8A8A. Windows color (decimal): -5862849 or 4164262. OLE color: 4164262.
HSL color Cylindrical-coordinate representation of color #A68A3F: hue angle of 43.69º 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 #A68A3F is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 63 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.35 |
| HSL | 43.69º | 0.45% | 0.45% | - |
| HSV(B) | 43.69º | 0.62% | 0.65% | - |
| XYZ | 25.71 | 26.64 | 8.49 | - |
| YUV | 137.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 63 | 0 | 0.17 | 0.62 | 0.35 | 43.69 | 0.45 | 0.45 |
| Hex | A6 | 8A | 3F | 0 | 11 | 3E | 23 | 2C | 2D | 2D |
| Octal | 246 | 212 | 77 | 0 | 21 | 76 | 43 | 54 | 55 | 55 |
| Binary | 10100110 | 10001010 | 111111 | 0 | 10001 | 111110 | 100011 | 101100 | 101101 | 101101 |
Color Harmonies of #A68A3F
Complementary color
Monochromatic Colors of #A68A3F
Black with #A68A3F
Text Example
Text Example
White with #A68A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A3F; }
p { color: rgb(166,138,63); }
H1.HeaderClassName
{
color: #A68A3F;
}
.AnyTagClassName
{
color: #A68A3F;
}
</style>
background-color css
<style>
a { background-color: #A68A3F; }
a { background-color: rgb(166,138,63); }
div.DivClassName
{
background-color: #A68A3F;
}
.BgClassName
{
background-color: #A68A3F;
}
</style>
border-color css
<style>
span { border-color: #A68A3F; }
span { border-color: rgb(166,138,63); }
td.TdClassName
{
border-color: #A68A3F;
}
.TagClassName
{
border-color: #A68A3F;
}
</style>