Color Hex Logo

#ab834a Color Hex

#AB834A
(171,131,74)
0 Favorites   0 Comments

Color spaces of #ab834a

RGB 17113174
HSL0.100.400.48
HSV35°57°67°
CMYK 0.000.230.57   0.33
XYZ26.146925.384910.0003
Yxy25.38490.42490.4125
Hunter Lab50.38344.463123.5003
CIE-Lab57.44858.596636.3992

#ab834a color RGB value is (171,131,74).

#ab834a hex color red value is 171, green value is 131 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ab834a hue: 0.10 , saturation: 0.40 and the lightness value of ab834a is 0.48.

The process color (four color CMYK) of #ab834a color hex is 0.00, 0.23, 0.57, 0.33. Web safe color of #ab834a is #999933. Color #ab834a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 01001010
Octal 253 203 112
Decimal 171 131 74
Hex AB 83 4A

RGB Percentages of Color #ab834a

%45.48
%34.84
%19.68

CMYK Percentages of Color #ab834a

%0
%23
%57
%33

Triadic Colors of #ab834a

#ab834a #4aab83 #834aab

Analogous Colors of #ab834a

#ab834a #a3ab4a #ab534a

Monochromatic Colors of #ab834a

#ab834a

Complementary Color

#ab834a #4a72ab

#ab834a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab834a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab834a Color CSS Codes

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

#ab834a Text Font Color

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

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


#ab834a Background Color

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

This div background color is #ab834a


#ab834a Border Color

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

This div border color is #ab834a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab834a


Comments

No comments written yet.

Please login to write comment.