Color Hex Logo

#ac6508 Color Hex

#AC6508
(172,101,8)
0 Favorites   0 Comments

Color spaces of #ac6508

RGB 1721018
HSL0.090.910.35
HSV34°95°67°
CMYK 0.000.410.95   0.33
XYZ21.710818.09552.5782
Yxy18.09550.51220.4269
Hunter Lab42.538816.659326.1837
CIE-Lab49.611722.834855.6924

#ac6508 color RGB value is (172,101,8).

#ac6508 hex color red value is 172, green value is 101 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ac6508 hue: 0.09 , saturation: 0.91 and the lightness value of ac6508 is 0.35.

The process color (four color CMYK) of #ac6508 color hex is 0.00, 0.41, 0.95, 0.33. Web safe color of #ac6508 is #996600. Color #ac6508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 00001000
Octal 254 145 10
Decimal 172 101 8
Hex AC 65 8

RGB Percentages of Color #ac6508

%61.21
%35.94
%2.85

CMYK Percentages of Color #ac6508

%0
%41
%95
%33

Triadic Colors of #ac6508

#ac6508 #08ac65 #6508ac

Analogous Colors of #ac6508

#ac6508 #a1ac08 #ac1308

Monochromatic Colors of #ac6508

#ac6508

Complementary Color

#ac6508 #084fac

#ac6508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6508 Color CSS Codes

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

#ac6508 Text Font Color

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

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


#ac6508 Background Color

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

This div background color is #ac6508


#ac6508 Border Color

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

This div border color is #ac6508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6508


Comments

No comments written yet.

Please login to write comment.