Color Hex Logo

#ac697a Color Hex

#AC697A
(172,105,122)
0 Favorites   0 Comments

Color spaces of #ac697a

RGB 172105122
HSL0.960.290.54
HSV345°39°67°
CMYK 0.000.390.29   0.33
XYZ25.577720.278920.9785
Yxy20.27890.38270.3034
Hunter Lab45.032122.57973.9018
CIE-Lab52.151129.05341.9878

#ac697a color RGB value is (172,105,122).

#ac697a hex color red value is 172, green value is 105 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ac697a hue: 0.96 , saturation: 0.29 and the lightness value of ac697a is 0.54.

The process color (four color CMYK) of #ac697a color hex is 0.00, 0.39, 0.29, 0.33. Web safe color of #ac697a is #996666. Color #ac697a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 01111010
Octal 254 151 172
Decimal 172 105 122
Hex AC 69 7A

RGB Percentages of Color #ac697a

%43.11
%26.32
%30.58

CMYK Percentages of Color #ac697a

%0
%39
%29
%33

Triadic Colors of #ac697a

#ac697a #7aac69 #697aac

Analogous Colors of #ac697a

#ac697a #ac7a69 #ac699c

Monochromatic Colors of #ac697a

#ac697a

Complementary Color

#ac697a #69ac9b

#ac697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac697a Color CSS Codes

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

#ac697a Text Font Color

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

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


#ac697a Background Color

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

This div background color is #ac697a


#ac697a Border Color

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

This div border color is #ac697a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,105,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac697a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac697a;
  -webkit-box-shadow: 1px 1px 3px 2px #ac697a;
  box-shadow:         1px 1px 3px 2px #ac697a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,105,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac697a


Comments

No comments written yet.

Please login to write comment.