Color Hex Logo

#ac5333 Color Hex

#AC5333
(172,83,51)
0 Favorites   0 Comments

Color spaces of #ac5333

RGB 1728351
HSL0.040.540.44
HSV16°70°67°
CMYK 0.000.520.70   0.33
XYZ20.704115.19624.9739
Yxy15.19620.50650.3718
Hunter Lab38.982326.585119.7226
CIE-Lab45.901834.027035.2322

#ac5333 color RGB value is (172,83,51).

#ac5333 hex color red value is 172, green value is 83 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ac5333 hue: 0.04 , saturation: 0.54 and the lightness value of ac5333 is 0.44.

The process color (four color CMYK) of #ac5333 color hex is 0.00, 0.52, 0.70, 0.33. Web safe color of #ac5333 is #996633. Color #ac5333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00110011
Octal 254 123 63
Decimal 172 83 51
Hex AC 53 33

RGB Percentages of Color #ac5333

%56.21
%27.12
%16.67

CMYK Percentages of Color #ac5333

%0
%52
%70
%33

Triadic Colors of #ac5333

#ac5333 #33ac53 #5333ac

Analogous Colors of #ac5333

#ac5333 #ac9033 #ac334f

Monochromatic Colors of #ac5333

#ac5333

Complementary Color

#ac5333 #338cac

#ac5333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5333 Color CSS Codes

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

#ac5333 Text Font Color

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

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


#ac5333 Background Color

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

This div background color is #ac5333


#ac5333 Border Color

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

This div border color is #ac5333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5333


Comments

No comments written yet.

Please login to write comment.