Color Hex Logo

#ab7266 Color Hex

#AB7266
(171,114,102)
0 Favorites   0 Comments

Color spaces of #ab7266

RGB 171114102
HSL0.030.290.54
HSV10°40°67°
CMYK 0.000.330.40   0.33
XYZ25.210221.651915.4209
Yxy21.65190.40480.3476
Hunter Lab46.531615.278612.9230
CIE-Lab53.655721.014515.8451

#ab7266 color RGB value is (171,114,102).

#ab7266 hex color red value is 171, green value is 114 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ab7266 hue: 0.03 , saturation: 0.29 and the lightness value of ab7266 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 01100110
Octal 253 162 146
Decimal 171 114 102
Hex AB 72 66

RGB Percentages of Color #ab7266

%44.19
%29.46
%26.36

CMYK Percentages of Color #ab7266

%0
%33
%40
%33

Triadic Colors of #ab7266

#ab7266 #66ab72 #7266ab

Analogous Colors of #ab7266

#ab7266 #ab9566 #ab667d

Monochromatic Colors of #ab7266

#ab7266

Complementary Color

#ab7266 #669fab

#ab7266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7266 Color CSS Codes

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

#ab7266 Text Font Color

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

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


#ab7266 Background Color

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

This div background color is #ab7266


#ab7266 Border Color

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

This div border color is #ab7266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7266


Comments

No comments written yet.

Please login to write comment.