Color Hex Logo

#ab774a Color Hex

#AB774A
(171,119,74)
0 Favorites   0 Comments

Color spaces of #ab774a

RGB 17111974
HSL0.080.400.48
HSV28°57°67°
CMYK 0.000.300.57   0.33
XYZ24.627422.34609.4938
Yxy22.34600.43610.3957
Hunter Lab47.271610.269221.1826
CIE-Lab54.392215.345032.6795

#ab774a color RGB value is (171,119,74).

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

The process color (four color CMYK) of #ab774a color hex is 0.00, 0.30, 0.57, 0.33. Web safe color of #ab774a is #996633. Color #ab774a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110111 01001010
Octal 253 167 112
Decimal 171 119 74
Hex AB 77 4A

RGB Percentages of Color #ab774a

%46.98
%32.69
%20.33

CMYK Percentages of Color #ab774a

%0
%30
%57
%33

Triadic Colors of #ab774a

#ab774a #4aab77 #774aab

Analogous Colors of #ab774a

#ab774a #aba84a #ab4a4d

Monochromatic Colors of #ab774a

#ab774a

Complementary Color

#ab774a #4a7eab

#ab774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab774a Color CSS Codes

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

#ab774a Text Font Color

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

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


#ab774a Background Color

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

This div background color is #ab774a


#ab774a Border Color

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

This div border color is #ab774a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab774a


Comments

No comments written yet.

Please login to write comment.