Color Hex Logo

#ac402b Color Hex

#AC402B
(172,64,43)
0 Favorites   0 Comments

Color spaces of #ac402b

RGB 1726443
HSL0.030.600.42
HSV10°75°67°
CMYK 0.000.630.75   0.33
XYZ19.282712.61193.7035
Yxy12.61190.54170.3543
Hunter Lab35.513234.772418.6762
CIE-Lab42.172643.052635.4967

#ac402b color RGB value is (172,64,43).

#ac402b hex color red value is 172, green value is 64 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ac402b hue: 0.03 , saturation: 0.60 and the lightness value of ac402b is 0.42.

The process color (four color CMYK) of #ac402b color hex is 0.00, 0.63, 0.75, 0.33. Web safe color of #ac402b is #993333. Color #ac402b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 00101011
Octal 254 100 53
Decimal 172 64 43
Hex AC 40 2B

RGB Percentages of Color #ac402b

%61.65
%22.94
%15.41

CMYK Percentages of Color #ac402b

%0
%63
%75
%33

Triadic Colors of #ac402b

#ac402b #2bac40 #402bac

Analogous Colors of #ac402b

#ac402b #ac812b #ac2b57

Monochromatic Colors of #ac402b

#ac402b

Complementary Color

#ac402b #2b97ac

#ac402b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac402b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac402b Color CSS Codes

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

#ac402b Text Font Color

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

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


#ac402b Background Color

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

This div background color is #ac402b


#ac402b Border Color

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

This div border color is #ac402b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac402b


Comments

No comments written yet.

Please login to write comment.