Color Hex Logo

#ac965f Color Hex

#AC965F
(172,150,95)
0 Favorites   0 Comments

Color spaces of #ac965f

RGB 17215095
HSL0.120.320.52
HSV43°45°67°
CMYK 0.000.130.45   0.33
XYZ29.985231.409615.3087
Yxy31.40960.39090.4095
Hunter Lab56.0443-2.575123.0357
CIE-Lab62.85190.497631.9541

#ac965f color RGB value is (172,150,95).

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

The process color (four color CMYK) of #ac965f color hex is 0.00, 0.13, 0.45, 0.33. Web safe color of #ac965f is #999966. Color #ac965f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 01011111
Octal 254 226 137
Decimal 172 150 95
Hex AC 96 5F

RGB Percentages of Color #ac965f

%41.25
%35.97
%22.78

CMYK Percentages of Color #ac965f

%0
%13
%45
%33

Triadic Colors of #ac965f

#ac965f #5fac96 #965fac

Analogous Colors of #ac965f

#ac965f #9cac5f #ac705f

Monochromatic Colors of #ac965f

#ac965f

Complementary Color

#ac965f #5f75ac

#ac965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac965f Color CSS Codes

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

#ac965f Text Font Color

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

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


#ac965f Background Color

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

This div background color is #ac965f


#ac965f Border Color

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

This div border color is #ac965f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,150,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 #ac965f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac965f


Comments

No comments written yet.

Please login to write comment.