Shades of Luxor Gold #A68A43
Tints of Luxor Gold #A68A43
RGB
CMYK
RGB Variations
Color information
#A68A43 (or 0xA68A43) is known color: Luxor Gold. HEX triplet: A6, 8A and 43. RGB value is (166,138,67). Sum of RGB (Red+Green+Blue) = 166+138+67=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A43 is #5975BC. Grayscale: #8A8A8A. Windows color (decimal): -5862845 or 4426406. OLE color: 4426406.
HSL color Cylindrical-coordinate representation of color #A68A43: hue angle of 43.03º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68A43 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 67 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.35 |
| HSL | 43.03º | 0.42% | 0.46% | - |
| HSV(B) | 43.03º | 0.6% | 0.65% | - |
| XYZ | 25.83 | 26.69 | 9.1 | - |
| YUV | 138.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 67 | 0 | 0.17 | 0.60 | 0.35 | 43.03 | 0.42 | 0.46 |
| Hex | A6 | 8A | 43 | 0 | 11 | 3C | 23 | 2B | 2A | 2E |
| Octal | 246 | 212 | 103 | 0 | 21 | 74 | 43 | 53 | 52 | 56 |
| Binary | 10100110 | 10001010 | 1000011 | 0 | 10001 | 111100 | 100011 | 101011 | 101010 | 101110 |
Color Harmonies of #A68A43
Complementary color
Monochromatic Colors of #A68A43
Black with #A68A43
Text Example
Text Example
White with #A68A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A43; }
p { color: rgb(166,138,67); }
H1.HeaderClassName
{
color: #A68A43;
}
.AnyTagClassName
{
color: #A68A43;
}
</style>
background-color css
<style>
a { background-color: #A68A43; }
a { background-color: rgb(166,138,67); }
div.DivClassName
{
background-color: #A68A43;
}
.BgClassName
{
background-color: #A68A43;
}
</style>
border-color css
<style>
span { border-color: #A68A43; }
span { border-color: rgb(166,138,67); }
td.TdClassName
{
border-color: #A68A43;
}
.TagClassName
{
border-color: #A68A43;
}
</style>