Shades of Luxor Gold #A68542
Tints of Luxor Gold #A68542
RGB
CMYK
RGB Variations
Color information
#A68542 (or 0xA68542) is known color: Luxor Gold. HEX triplet: A6, 85 and 42. RGB value is (166,133,66). Sum of RGB (Red+Green+Blue) = 166+133+66=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A68542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68542 is #597ABD. Grayscale: #878787. Windows color (decimal): -5864126 or 4359590. OLE color: 4359590.
HSL color Cylindrical-coordinate representation of color #A68542: hue angle of 40.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68542 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 66 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.35 |
| HSL | 40.2º | 0.43% | 0.45% | - |
| HSV(B) | 40.2º | 0.6% | 0.65% | - |
| XYZ | 25.1 | 25.28 | 8.71 | - |
| YUV | 135.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 66 | 0 | 0.20 | 0.60 | 0.35 | 40.2 | 0.43 | 0.45 |
| Hex | A6 | 85 | 42 | 0 | 14 | 3C | 23 | 28 | 2B | 2D |
| Octal | 246 | 205 | 102 | 0 | 24 | 74 | 43 | 50 | 53 | 55 |
| Binary | 10100110 | 10000101 | 1000010 | 0 | 10100 | 111100 | 100011 | 101000 | 101011 | 101101 |
Color Harmonies of #A68542
Complementary color
Monochromatic Colors of #A68542
Black with #A68542
Text Example
Text Example
White with #A68542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68542; }
p { color: rgb(166,133,66); }
H1.HeaderClassName
{
color: #A68542;
}
.AnyTagClassName
{
color: #A68542;
}
</style>
background-color css
<style>
a { background-color: #A68542; }
a { background-color: rgb(166,133,66); }
div.DivClassName
{
background-color: #A68542;
}
.BgClassName
{
background-color: #A68542;
}
</style>
border-color css
<style>
span { border-color: #A68542; }
span { border-color: rgb(166,133,66); }
td.TdClassName
{
border-color: #A68542;
}
.TagClassName
{
border-color: #A68542;
}
</style>