#A68E46

Color #A68E46 Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #A68E46

Tints of Luxor Gold #A68E46

Color information

#A68E46 (or 0xA68E46) is unknown color: approx Luxor Gold. HEX triplet: A6, 8E and 46. RGB value is (166,142,70). Sum of RGB (Red+Green+Blue) = 166+142+70=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E46 is #5971B9. Grayscale: #8D8D8D. Windows color (decimal): -5861818 or 4624038. OLE color: 4624038.

HSL color Cylindrical-coordinate representation of color #A68E46: hue angle of 45º 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 #A68E46 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16614270-
CMYK00.140.580.35
HSL45º40.68%46.27%-
HSV(B)45º57.83%65.1%-
XYZ26.527.99.78-
YUV140.9787.95145.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=43.92%
G=37.57%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661427000.140.580.354540.6846.27
HexA68E460E3A232d292e
Octal2462161060167243555156
Binary1010011010001110100011001110111010100011101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E46; }

 p { color: rgb(166,142,70); }

 H1.HeaderClassName
 {
   color: #A68E46;
 }
 .AnyTagClassName
 {
   color: #A68E46;
 }
</style>
background-color css

<style>
 a { background-color: #A68E46; }

 a { background-color: rgb(166,142,70); }

 div.DivClassName
 {
   background-color: #A68E46;
 }
 .BgClassName
 {
   background-color: #A68E46;
 }
</style>
border-color css

<style>
 span { border-color: #A68E46; }

 span { border-color: rgb(166,142,70); }

 td.TdClassName
 {
   border-color: #A68E46;
 }
 .TagClassName
 {
   border-color: #A68E46;
 }
</style>