Color Hex Logo

#ac835b Color Hex

#AC835B
(172,131,91)
0 Favorites   0 Comments

Color spaces of #ac835b

RGB 17213191
HSL0.080.330.52
HSV30°47°67°
CMYK 0.000.240.47   0.33
XYZ27.017925.758613.4454
Yxy25.75860.40800.3890
Hunter Lab50.75296.205419.8200
CIE-Lab57.807210.622027.6595

#ac835b color RGB value is (172,131,91).

#ac835b hex color red value is 172, green value is 131 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ac835b hue: 0.08 , saturation: 0.33 and the lightness value of ac835b is 0.52.

The process color (four color CMYK) of #ac835b color hex is 0.00, 0.24, 0.47, 0.33. Web safe color of #ac835b is #999966. Color #ac835b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000011 01011011
Octal 254 203 133
Decimal 172 131 91
Hex AC 83 5B

RGB Percentages of Color #ac835b

%43.65
%33.25
%23.10

CMYK Percentages of Color #ac835b

%0
%24
%47
%33

Triadic Colors of #ac835b

#ac835b #5bac83 #835bac

Analogous Colors of #ac835b

#ac835b #acac5b #ac5b5c

Monochromatic Colors of #ac835b

#ac835b

Complementary Color

#ac835b #5b84ac

#ac835b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac835b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac835b Color CSS Codes

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

#ac835b Text Font Color

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

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


#ac835b Background Color

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

This div background color is #ac835b


#ac835b Border Color

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

This div border color is #ac835b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac835b


Comments

No comments written yet.

Please login to write comment.