Color Hex Logo

#ac530f Color Hex

#AC530F
(172,83,15)
0 Favorites   0 Comments

Color spaces of #ac530f

RGB 1728315
HSL0.070.840.37
HSV26°91°67°
CMYK 0.000.520.91   0.33
XYZ20.192714.99172.2813
Yxy14.99170.53900.4001
Hunter Lab38.719125.332423.6101
CIE-Lab45.622832.731651.1100

#ac530f color RGB value is (172,83,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00001111
Octal 254 123 17
Decimal 172 83 15
Hex AC 53 F

RGB Percentages of Color #ac530f

%63.70
%30.74
%5.56

CMYK Percentages of Color #ac530f

%0
%52
%91
%33

Triadic Colors of #ac530f

#ac530f #0fac53 #530fac

Analogous Colors of #ac530f

#ac530f #aca20f #ac0f19

Monochromatic Colors of #ac530f

#ac530f

Complementary Color

#ac530f #0f68ac

#ac530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac530f Color CSS Codes

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

#ac530f Text Font Color

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

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


#ac530f Background Color

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

This div background color is #ac530f


#ac530f Border Color

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

This div border color is #ac530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac530f


Comments

No comments written yet.

Please login to write comment.