Color Hex Logo

#ac6538 Color Hex

#AC6538
(172,101,56)
0 Favorites   0 Comments

Color spaces of #ac6538

RGB 17210156
HSL0.060.510.45
HSV23°67°67°
CMYK 0.000.410.67   0.33
XYZ22.380718.36356.1063
Yxy18.36350.47770.3920
Hunter Lab42.852718.233221.5483
CIE-Lab49.934124.557237.1252

#ac6538 color RGB value is (172,101,56).

#ac6538 hex color red value is 172, green value is 101 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ac6538 hue: 0.06 , saturation: 0.51 and the lightness value of ac6538 is 0.45.

The process color (four color CMYK) of #ac6538 color hex is 0.00, 0.41, 0.67, 0.33. Web safe color of #ac6538 is #996633. Color #ac6538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 00111000
Octal 254 145 70
Decimal 172 101 56
Hex AC 65 38

RGB Percentages of Color #ac6538

%52.28
%30.70
%17.02

CMYK Percentages of Color #ac6538

%0
%41
%67
%33

Triadic Colors of #ac6538

#ac6538 #38ac65 #6538ac

Analogous Colors of #ac6538

#ac6538 #ac9f38 #ac3845

Monochromatic Colors of #ac6538

#ac6538

Complementary Color

#ac6538 #387fac

#ac6538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6538 Color CSS Codes

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

#ac6538 Text Font Color

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

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


#ac6538 Background Color

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

This div background color is #ac6538


#ac6538 Border Color

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

This div border color is #ac6538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6538


Comments

No comments written yet.

Please login to write comment.