Color Hex Logo

#ab9219 Color Hex

#AB9219
(171,146,25)
0 Favorites   0 Comments

Color spaces of #ab9219

RGB 17114625
HSL0.140.740.38
HSV50°85°67°
CMYK 0.000.150.85   0.33
XYZ27.248929.28595.1363
Yxy29.28590.44180.4749
Hunter Lab54.1164-4.824932.2542
CIE-Lab61.0331-2.348560.5509

#ab9219 color RGB value is (171,146,25).

#ab9219 hex color red value is 171, green value is 146 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ab9219 hue: 0.14 , saturation: 0.74 and the lightness value of ab9219 is 0.38.

The process color (four color CMYK) of #ab9219 color hex is 0.00, 0.15, 0.85, 0.33. Web safe color of #ab9219 is #999900. Color #ab9219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 00011001
Octal 253 222 31
Decimal 171 146 25
Hex AB 92 19

RGB Percentages of Color #ab9219

%50.00
%42.69
%7.31

CMYK Percentages of Color #ab9219

%0
%15
%85
%33

Triadic Colors of #ab9219

#ab9219 #19ab92 #9219ab

Analogous Colors of #ab9219

#ab9219 #7bab19 #ab4919

Monochromatic Colors of #ab9219

#ab9219

Complementary Color

#ab9219 #1932ab

#ab9219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9219 Color CSS Codes

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

#ab9219 Text Font Color

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

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


#ab9219 Background Color

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

This div background color is #ab9219


#ab9219 Border Color

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

This div border color is #ab9219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9219


Comments

No comments written yet.

Please login to write comment.