Color Hex Logo

#ac650d Color Hex

#AC650D
(172,101,13)
0 Favorites   0 Comments

Color spaces of #ac650d

RGB 17210113
HSL0.090.860.36
HSV33°92°67°
CMYK 0.000.410.92   0.33
XYZ21.739618.10712.7300
Yxy18.10710.51060.4253
Hunter Lab42.552416.727025.9829
CIE-Lab49.625822.909454.6108

#ac650d color RGB value is (172,101,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 00001101
Octal 254 145 15
Decimal 172 101 13
Hex AC 65 D

RGB Percentages of Color #ac650d

%60.14
%35.31
%4.55

CMYK Percentages of Color #ac650d

%0
%41
%92
%33

Triadic Colors of #ac650d

#ac650d #0dac65 #650dac

Analogous Colors of #ac650d

#ac650d #a4ac0d #ac160d

Monochromatic Colors of #ac650d

#ac650d

Complementary Color

#ac650d #0d54ac

#ac650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac650d Color CSS Codes

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

#ac650d Text Font Color

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

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


#ac650d Background Color

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

This div background color is #ac650d


#ac650d Border Color

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

This div border color is #ac650d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,101,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 #ac650d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac650d


Comments

No comments written yet.

Please login to write comment.