Color Hex Logo

#ac963d Color Hex

#AC963D
(172,150,61)
0 Favorites   0 Comments

Color spaces of #ac963d

RGB 17215061
HSL0.130.480.46
HSV48°65°67°
CMYK 0.000.130.65   0.33
XYZ28.761930.92038.8672
Yxy30.92030.41960.4511
Hunter Lab55.6060-4.982429.4696
CIE-Lab62.4403-2.421448.5513

#ac963d color RGB value is (172,150,61).

#ac963d hex color red value is 172, green value is 150 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ac963d hue: 0.13 , saturation: 0.48 and the lightness value of ac963d is 0.46.

The process color (four color CMYK) of #ac963d color hex is 0.00, 0.13, 0.65, 0.33. Web safe color of #ac963d is #999933. Color #ac963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 00111101
Octal 254 226 75
Decimal 172 150 61
Hex AC 96 3D

RGB Percentages of Color #ac963d

%44.91
%39.16
%15.93

CMYK Percentages of Color #ac963d

%0
%13
%65
%33

Triadic Colors of #ac963d

#ac963d #3dac96 #963dac

Analogous Colors of #ac963d

#ac963d #8bac3d #ac5f3d

Monochromatic Colors of #ac963d

#ac963d

Complementary Color

#ac963d #3d53ac

#ac963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac963d Color CSS Codes

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

#ac963d Text Font Color

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

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


#ac963d Background Color

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

This div background color is #ac963d


#ac963d Border Color

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

This div border color is #ac963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac963d


Comments

No comments written yet.

Please login to write comment.