Color Hex Logo

#ac801a Color Hex

#AC801A
(172,128,26)
0 Favorites   0 Comments

Color spaces of #ac801a

RGB 17212826
HSL0.120.740.39
HSV42°85°67°
CMYK 0.000.260.85   0.33
XYZ24.918924.28364.3511
Yxy24.28360.46530.4534
Hunter Lab49.27844.026029.2598
CIE-Lab56.37068.070056.4000

#ac801a color RGB value is (172,128,26).

#ac801a hex color red value is 172, green value is 128 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ac801a hue: 0.12 , saturation: 0.74 and the lightness value of ac801a is 0.39.

The process color (four color CMYK) of #ac801a color hex is 0.00, 0.26, 0.85, 0.33. Web safe color of #ac801a is #999933. Color #ac801a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 00011010
Octal 254 200 32
Decimal 172 128 26
Hex AC 80 1A

RGB Percentages of Color #ac801a

%52.76
%39.26
%7.98

CMYK Percentages of Color #ac801a

%0
%26
%85
%33

Triadic Colors of #ac801a

#ac801a #1aac80 #801aac

Analogous Colors of #ac801a

#ac801a #8fac1a #ac371a

Monochromatic Colors of #ac801a

#ac801a

Complementary Color

#ac801a #1a46ac

#ac801a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac801a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac801a Color CSS Codes

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

#ac801a Text Font Color

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

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


#ac801a Background Color

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

This div background color is #ac801a


#ac801a Border Color

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

This div border color is #ac801a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac801a


Comments

No comments written yet.

Please login to write comment.