Color Hex Logo

#a65246 Color Hex

#A65246
(166,82,70)
0 Favorites   0 Comments

Color spaces of #a65246

RGB 1668270
HSL0.020.410.46
HSV58°65°
CMYK 0.000.510.58   0.35
XYZ19.848714.58387.5632
Yxy14.58380.47260.3473
Hunter Lab38.188725.945614.9899
CIE-Lab45.058833.458923.0599

#a65246 color RGB value is (166,82,70).

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

The process color (four color CMYK) of #a65246 color hex is 0.00, 0.51, 0.58, 0.35. Web safe color of #a65246 is #996633. Color #a65246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 01000110
Octal 246 122 106
Decimal 166 82 70
Hex A6 52 46

RGB Percentages of Color #a65246

%52.20
%25.79
%22.01

CMYK Percentages of Color #a65246

%0
%51
%58
%35

Triadic Colors of #a65246

#a65246 #46a652 #5246a6

Analogous Colors of #a65246

#a65246 #a68246 #a6466a

Monochromatic Colors of #a65246

#a65246

Complementary Color

#a65246 #469aa6

#a65246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65246 Color CSS Codes

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

#a65246 Text Font Color

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

This sample text font color is #a65246
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.


#a65246 Background Color

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

This div background color is #a65246


#a65246 Border Color

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

This div border color is #a65246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65246


Comments

No comments written yet.

Please login to write comment.