Color Hex Logo

#ab9061 Color Hex

#AB9061
(171,144,97)
0 Favorites   0 Comments

Color spaces of #ab9061

RGB 17114497
HSL0.110.310.53
HSV38°43°67°
CMYK 0.000.160.43   0.33
XYZ28.925529.467515.4725
Yxy29.46750.39160.3989
Hunter Lab54.28400.117721.0994
CIE-Lab61.19203.594328.7226

#ab9061 color RGB value is (171,144,97).

#ab9061 hex color red value is 171, green value is 144 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ab9061 hue: 0.11 , saturation: 0.31 and the lightness value of ab9061 is 0.53.

The process color (four color CMYK) of #ab9061 color hex is 0.00, 0.16, 0.43, 0.33. Web safe color of #ab9061 is #999966. Color #ab9061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 01100001
Octal 253 220 141
Decimal 171 144 97
Hex AB 90 61

RGB Percentages of Color #ab9061

%41.50
%34.95
%23.54

CMYK Percentages of Color #ab9061

%0
%16
%43
%33

Triadic Colors of #ab9061

#ab9061 #61ab90 #9061ab

Analogous Colors of #ab9061

#ab9061 #a1ab61 #ab6b61

Monochromatic Colors of #ab9061

#ab9061

Complementary Color

#ab9061 #617cab

#ab9061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9061 Color CSS Codes

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

#ab9061 Text Font Color

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

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


#ab9061 Background Color

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

This div background color is #ab9061


#ab9061 Border Color

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

This div border color is #ab9061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9061


Comments

No comments written yet.

Please login to write comment.