Color Hex Logo

#ac683d Color Hex

#AC683D
(172,104,61)
0 Favorites   0 Comments

Color spaces of #ac683d

RGB 17210461
HSL0.060.480.46
HSV23°65°67°
CMYK 0.000.400.65   0.33
XYZ22.805919.00826.8818
Yxy19.00820.46830.3903
Hunter Lab43.598417.074421.1602
CIE-Lab50.696823.212635.3277

#ac683d color RGB value is (172,104,61).

#ac683d hex color red value is 172, green value is 104 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ac683d hue: 0.06 , saturation: 0.48 and the lightness value of ac683d is 0.46.

The process color (four color CMYK) of #ac683d color hex is 0.00, 0.40, 0.65, 0.33. Web safe color of #ac683d is #996633. Color #ac683d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 00111101
Octal 254 150 75
Decimal 172 104 61
Hex AC 68 3D

RGB Percentages of Color #ac683d

%51.04
%30.86
%18.10

CMYK Percentages of Color #ac683d

%0
%40
%65
%33

Triadic Colors of #ac683d

#ac683d #3dac68 #683dac

Analogous Colors of #ac683d

#ac683d #aca03d #ac3d49

Monochromatic Colors of #ac683d

#ac683d

Complementary Color

#ac683d #3d81ac

#ac683d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac683d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac683d Color CSS Codes

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

#ac683d Text Font Color

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

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


#ac683d Background Color

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

This div background color is #ac683d


#ac683d Border Color

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

This div border color is #ac683d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac683d


Comments

No comments written yet.

Please login to write comment.