Color Hex Logo

#ac630f Color Hex

#AC630F
(172,99,15)
0 Favorites   0 Comments

Color spaces of #ac630f

RGB 1729915
HSL0.090.840.37
HSV32°91°67°
CMYK 0.000.420.91   0.33
XYZ21.561317.72882.7375
Yxy17.72880.51300.4218
Hunter Lab42.105617.721025.6192
CIE-Lab49.165524.055053.7637

#ac630f color RGB value is (172,99,15).

#ac630f hex color red value is 172, green value is 99 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ac630f hue: 0.09 , saturation: 0.84 and the lightness value of ac630f is 0.37.

The process color (four color CMYK) of #ac630f color hex is 0.00, 0.42, 0.91, 0.33. Web safe color of #ac630f is #996600. Color #ac630f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 00001111
Octal 254 143 17
Decimal 172 99 15
Hex AC 63 F

RGB Percentages of Color #ac630f

%60.14
%34.62
%5.24

CMYK Percentages of Color #ac630f

%0
%42
%91
%33

Triadic Colors of #ac630f

#ac630f #0fac63 #630fac

Analogous Colors of #ac630f

#ac630f #a7ac0f #ac150f

Monochromatic Colors of #ac630f

#ac630f

Complementary Color

#ac630f #0f58ac

#ac630f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac630f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac630f Color CSS Codes

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

#ac630f Text Font Color

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

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


#ac630f Background Color

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

This div background color is #ac630f


#ac630f Border Color

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

This div border color is #ac630f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac630f


Comments

No comments written yet.

Please login to write comment.