#A68C3C

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

Shades of Luxor Gold #A68C3C

Tints of Luxor Gold #A68C3C

Color information

#A68C3C (or 0xA68C3C) is unknown color: approx Luxor Gold. HEX triplet: A6, 8C and 3C. RGB value is (166,140,60). Sum of RGB (Red+Green+Blue) = 166+140+60=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C3C is #5973C3. Grayscale: #8A8A8A. Windows color (decimal): -5862340 or 3968166. OLE color: 3968166.

HSL color Cylindrical-coordinate representation of color #A68C3C: hue angle of 45.28º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A68C3C is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16614060-
CMYK00.160.640.35
HSL45.28º46.9%44.31%-
HSV(B)45.28º63.86%65.1%-
XYZ25.9227.198.16-
YUV138.6583.61147.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=45.36%
G=38.25%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661406000.160.640.3545.2846.944.31
HexA68C3C01040232d2f2c
Octal2462147402010043555754
Binary10100110100011001111000100001000000100011101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C3C; }

 p { color: rgb(166,140,60); }

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

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

 a { background-color: rgb(166,140,60); }

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

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

 span { border-color: rgb(166,140,60); }

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