Color Hex Logo

#ac695f Color Hex

#AC695F
(172,105,95)
0 Favorites   0 Comments

Color spaces of #ac695f

RGB 17210595
HSL0.020.320.52
HSV45°67°
CMYK 0.000.390.45   0.33
XYZ24.130419.700013.3571
Yxy19.70000.42200.3445
Hunter Lab44.384719.371013.2266
CIE-Lab51.496325.668416.9971

#ac695f color RGB value is (172,105,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 01011111
Octal 254 151 137
Decimal 172 105 95
Hex AC 69 5F

RGB Percentages of Color #ac695f

%46.24
%28.23
%25.54

CMYK Percentages of Color #ac695f

%0
%39
%45
%33

Triadic Colors of #ac695f

#ac695f #5fac69 #695fac

Analogous Colors of #ac695f

#ac695f #ac905f #ac5f7c

Monochromatic Colors of #ac695f

#ac695f

Complementary Color

#ac695f #5fa2ac

#ac695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac695f Color CSS Codes

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

#ac695f Text Font Color

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

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


#ac695f Background Color

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

This div background color is #ac695f


#ac695f Border Color

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

This div border color is #ac695f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac695f


Comments

No comments written yet.

Please login to write comment.