Color Hex Logo

#ac502b Color Hex

#AC502B
(172,80,43)
0 Favorites   0 Comments

Color spaces of #ac502b

RGB 1728043
HSL0.050.600.42
HSV17°75°67°
CMYK 0.000.530.75   0.33
XYZ20.318014.68244.0486
Yxy14.68240.52030.3760
Hunter Lab38.317627.594220.5578
CIE-Lab45.196135.186838.7564

#ac502b color RGB value is (172,80,43).

#ac502b hex color red value is 172, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ac502b hue: 0.05 , saturation: 0.60 and the lightness value of ac502b is 0.42.

The process color (four color CMYK) of #ac502b color hex is 0.00, 0.53, 0.75, 0.33. Web safe color of #ac502b is #996633. Color #ac502b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00101011
Octal 254 120 53
Decimal 172 80 43
Hex AC 50 2B

RGB Percentages of Color #ac502b

%58.31
%27.12
%14.58

CMYK Percentages of Color #ac502b

%0
%53
%75
%33

Triadic Colors of #ac502b

#ac502b #2bac50 #502bac

Analogous Colors of #ac502b

#ac502b #ac912b #ac2b47

Monochromatic Colors of #ac502b

#ac502b

Complementary Color

#ac502b #2b87ac

#ac502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac502b Color CSS Codes

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

#ac502b Text Font Color

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

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


#ac502b Background Color

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

This div background color is #ac502b


#ac502b Border Color

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

This div border color is #ac502b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac502b


Comments

No comments written yet.

Please login to write comment.