Color Hex Logo

#a65047 Color Hex

#A65047
(166,80,71)
0 Favorites   0 Comments

Color spaces of #a65047

RGB 1668071
HSL0.020.400.46
HSV57°65°
CMYK 0.000.520.57   0.35
XYZ19.731914.29927.6813
Yxy14.29920.47300.3428
Hunter Lab37.814326.968214.4263
CIE-Lab44.659034.599121.9449

#a65047 color RGB value is (166,80,71).

#a65047 hex color red value is 166, green value is 80 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a65047 hue: 0.02 , saturation: 0.40 and the lightness value of a65047 is 0.46.

The process color (four color CMYK) of #a65047 color hex is 0.00, 0.52, 0.57, 0.35. Web safe color of #a65047 is #996633. Color #a65047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 01000111
Octal 246 120 107
Decimal 166 80 71
Hex A6 50 47

RGB Percentages of Color #a65047

%52.37
%25.24
%22.40

CMYK Percentages of Color #a65047

%0
%52
%57
%35

Triadic Colors of #a65047

#a65047 #47a650 #5047a6

Analogous Colors of #a65047

#a65047 #a68047 #a6476e

Monochromatic Colors of #a65047

#a65047

Complementary Color

#a65047 #479da6

#a65047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65047 Color CSS Codes

.mybgcolor {background-color:#a65047; } 
.myforecolor {color:#a65047; }
.mybordercolor {border:3px solid #a65047; }

#a65047 Text Font Color

<p style="color:#a65047">Text here</p>

This sample text font color is #a65047
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a65047 Background Color

<div style="background-color:#a65047">
Div content here</div>

This div background color is #a65047


#a65047 Border Color

<div style="border:3px solid #a65047">
Div here</div>

This div border color is #a65047


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,80,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65047; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65047;
  -webkit-box-shadow: 1px 1px 3px 2px #a65047;
  box-shadow:         1px 1px 3px 2px #a65047; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,80,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a65047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a65047;
  -webkit-box-shadow: 1px 1px 3px 2px #a65047;
  box-shadow:         1px 1px 3px 2px #a65047;">
Div content here</div>

This div box has shadow with color #a65047


Comments

No comments written yet.

Please login to write comment.