Color Hex Logo

#ac7250 Color Hex

#AC7250
(172,114,80)
0 Favorites   0 Comments

Color spaces of #ac7250

RGB 17211480
HSL0.060.370.49
HSV22°53°67°
CMYK 0.000.340.53   0.33
XYZ24.478521.384510.4269
Yxy21.38450.43490.3799
Hunter Lab46.243413.561419.0017
CIE-Lab53.367819.117028.0981

#ac7250 color RGB value is (172,114,80).

#ac7250 hex color red value is 172, green value is 114 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ac7250 hue: 0.06 , saturation: 0.37 and the lightness value of ac7250 is 0.49.

The process color (four color CMYK) of #ac7250 color hex is 0.00, 0.34, 0.53, 0.33. Web safe color of #ac7250 is #996666. Color #ac7250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110010 01010000
Octal 254 162 120
Decimal 172 114 80
Hex AC 72 50

RGB Percentages of Color #ac7250

%46.99
%31.15
%21.86

CMYK Percentages of Color #ac7250

%0
%34
%53
%33

Triadic Colors of #ac7250

#ac7250 #50ac72 #7250ac

Analogous Colors of #ac7250

#ac7250 #aca050 #ac505c

Monochromatic Colors of #ac7250

#ac7250

Complementary Color

#ac7250 #508aac

#ac7250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7250 Color CSS Codes

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

#ac7250 Text Font Color

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

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


#ac7250 Background Color

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

This div background color is #ac7250


#ac7250 Border Color

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

This div border color is #ac7250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7250


Comments

No comments written yet.

Please login to write comment.