Color Hex Logo

#ac783b Color Hex

#AC783B
(172,120,59)
0 Favorites   0 Comments

Color spaces of #ac783b

RGB 17212059
HSL0.090.490.45
HSV32°66°67°
CMYK 0.000.300.66   0.33
XYZ24.519122.51947.1920
Yxy22.51940.45210.4153
Hunter Lab47.45469.182824.2325
CIE-Lab54.573814.094340.8327

#ac783b color RGB value is (172,120,59).

#ac783b hex color red value is 172, green value is 120 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ac783b hue: 0.09 , saturation: 0.49 and the lightness value of ac783b is 0.45.

The process color (four color CMYK) of #ac783b color hex is 0.00, 0.30, 0.66, 0.33. Web safe color of #ac783b is #996633. Color #ac783b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111000 00111011
Octal 254 170 73
Decimal 172 120 59
Hex AC 78 3B

RGB Percentages of Color #ac783b

%49.00
%34.19
%16.81

CMYK Percentages of Color #ac783b

%0
%30
%66
%33

Triadic Colors of #ac783b

#ac783b #3bac78 #783bac

Analogous Colors of #ac783b

#ac783b #a8ac3b #ac3f3b

Monochromatic Colors of #ac783b

#ac783b

Complementary Color

#ac783b #3b6fac

#ac783b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac783b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac783b Color CSS Codes

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

#ac783b Text Font Color

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

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


#ac783b Background Color

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

This div background color is #ac783b


#ac783b Border Color

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

This div border color is #ac783b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac783b


Comments

No comments written yet.

Please login to write comment.