Color Hex Logo

#ac826a Color Hex

#AC826A
(172,130,106)
0 Favorites   0 Comments

Color spaces of #ac826a

RGB 172130106
HSL0.060.280.55
HSV22°38°67°
CMYK 0.000.240.38   0.33
XYZ27.597425.776517.1565
Yxy25.77650.39130.3655
Hunter Lab50.77068.178915.5040
CIE-Lab57.824312.882219.2594

#ac826a color RGB value is (172,130,106).

#ac826a hex color red value is 172, green value is 130 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac826a hue: 0.06 , saturation: 0.28 and the lightness value of ac826a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000010 01101010
Octal 254 202 152
Decimal 172 130 106
Hex AC 82 6A

RGB Percentages of Color #ac826a

%42.16
%31.86
%25.98

CMYK Percentages of Color #ac826a

%0
%24
%38
%33

Triadic Colors of #ac826a

#ac826a #6aac82 #826aac

Analogous Colors of #ac826a

#ac826a #aca36a #ac6a73

Monochromatic Colors of #ac826a

#ac826a

Complementary Color

#ac826a #6a94ac

#ac826a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac826a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac826a Color CSS Codes

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

#ac826a Text Font Color

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

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


#ac826a Background Color

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

This div background color is #ac826a


#ac826a Border Color

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

This div border color is #ac826a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac826a


Comments

No comments written yet.

Please login to write comment.