Color Hex Logo

#ac670d Color Hex

#AC670D
(172,103,13)
0 Favorites   0 Comments

Color spaces of #ac670d

RGB 17210313
HSL0.090.860.36
HSV34°92°67°
CMYK 0.000.400.92   0.33
XYZ21.936218.50022.7955
Yxy18.50020.50740.4279
Hunter Lab43.011915.764926.2548
CIE-Lab50.097321.796154.9593

#ac670d color RGB value is (172,103,13).

#ac670d hex color red value is 172, green value is 103 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ac670d hue: 0.09 , saturation: 0.86 and the lightness value of ac670d is 0.36.

The process color (four color CMYK) of #ac670d color hex is 0.00, 0.40, 0.92, 0.33. Web safe color of #ac670d is #996600. Color #ac670d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 00001101
Octal 254 147 15
Decimal 172 103 13
Hex AC 67 D

RGB Percentages of Color #ac670d

%59.72
%35.76
%4.51

CMYK Percentages of Color #ac670d

%0
%40
%92
%33

Triadic Colors of #ac670d

#ac670d #0dac67 #670dac

Analogous Colors of #ac670d

#ac670d #a2ac0d #ac180d

Monochromatic Colors of #ac670d

#ac670d

Complementary Color

#ac670d #0d52ac

#ac670d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac670d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac670d Color CSS Codes

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

#ac670d Text Font Color

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

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


#ac670d Background Color

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

This div background color is #ac670d


#ac670d Border Color

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

This div border color is #ac670d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac670d


Comments

No comments written yet.

Please login to write comment.