Color Hex Logo

#a65055 Color Hex

#A65055
(166,80,85)
0 Favorites   0 Comments

Color spaces of #a65055

RGB 1668085
HSL0.990.350.48
HSV357°52°65°
CMYK 0.000.520.49   0.35
XYZ20.234214.500210.3267
Yxy14.50020.44900.3218
Hunter Lab38.079128.211510.5765
CIE-Lab44.941935.870913.8648

#a65055 color RGB value is (166,80,85).

#a65055 hex color red value is 166, green value is 80 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a65055 hue: 0.99 , saturation: 0.35 and the lightness value of a65055 is 0.48.

The process color (four color CMYK) of #a65055 color hex is 0.00, 0.52, 0.49, 0.35. Web safe color of #a65055 is #996666. Color #a65055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 01010101
Octal 246 120 125
Decimal 166 80 85
Hex A6 50 55

RGB Percentages of Color #a65055

%50.15
%24.17
%25.68

CMYK Percentages of Color #a65055

%0
%52
%49
%35

Triadic Colors of #a65055

#a65055 #55a650 #5055a6

Analogous Colors of #a65055

#a65055 #a67650 #a65080

Monochromatic Colors of #a65055

#a65055

Complementary Color

#a65055 #50a6a1

#a65055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65055 Color CSS Codes

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

#a65055 Text Font Color

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

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


#a65055 Background Color

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

This div background color is #a65055


#a65055 Border Color

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

This div border color is #a65055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65055


Comments

No comments written yet.

Please login to write comment.