Color Hex Logo

#ac822b Color Hex

#AC822B
(172,130,43)
0 Favorites   0 Comments

Color spaces of #ac822b

RGB 17213043
HSL0.110.600.42
HSV40°75°67°
CMYK 0.000.240.75   0.33
XYZ25.431924.91035.7533
Yxy24.91030.45340.4441
Hunter Lab49.91023.612328.1026
CIE-Lab56.98797.590450.7915

#ac822b color RGB value is (172,130,43).

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

The process color (four color CMYK) of #ac822b color hex is 0.00, 0.24, 0.75, 0.33. Web safe color of #ac822b is #999933. Color #ac822b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000010 00101011
Octal 254 202 53
Decimal 172 130 43
Hex AC 82 2B

RGB Percentages of Color #ac822b

%49.86
%37.68
%12.46

CMYK Percentages of Color #ac822b

%0
%24
%75
%33

Triadic Colors of #ac822b

#ac822b #2bac82 #822bac

Analogous Colors of #ac822b

#ac822b #96ac2b #ac422b

Monochromatic Colors of #ac822b

#ac822b

Complementary Color

#ac822b #2b55ac

#ac822b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac822b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac822b Color CSS Codes

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

#ac822b Text Font Color

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

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


#ac822b Background Color

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

This div background color is #ac822b


#ac822b Border Color

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

This div border color is #ac822b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac822b


Comments

No comments written yet.

Please login to write comment.