Color Hex Logo

#a5827b Color Hex

#A5827B
(165,130,123)
0 Favorites   0 Comments

Color spaces of #a5827b

RGB 165130123
HSL0.030.190.56
HSV10°25°65°
CMYK 0.000.210.25   0.35
XYZ27.074825.394722.2136
Yxy25.39470.36250.3400
Hunter Lab50.39327.71499.1398
CIE-Lab57.458012.35798.9138

#a5827b color RGB value is (165,130,123).

#a5827b hex color red value is 165, green value is 130 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a5827b hue: 0.03 , saturation: 0.19 and the lightness value of a5827b is 0.56.

The process color (four color CMYK) of #a5827b color hex is 0.00, 0.21, 0.25, 0.35. Web safe color of #a5827b is #999966. Color #a5827b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000010 01111011
Octal 245 202 173
Decimal 165 130 123
Hex A5 82 7B

RGB Percentages of Color #a5827b

%39.47
%31.10
%29.43

CMYK Percentages of Color #a5827b

%0
%21
%25
%35

Triadic Colors of #a5827b

#a5827b #7ba582 #827ba5

Analogous Colors of #a5827b

#a5827b #a5977b #a57b89

Monochromatic Colors of #a5827b

#a5827b

Complementary Color

#a5827b #7b9ea5

#a5827b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5827b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5827b Color CSS Codes

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

#a5827b Text Font Color

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

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


#a5827b Background Color

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

This div background color is #a5827b


#a5827b Border Color

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

This div border color is #a5827b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5827b

#a5827b Color Palettes


Comments

No comments written yet.

Please login to write comment.