Color Hex Logo

#ab903e Color Hex

#AB903E
(171,144,62)
0 Favorites   0 Comments

Color spaces of #ab903e

RGB 17114462
HSL0.130.470.46
HSV45°64°67°
CMYK 0.000.160.64   0.33
XYZ27.637328.95228.6891
Yxy28.95220.42340.4435
Hunter Lab53.8072-2.478828.0906
CIE-Lab60.73940.476546.2031

#ab903e color RGB value is (171,144,62).

#ab903e hex color red value is 171, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab903e hue: 0.13 , saturation: 0.47 and the lightness value of ab903e is 0.46.

The process color (four color CMYK) of #ab903e color hex is 0.00, 0.16, 0.64, 0.33. Web safe color of #ab903e is #999933. Color #ab903e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 00111110
Octal 253 220 76
Decimal 171 144 62
Hex AB 90 3E

RGB Percentages of Color #ab903e

%45.36
%38.20
%16.45

CMYK Percentages of Color #ab903e

%0
%16
%64
%33

Triadic Colors of #ab903e

#ab903e #3eab90 #903eab

Analogous Colors of #ab903e

#ab903e #90ab3e #ab5a3e

Monochromatic Colors of #ab903e

#ab903e

Complementary Color

#ab903e #3e59ab

#ab903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab903e Color CSS Codes

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

#ab903e Text Font Color

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

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


#ab903e Background Color

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

This div background color is #ab903e


#ab903e Border Color

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

This div border color is #ab903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab903e


Comments

No comments written yet.

Please login to write comment.