Color Hex Logo

#a0687b Color Hex

#A0687B
(160,104,123)
0 Favorites   0 Comments

Color spaces of #a0687b

RGB 160104123
HSL0.940.230.52
HSV340°35°63°
CMYK 0.000.350.23   0.37
XYZ23.022718.804321.1551
Yxy18.80430.36550.2986
Hunter Lab43.363918.88201.4301
CIE-Lab50.457525.2257-1.2555

#a0687b color RGB value is (160,104,123).

#a0687b hex color red value is 160, green value is 104 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a0687b hue: 0.94 , saturation: 0.23 and the lightness value of a0687b is 0.52.

The process color (four color CMYK) of #a0687b color hex is 0.00, 0.35, 0.23, 0.37. Web safe color of #a0687b is #996666. Color #a0687b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 01111011
Octal 240 150 173
Decimal 160 104 123
Hex A0 68 7B

RGB Percentages of Color #a0687b

%41.34
%26.87
%31.78

CMYK Percentages of Color #a0687b

%0
%35
%23
%37

Triadic Colors of #a0687b

#a0687b #7ba068 #687ba0

Analogous Colors of #a0687b

#a0687b #a07168 #a06897

Monochromatic Colors of #a0687b

#a0687b

Complementary Color

#a0687b #68a08d

#a0687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0687b Color CSS Codes

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

#a0687b Text Font Color

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

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


#a0687b Background Color

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

This div background color is #a0687b


#a0687b Border Color

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

This div border color is #a0687b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,104,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 #a0687b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0687b


Comments

No comments written yet.

Please login to write comment.