Color Hex Logo

#ac968b Color Hex

#AC968B
(172,150,139)
0 Favorites   0 Comments

Color spaces of #ac968b

RGB 172150139
HSL0.060.170.61
HSV20°19°67°
CMYK 0.000.130.19   0.33
XYZ32.579832.447428.9719
Yxy32.44740.34660.3452
Hunter Lab56.96262.40869.7182
CIE-Lab63.71096.34208.7948

#ac968b color RGB value is (172,150,139).

#ac968b hex color red value is 172, green value is 150 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ac968b hue: 0.06 , saturation: 0.17 and the lightness value of ac968b is 0.61.

The process color (four color CMYK) of #ac968b color hex is 0.00, 0.13, 0.19, 0.33. Web safe color of #ac968b is #999999. Color #ac968b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 10001011
Octal 254 226 213
Decimal 172 150 139
Hex AC 96 8B

RGB Percentages of Color #ac968b

%37.31
%32.54
%30.15

CMYK Percentages of Color #ac968b

%0
%13
%19
%33

Triadic Colors of #ac968b

#ac968b #8bac96 #968bac

Analogous Colors of #ac968b

#ac968b #aca78b #ac8b91

Monochromatic Colors of #ac968b

#ac968b

Complementary Color

#ac968b #8ba1ac

#ac968b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac968b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac968b Color CSS Codes

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

#ac968b Text Font Color

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

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


#ac968b Background Color

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

This div background color is #ac968b


#ac968b Border Color

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

This div border color is #ac968b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac968b


Comments

No comments written yet.

Please login to write comment.