Shades of Luxor Gold #A68F45
Tints of Luxor Gold #A68F45
RGB
CMYK
RGB Variations
Color information
#A68F45 (or 0xA68F45) is known color: Luxor Gold. HEX triplet: A6, 8F and 45. RGB value is (166,143,69). Sum of RGB (Red+Green+Blue) = 166+143+69=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F45 is #5970BA. Grayscale: #8D8D8D. Windows color (decimal): -5861563 or 4558758. OLE color: 4558758.
HSL color Cylindrical-coordinate representation of color #A68F45: hue angle of 45.77º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A68F45 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 69 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.35 |
| HSL | 45.77º | 0.41% | 0.46% | - |
| HSV(B) | 45.77º | 0.58% | 0.65% | - |
| XYZ | 26.62 | 28.18 | 9.67 | - |
| YUV | 141.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 69 | 0 | 0.14 | 0.58 | 0.35 | 45.77 | 0.41 | 0.46 |
| Hex | A6 | 8F | 45 | 0 | E | 3A | 23 | 2E | 29 | 2E |
| Octal | 246 | 217 | 105 | 0 | 16 | 72 | 43 | 56 | 51 | 56 |
| Binary | 10100110 | 10001111 | 1000101 | 0 | 1110 | 111010 | 100011 | 101110 | 101001 | 101110 |
Color Harmonies of #A68F45
Complementary color
Monochromatic Colors of #A68F45
Black with #A68F45
Text Example
Text Example
White with #A68F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F45; }
p { color: rgb(166,143,69); }
H1.HeaderClassName
{
color: #A68F45;
}
.AnyTagClassName
{
color: #A68F45;
}
</style>
background-color css
<style>
a { background-color: #A68F45; }
a { background-color: rgb(166,143,69); }
div.DivClassName
{
background-color: #A68F45;
}
.BgClassName
{
background-color: #A68F45;
}
</style>
border-color css
<style>
span { border-color: #A68F45; }
span { border-color: rgb(166,143,69); }
td.TdClassName
{
border-color: #A68F45;
}
.TagClassName
{
border-color: #A68F45;
}
</style>