Color Hex Logo

#ab7360 Color Hex

#AB7360
(171,115,96)
0 Favorites   0 Comments

Color spaces of #ab7360

RGB 17111596
HSL0.040.310.52
HSV15°44°67°
CMYK 0.000.330.44   0.33
XYZ25.036621.763913.9476
Yxy21.76390.41210.3583
Hunter Lab46.651814.154914.9302
CIE-Lab53.775619.758619.4836

#ab7360 color RGB value is (171,115,96).

#ab7360 hex color red value is 171, green value is 115 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ab7360 hue: 0.04 , saturation: 0.31 and the lightness value of ab7360 is 0.52.

The process color (four color CMYK) of #ab7360 color hex is 0.00, 0.33, 0.44, 0.33. Web safe color of #ab7360 is #996666. Color #ab7360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 01100000
Octal 253 163 140
Decimal 171 115 96
Hex AB 73 60

RGB Percentages of Color #ab7360

%44.76
%30.10
%25.13

CMYK Percentages of Color #ab7360

%0
%33
%44
%33

Triadic Colors of #ab7360

#ab7360 #60ab73 #7360ab

Analogous Colors of #ab7360

#ab7360 #ab9960 #ab6073

Monochromatic Colors of #ab7360

#ab7360

Complementary Color

#ab7360 #6098ab

#ab7360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7360 Color CSS Codes

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

#ab7360 Text Font Color

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

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


#ab7360 Background Color

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

This div background color is #ab7360


#ab7360 Border Color

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

This div border color is #ab7360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7360


Comments

No comments written yet.

Please login to write comment.