#a68c46

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

Shades of Luxor Gold #A68C46

Tints of Luxor Gold #A68C46

Color information

#A68C46 (or 0xA68C46) is unknown color: approx Luxor Gold. HEX triplet: A6, 8C and 46. RGB value is (166,140,70). Sum of RGB (Red+Green+Blue) = 166+140+70=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C46 is #5973B9. Grayscale: #8C8C8C. Windows color (decimal): -5862330 or 4623526. OLE color: 4623526.

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

Color convert

RGB16614070-
CMYK00.160.580.35
HSL43.75º40.68%46.27%-
HSV(B)43.75º57.83%65.1%-
XYZ26.2127.319.68-
YUV139.7988.61146.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=44.15%
G=37.23%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661407000.160.580.3543.7540.6846.27
HexA68C460103A232c292e
Octal2462141060207243545156
Binary10100110100011001000110010000111010100011101100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a68c46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a68c46; }

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

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

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

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

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

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

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

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