Color Hex Logo

#ac946a Color Hex

#AC946A
(172,148,106)
0 Favorites   0 Comments

Color spaces of #ac946a

RGB 172148106
HSL0.110.280.55
HSV38°38°67°
CMYK 0.000.140.38   0.33
XYZ30.204730.991118.0256
Yxy30.99110.38130.3912
Hunter Lab55.6697-0.573119.7709
CIE-Lab62.50012.842425.5271

#ac946a color RGB value is (172,148,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 01101010
Octal 254 224 152
Decimal 172 148 106
Hex AC 94 6A

RGB Percentages of Color #ac946a

%40.38
%34.74
%24.88

CMYK Percentages of Color #ac946a

%0
%14
%38
%33

Triadic Colors of #ac946a

#ac946a #6aac94 #946aac

Analogous Colors of #ac946a

#ac946a #a3ac6a #ac736a

Monochromatic Colors of #ac946a

#ac946a

Complementary Color

#ac946a #6a82ac

#ac946a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac946a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac946a Color CSS Codes

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

#ac946a Text Font Color

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

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


#ac946a Background Color

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

This div background color is #ac946a


#ac946a Border Color

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

This div border color is #ac946a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac946a


Comments

No comments written yet.

Please login to write comment.