Color Hex Logo

#a5775f Color Hex

#A5775F
(165,119,95)
0 Favorites   0 Comments

Color spaces of #a5775f

RGB 16511995
HSL0.060.280.51
HSV21°42°65°
CMYK 0.000.280.42   0.35
XYZ24.179422.019213.8022
Yxy22.01920.40300.3670
Hunter Lab46.92469.859715.4079
CIE-Lab54.047414.886720.3037

#a5775f color RGB value is (165,119,95).

#a5775f hex color red value is 165, green value is 119 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a5775f hue: 0.06 , saturation: 0.28 and the lightness value of a5775f is 0.51.

The process color (four color CMYK) of #a5775f color hex is 0.00, 0.28, 0.42, 0.35. Web safe color of #a5775f is #996666. Color #a5775f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 01011111
Octal 245 167 137
Decimal 165 119 95
Hex A5 77 5F

RGB Percentages of Color #a5775f

%43.54
%31.40
%25.07

CMYK Percentages of Color #a5775f

%0
%28
%42
%35

Triadic Colors of #a5775f

#a5775f #5fa577 #775fa5

Analogous Colors of #a5775f

#a5775f #a59a5f #a55f6a

Monochromatic Colors of #a5775f

#a5775f

Complementary Color

#a5775f #5f8da5

#a5775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5775f Color CSS Codes

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

#a5775f Text Font Color

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

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


#a5775f Background Color

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

This div background color is #a5775f


#a5775f Border Color

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

This div border color is #a5775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5775f

#a5775f Color Palettes


Comments

No comments written yet.

Please login to write comment.