Color Hex Logo

#a5748a Color Hex

#A5748A
(165,116,138)
0 Favorites   0 Comments

Color spaces of #a5748a

RGB 165116138
HSL0.930.210.55
HSV333°30°65°
CMYK 0.000.300.16   0.35
XYZ26.349922.325126.9651
Yxy22.32510.34840.2951
Hunter Lab47.249416.8587-0.7620
CIE-Lab54.370322.7044-4.2684

#a5748a color RGB value is (165,116,138).

#a5748a hex color red value is 165, green value is 116 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a5748a hue: 0.93 , saturation: 0.21 and the lightness value of a5748a is 0.55.

The process color (four color CMYK) of #a5748a color hex is 0.00, 0.30, 0.16, 0.35. Web safe color of #a5748a is #996699. Color #a5748a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 10001010
Octal 245 164 212
Decimal 165 116 138
Hex A5 74 8A

RGB Percentages of Color #a5748a

%39.38
%27.68
%32.94

CMYK Percentages of Color #a5748a

%0
%30
%16
%35

Triadic Colors of #a5748a

#a5748a #8aa574 #748aa5

Analogous Colors of #a5748a

#a5748a #a57774 #a574a3

Monochromatic Colors of #a5748a

#a5748a

Complementary Color

#a5748a #74a58f

#a5748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5748a Color CSS Codes

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

#a5748a Text Font Color

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

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


#a5748a Background Color

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

This div background color is #a5748a


#a5748a Border Color

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

This div border color is #a5748a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,116,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5748a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5748a;
  -webkit-box-shadow: 1px 1px 3px 2px #a5748a;
  box-shadow:         1px 1px 3px 2px #a5748a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,116,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5748a


Comments

No comments written yet.

Please login to write comment.