Color Hex Logo

#ac7726 Color Hex

#AC7726
(172,119,38)
0 Favorites   0 Comments

Color spaces of #ac7726

RGB 17211938
HSL0.100.640.41
HSV36°78°67°
CMYK 0.000.310.78   0.33
XYZ23.959922.10424.8374
Yxy22.10420.47070.4343
Hunter Lab47.01518.691026.8102
CIE-Lab54.137413.537150.0916

#ac7726 color RGB value is (172,119,38).

#ac7726 hex color red value is 172, green value is 119 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ac7726 hue: 0.10 , saturation: 0.64 and the lightness value of ac7726 is 0.41.

The process color (four color CMYK) of #ac7726 color hex is 0.00, 0.31, 0.78, 0.33. Web safe color of #ac7726 is #996633. Color #ac7726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 00100110
Octal 254 167 46
Decimal 172 119 38
Hex AC 77 26

RGB Percentages of Color #ac7726

%52.28
%36.17
%11.55

CMYK Percentages of Color #ac7726

%0
%31
%78
%33

Triadic Colors of #ac7726

#ac7726 #26ac77 #7726ac

Analogous Colors of #ac7726

#ac7726 #9eac26 #ac3426

Monochromatic Colors of #ac7726

#ac7726

Complementary Color

#ac7726 #265bac

#ac7726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7726 Color CSS Codes

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

#ac7726 Text Font Color

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

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


#ac7726 Background Color

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

This div background color is #ac7726


#ac7726 Border Color

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

This div border color is #ac7726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7726


Comments

No comments written yet.

Please login to write comment.