Color Hex Logo

#ab843a Color Hex

#AB843A
(171,132,58)
0 Favorites   0 Comments

Color spaces of #ab843a

RGB 17113258
HSL0.110.490.45
HSV39°66°67°
CMYK 0.000.230.66   0.33
XYZ25.809625.46597.5581
Yxy25.46590.43870.4328
Hunter Lab50.46372.982026.4446
CIE-Lab57.52666.855844.5746

#ab843a color RGB value is (171,132,58).

#ab843a hex color red value is 171, green value is 132 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ab843a hue: 0.11 , saturation: 0.49 and the lightness value of ab843a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 00111010
Octal 253 204 72
Decimal 171 132 58
Hex AB 84 3A

RGB Percentages of Color #ab843a

%47.37
%36.57
%16.07

CMYK Percentages of Color #ab843a

%0
%23
%66
%33

Triadic Colors of #ab843a

#ab843a #3aab84 #843aab

Analogous Colors of #ab843a

#ab843a #9aab3a #ab4c3a

Monochromatic Colors of #ab843a

#ab843a

Complementary Color

#ab843a #3a61ab

#ab843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab843a Color CSS Codes

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

#ab843a Text Font Color

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

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


#ab843a Background Color

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

This div background color is #ab843a


#ab843a Border Color

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

This div border color is #ab843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab843a


Comments

No comments written yet.

Please login to write comment.