Color Hex Logo

#a0907f Color Hex

#A0907F
(160,144,127)
0 Favorites   0 Comments

Color spaces of #a0907f

RGB 160144127
HSL0.090.150.56
HSV31°21°63°
CMYK 0.000.100.21   0.37
XYZ28.301228.952424.1754
Yxy28.95240.34760.3556
Hunter Lab53.8074-0.277011.0265
CIE-Lab60.73963.107211.2030

#a0907f color RGB value is (160,144,127).

#a0907f hex color red value is 160, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a0907f hue: 0.09 , saturation: 0.15 and the lightness value of a0907f is 0.56.

The process color (four color CMYK) of #a0907f color hex is 0.00, 0.10, 0.21, 0.37. Web safe color of #a0907f is #999966. Color #a0907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 01111111
Octal 240 220 177
Decimal 160 144 127
Hex A0 90 7F

RGB Percentages of Color #a0907f

%37.12
%33.41
%29.47

CMYK Percentages of Color #a0907f

%0
%10
%21
%37

Triadic Colors of #a0907f

#a0907f #7fa090 #907fa0

Analogous Colors of #a0907f

#a0907f #a0a07f #a0807f

Monochromatic Colors of #a0907f

#a0907f

Complementary Color

#a0907f #7f8fa0

#a0907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0907f Color CSS Codes

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

#a0907f Text Font Color

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

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


#a0907f Background Color

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

This div background color is #a0907f


#a0907f Border Color

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

This div border color is #a0907f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,144,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0907f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0907f;
  -webkit-box-shadow: 1px 1px 3px 2px #a0907f;
  box-shadow:         1px 1px 3px 2px #a0907f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,144,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0907f


Comments

No comments written yet.

Please login to write comment.