Shades of Luxor Gold #A68845
Tints of Luxor Gold #A68845
RGB
CMYK
RGB Variations
Color information
#A68845 (or 0xA68845) is known color: Luxor Gold. HEX triplet: A6, 88 and 45. RGB value is (166,136,69). Sum of RGB (Red+Green+Blue) = 166+136+69=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A68845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68845 is #5977BA. Grayscale: #898989. Windows color (decimal): -5863355 or 4556966. OLE color: 4556966.
HSL color Cylindrical-coordinate representation of color #A68845: hue angle of 41.44º 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 #A68845 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 69 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.35 |
| HSL | 41.44º | 0.41% | 0.46% | - |
| HSV(B) | 41.44º | 0.58% | 0.65% | - |
| XYZ | 25.6 | 26.14 | 9.33 | - |
| YUV | 137.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 69 | 0 | 0.18 | 0.58 | 0.35 | 41.44 | 0.41 | 0.46 |
| Hex | A6 | 88 | 45 | 0 | 12 | 3A | 23 | 29 | 29 | 2E |
| Octal | 246 | 210 | 105 | 0 | 22 | 72 | 43 | 51 | 51 | 56 |
| Binary | 10100110 | 10001000 | 1000101 | 0 | 10010 | 111010 | 100011 | 101001 | 101001 | 101110 |
Color Harmonies of #A68845
Complementary color
Monochromatic Colors of #A68845
Black with #A68845
Text Example
Text Example
White with #A68845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68845; }
p { color: rgb(166,136,69); }
H1.HeaderClassName
{
color: #A68845;
}
.AnyTagClassName
{
color: #A68845;
}
</style>
background-color css
<style>
a { background-color: #A68845; }
a { background-color: rgb(166,136,69); }
div.DivClassName
{
background-color: #A68845;
}
.BgClassName
{
background-color: #A68845;
}
</style>
border-color css
<style>
span { border-color: #A68845; }
span { border-color: rgb(166,136,69); }
td.TdClassName
{
border-color: #A68845;
}
.TagClassName
{
border-color: #A68845;
}
</style>