Color Hex Logo

#ac702b Color Hex

#AC702B
(172,112,43)
0 Favorites   0 Comments

Color spaces of #ac702b

RGB 17211243
HSL0.090.600.42
HSV32°75°67°
CMYK 0.000.350.75   0.33
XYZ23.243520.53345.0238
Yxy20.53340.47630.4208
Hunter Lab45.313812.261625.1464
CIE-Lab52.435017.695046.2581

#ac702b color RGB value is (172,112,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 00101011
Octal 254 160 53
Decimal 172 112 43
Hex AC 70 2B

RGB Percentages of Color #ac702b

%52.60
%34.25
%13.15

CMYK Percentages of Color #ac702b

%0
%35
%75
%33

Triadic Colors of #ac702b

#ac702b #2bac70 #702bac

Analogous Colors of #ac702b

#ac702b #a8ac2b #ac302b

Monochromatic Colors of #ac702b

#ac702b

Complementary Color

#ac702b #2b67ac

#ac702b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac702b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac702b Color CSS Codes

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

#ac702b Text Font Color

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

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


#ac702b Background Color

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

This div background color is #ac702b


#ac702b Border Color

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

This div border color is #ac702b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac702b


Comments

No comments written yet.

Please login to write comment.