Color Hex Logo

#ac695e Color Hex

#AC695E
(172,105,94)
0 Favorites   0 Comments

Color spaces of #ac695e

RGB 17210594
HSL0.020.320.52
HSV45°67°
CMYK 0.000.390.45   0.33
XYZ24.085219.682013.1192
Yxy19.68200.42340.3460
Hunter Lab44.364419.269013.5222
CIE-Lab51.475825.559317.5552

#ac695e color RGB value is (172,105,94).

#ac695e hex color red value is 172, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac695e hue: 0.02 , saturation: 0.32 and the lightness value of ac695e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 01011110
Octal 254 151 136
Decimal 172 105 94
Hex AC 69 5E

RGB Percentages of Color #ac695e

%46.36
%28.30
%25.34

CMYK Percentages of Color #ac695e

%0
%39
%45
%33

Triadic Colors of #ac695e

#ac695e #5eac69 #695eac

Analogous Colors of #ac695e

#ac695e #ac905e #ac5e7a

Monochromatic Colors of #ac695e

#ac695e

Complementary Color

#ac695e #5ea1ac

#ac695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac695e Color CSS Codes

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

#ac695e Text Font Color

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

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


#ac695e Background Color

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

This div background color is #ac695e


#ac695e Border Color

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

This div border color is #ac695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac695e


Comments

No comments written yet.

Please login to write comment.