Color Hex Logo

#ab823a Color Hex

#AB823A
(171,130,58)
0 Favorites   0 Comments

Color spaces of #ab823a

RGB 17113058
HSL0.110.490.45
HSV38°66°67°
CMYK 0.000.240.66   0.33
XYZ25.540924.92877.4686
Yxy24.92870.44080.4303
Hunter Lab49.92863.936226.0811
CIE-Lab57.00597.972644.0025

#ab823a color RGB value is (171,130,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 00111010
Octal 253 202 72
Decimal 171 130 58
Hex AB 82 3A

RGB Percentages of Color #ab823a

%47.63
%36.21
%16.16

CMYK Percentages of Color #ab823a

%0
%24
%66
%33

Triadic Colors of #ab823a

#ab823a #3aab82 #823aab

Analogous Colors of #ab823a

#ab823a #9cab3a #ab4a3a

Monochromatic Colors of #ab823a

#ab823a

Complementary Color

#ab823a #3a63ab

#ab823a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab823a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab823a Color CSS Codes

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

#ab823a Text Font Color

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

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


#ab823a Background Color

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

This div background color is #ab823a


#ab823a Border Color

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

This div border color is #ab823a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,130,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 #ab823a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab823a


Comments

No comments written yet.

Please login to write comment.