Color Hex Logo

#ab922e Color Hex

#AB922E
(171,146,46)
0 Favorites   0 Comments

Color spaces of #ab922e

RGB 17114646
HSL0.130.580.43
HSV48°73°67°
CMYK 0.000.150.73   0.33
XYZ27.566629.41306.8091
Yxy29.41300.43220.4611
Hunter Lab54.2338-4.178930.5197
CIE-Lab61.1444-1.551853.6223

#ab922e color RGB value is (171,146,46).

#ab922e hex color red value is 171, green value is 146 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab922e hue: 0.13 , saturation: 0.58 and the lightness value of ab922e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 00101110
Octal 253 222 56
Decimal 171 146 46
Hex AB 92 2E

RGB Percentages of Color #ab922e

%47.11
%40.22
%12.67

CMYK Percentages of Color #ab922e

%0
%15
%73
%33

Triadic Colors of #ab922e

#ab922e #2eab92 #922eab

Analogous Colors of #ab922e

#ab922e #86ab2e #ab542e

Monochromatic Colors of #ab922e

#ab922e

Complementary Color

#ab922e #2e47ab

#ab922e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab922e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab922e Color CSS Codes

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

#ab922e Text Font Color

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

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


#ab922e Background Color

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

This div background color is #ab922e


#ab922e Border Color

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

This div border color is #ab922e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,146,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab922e


Comments

No comments written yet.

Please login to write comment.