Color Hex Logo

#ac695a Color Hex

#AC695A
(172,105,90)
0 Favorites   0 Comments

Color spaces of #ac695a

RGB 17210590
HSL0.030.330.51
HSV11°48°67°
CMYK 0.000.390.48   0.33
XYZ23.910319.612012.1981
Yxy19.61200.42910.3520
Hunter Lab44.285418.875014.6688
CIE-Lab51.395725.136719.7853

#ac695a color RGB value is (172,105,90).

#ac695a hex color red value is 172, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac695a hue: 0.03 , saturation: 0.33 and the lightness value of ac695a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 01011010
Octal 254 151 132
Decimal 172 105 90
Hex AC 69 5A

RGB Percentages of Color #ac695a

%46.87
%28.61
%24.52

CMYK Percentages of Color #ac695a

%0
%39
%48
%33

Triadic Colors of #ac695a

#ac695a #5aac69 #695aac

Analogous Colors of #ac695a

#ac695a #ac925a #ac5a74

Monochromatic Colors of #ac695a

#ac695a

Complementary Color

#ac695a #5a9dac

#ac695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac695a Color CSS Codes

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

#ac695a Text Font Color

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

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


#ac695a Background Color

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

This div background color is #ac695a


#ac695a Border Color

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

This div border color is #ac695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac695a


Comments

No comments written yet.

Please login to write comment.