Color Hex Logo

#ac922b Color Hex

#AC922B
(172,146,43)
0 Favorites   0 Comments

Color spaces of #ac922b

RGB 17214643
HSL0.130.600.42
HSV48°75°67°
CMYK 0.000.150.75   0.33
XYZ27.728229.50286.5187
Yxy29.50280.43500.4628
Hunter Lab54.3165-3.930830.9059
CIE-Lab61.2228-1.244454.9026

#ac922b color RGB value is (172,146,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010010 00101011
Octal 254 222 53
Decimal 172 146 43
Hex AC 92 2B

RGB Percentages of Color #ac922b

%47.65
%40.44
%11.91

CMYK Percentages of Color #ac922b

%0
%15
%75
%33

Triadic Colors of #ac922b

#ac922b #2bac92 #922bac

Analogous Colors of #ac922b

#ac922b #86ac2b #ac522b

Monochromatic Colors of #ac922b

#ac922b

Complementary Color

#ac922b #2b45ac

#ac922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac922b Color CSS Codes

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

#ac922b Text Font Color

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

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


#ac922b Background Color

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

This div background color is #ac922b


#ac922b Border Color

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

This div border color is #ac922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac922b


Comments

No comments written yet.

Please login to write comment.