Color Hex Logo

#ab806d Color Hex

#AB806D
(171,128,109)
0 Favorites   0 Comments

Color spaces of #ab806d

RGB 171128109
HSL0.050.270.55
HSV18°36°67°
CMYK 0.000.250.36   0.33
XYZ27.274125.200417.8947
Yxy25.20040.38760.3581
Hunter Lab50.20009.130614.0050
CIE-Lab57.270213.972816.7764

#ab806d color RGB value is (171,128,109).

#ab806d hex color red value is 171, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ab806d hue: 0.05 , saturation: 0.27 and the lightness value of ab806d is 0.55.

The process color (four color CMYK) of #ab806d color hex is 0.00, 0.25, 0.36, 0.33. Web safe color of #ab806d is #999966. Color #ab806d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 01101101
Octal 253 200 155
Decimal 171 128 109
Hex AB 80 6D

RGB Percentages of Color #ab806d

%41.91
%31.37
%26.72

CMYK Percentages of Color #ab806d

%0
%25
%36
%33

Triadic Colors of #ab806d

#ab806d #6dab80 #806dab

Analogous Colors of #ab806d

#ab806d #ab9f6d #ab6d79

Monochromatic Colors of #ab806d

#ab806d

Complementary Color

#ab806d #6d98ab

#ab806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab806d Color CSS Codes

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

#ab806d Text Font Color

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

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


#ab806d Background Color

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

This div background color is #ab806d


#ab806d Border Color

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

This div border color is #ab806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab806d


Comments

No comments written yet.

Please login to write comment.