Color Hex Logo

#ac613f Color Hex

#AC613F
(172,97,63)
0 Favorites   0 Comments

Color spaces of #ac613f

RGB 1729763
HSL0.050.460.46
HSV19°63°67°
CMYK 0.000.440.63   0.33
XYZ22.185217.67896.9457
Yxy17.67890.47390.3777
Hunter Lab42.046320.602319.6382
CIE-Lab49.104327.232132.3362

#ac613f color RGB value is (172,97,63).

#ac613f hex color red value is 172, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac613f hue: 0.05 , saturation: 0.46 and the lightness value of ac613f is 0.46.

The process color (four color CMYK) of #ac613f color hex is 0.00, 0.44, 0.63, 0.33. Web safe color of #ac613f is #996633. Color #ac613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100001 00111111
Octal 254 141 77
Decimal 172 97 63
Hex AC 61 3F

RGB Percentages of Color #ac613f

%51.81
%29.22
%18.98

CMYK Percentages of Color #ac613f

%0
%44
%63
%33

Triadic Colors of #ac613f

#ac613f #3fac61 #613fac

Analogous Colors of #ac613f

#ac613f #ac983f #ac3f53

Monochromatic Colors of #ac613f

#ac613f

Complementary Color

#ac613f #3f8aac

#ac613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac613f Color CSS Codes

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

#ac613f Text Font Color

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

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


#ac613f Background Color

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

This div background color is #ac613f


#ac613f Border Color

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

This div border color is #ac613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac613f


Comments

No comments written yet.

Please login to write comment.