Color Hex Logo

#a65254 Color Hex

#A65254
(166,82,84)
0 Favorites   0 Comments

Color spaces of #a65254

RGB 1668284
HSL1.000.340.49
HSV359°51°65°
CMYK 0.000.510.49   0.35
XYZ20.343414.781710.1684
Yxy14.78170.44910.3264
Hunter Lab38.447027.167311.2320
CIE-Lab45.333734.718015.0088

#a65254 color RGB value is (166,82,84).

#a65254 hex color red value is 166, green value is 82 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a65254 hue: 1.00 , saturation: 0.34 and the lightness value of a65254 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 01010100
Octal 246 122 124
Decimal 166 82 84
Hex A6 52 54

RGB Percentages of Color #a65254

%50.00
%24.70
%25.30

CMYK Percentages of Color #a65254

%0
%51
%49
%35

Triadic Colors of #a65254

#a65254 #54a652 #5254a6

Analogous Colors of #a65254

#a65254 #a67a52 #a6527e

Monochromatic Colors of #a65254

#a65254

Complementary Color

#a65254 #52a6a4

#a65254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65254 Color CSS Codes

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

#a65254 Text Font Color

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

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


#a65254 Background Color

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

This div background color is #a65254


#a65254 Border Color

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

This div border color is #a65254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65254


Comments

No comments written yet.

Please login to write comment.