Color Hex Logo

#ab9940 Color Hex

#AB9940
(171,153,64)
0 Favorites   0 Comments

Color spaces of #ab9940

RGB 17115364
HSL0.140.460.46
HSV50°63°67°
CMYK 0.000.110.63   0.33
XYZ29.111231.81069.4562
Yxy31.81060.41360.4520
Hunter Lab56.4009-6.569129.5400
CIE-Lab63.1860-4.282447.9586

#ab9940 color RGB value is (171,153,64).

#ab9940 hex color red value is 171, green value is 153 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ab9940 hue: 0.14 , saturation: 0.46 and the lightness value of ab9940 is 0.46.

The process color (four color CMYK) of #ab9940 color hex is 0.00, 0.11, 0.63, 0.33. Web safe color of #ab9940 is #999933. Color #ab9940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 01000000
Octal 253 231 100
Decimal 171 153 64
Hex AB 99 40

RGB Percentages of Color #ab9940

%44.07
%39.43
%16.49

CMYK Percentages of Color #ab9940

%0
%11
%63
%33

Triadic Colors of #ab9940

#ab9940 #40ab99 #9940ab

Analogous Colors of #ab9940

#ab9940 #88ab40 #ab6440

Monochromatic Colors of #ab9940

#ab9940

Complementary Color

#ab9940 #4052ab

#ab9940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9940 Color CSS Codes

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

#ab9940 Text Font Color

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

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


#ab9940 Background Color

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

This div background color is #ab9940


#ab9940 Border Color

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

This div border color is #ab9940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9940


Comments

No comments written yet.

Please login to write comment.