Color Hex Logo

#ac8825 Color Hex

#AC8825
(172,136,37)
0 Favorites   0 Comments

Color spaces of #ac8825

RGB 17213637
HSL0.120.650.41
HSV44°78°67°
CMYK 0.000.210.78   0.33
XYZ26.151326.51255.4894
Yxy26.51250.44970.4559
Hunter Lab51.49030.550029.7223
CIE-Lab58.52033.994954.5992

#ac8825 color RGB value is (172,136,37).

#ac8825 hex color red value is 172, green value is 136 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ac8825 hue: 0.12 , saturation: 0.65 and the lightness value of ac8825 is 0.41.

The process color (four color CMYK) of #ac8825 color hex is 0.00, 0.21, 0.78, 0.33. Web safe color of #ac8825 is #999933. Color #ac8825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 00100101
Octal 254 210 45
Decimal 172 136 37
Hex AC 88 25

RGB Percentages of Color #ac8825

%49.86
%39.42
%10.72

CMYK Percentages of Color #ac8825

%0
%21
%78
%33

Triadic Colors of #ac8825

#ac8825 #25ac88 #8825ac

Analogous Colors of #ac8825

#ac8825 #8dac25 #ac4525

Monochromatic Colors of #ac8825

#ac8825

Complementary Color

#ac8825 #2549ac

#ac8825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8825 Color CSS Codes

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

#ac8825 Text Font Color

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

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


#ac8825 Background Color

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

This div background color is #ac8825


#ac8825 Border Color

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

This div border color is #ac8825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8825


Comments

No comments written yet.

Please login to write comment.