Color Hex Logo

#ac620b Color Hex

#AC620B
(172,98,11)
0 Favorites   0 Comments

Color spaces of #ac620b

RGB 1729811
HSL0.090.880.36
HSV32°94°67°
CMYK 0.000.430.94   0.33
XYZ21.441317.53022.5702
Yxy17.53020.51610.4220
Hunter Lab41.869118.139625.6687
CIE-Lab48.921324.541054.5613

#ac620b color RGB value is (172,98,11).

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

The process color (four color CMYK) of #ac620b color hex is 0.00, 0.43, 0.94, 0.33. Web safe color of #ac620b is #996600. Color #ac620b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100010 00001011
Octal 254 142 13
Decimal 172 98 11
Hex AC 62 B

RGB Percentages of Color #ac620b

%61.21
%34.88
%3.91

CMYK Percentages of Color #ac620b

%0
%43
%94
%33

Triadic Colors of #ac620b

#ac620b #0bac62 #620bac

Analogous Colors of #ac620b

#ac620b #a6ac0b #ac120b

Monochromatic Colors of #ac620b

#ac620b

Complementary Color

#ac620b #0b55ac

#ac620b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac620b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac620b Color CSS Codes

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

#ac620b Text Font Color

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

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


#ac620b Background Color

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

This div background color is #ac620b


#ac620b Border Color

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

This div border color is #ac620b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac620b


Comments

No comments written yet.

Please login to write comment.