Color Hex Logo

#ac850d Color Hex

#AC850D
(172,133,13)
0 Favorites   0 Comments

Color spaces of #ac850d

RGB 17213313
HSL0.130.860.36
HSV45°92°67°
CMYK 0.000.230.92   0.33
XYZ25.473425.57483.9746
Yxy25.57480.46300.4648
Hunter Lab50.57151.412130.7403
CIE-Lab57.63124.992760.6055

#ac850d color RGB value is (172,133,13).

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

The process color (four color CMYK) of #ac850d color hex is 0.00, 0.23, 0.92, 0.33. Web safe color of #ac850d is #999900. Color #ac850d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000101 00001101
Octal 254 205 15
Decimal 172 133 13
Hex AC 85 D

RGB Percentages of Color #ac850d

%54.09
%41.82
%4.09

CMYK Percentages of Color #ac850d

%0
%23
%92
%33

Triadic Colors of #ac850d

#ac850d #0dac85 #850dac

Analogous Colors of #ac850d

#ac850d #84ac0d #ac360d

Monochromatic Colors of #ac850d

#ac850d

Complementary Color

#ac850d #0d34ac

#ac850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac850d Color CSS Codes

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

#ac850d Text Font Color

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

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


#ac850d Background Color

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

This div background color is #ac850d


#ac850d Border Color

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

This div border color is #ac850d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac850d


Comments

No comments written yet.

Please login to write comment.