Color Hex Logo

#ac946c Color Hex

#AC946C
(172,148,108)
0 Favorites   0 Comments

Color spaces of #ac946c

RGB 172148108
HSL0.100.280.55
HSV38°37°67°
CMYK 0.000.140.37   0.33
XYZ30.309931.033218.5799
Yxy31.03320.37920.3883
Hunter Lab55.7075-0.367919.2204
CIE-Lab62.53573.084924.4741

#ac946c color RGB value is (172,148,108).

#ac946c hex color red value is 172, green value is 148 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ac946c hue: 0.10 , saturation: 0.28 and the lightness value of ac946c is 0.55.

The process color (four color CMYK) of #ac946c color hex is 0.00, 0.14, 0.37, 0.33. Web safe color of #ac946c is #999966. Color #ac946c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 01101100
Octal 254 224 154
Decimal 172 148 108
Hex AC 94 6C

RGB Percentages of Color #ac946c

%40.19
%34.58
%25.23

CMYK Percentages of Color #ac946c

%0
%14
%37
%33

Triadic Colors of #ac946c

#ac946c #6cac94 #946cac

Analogous Colors of #ac946c

#ac946c #a4ac6c #ac746c

Monochromatic Colors of #ac946c

#ac946c

Complementary Color

#ac946c #6c84ac

#ac946c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac946c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac946c Color CSS Codes

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

#ac946c Text Font Color

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

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


#ac946c Background Color

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

This div background color is #ac946c


#ac946c Border Color

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

This div border color is #ac946c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac946c


Comments

No comments written yet.

Please login to write comment.