Color Hex Logo

#ab9266 Color Hex

#AB9266
(171,146,102)
0 Favorites   0 Comments

Color spaces of #ab9266

RGB 171146102
HSL0.110.290.54
HSV38°40°67°
CMYK 0.000.150.40   0.33
XYZ29.471730.175016.8414
Yxy30.17500.38530.3945
Hunter Lab54.9318-0.362820.2747
CIE-Lab61.80493.056226.7880

#ab9266 color RGB value is (171,146,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 01100110
Octal 253 222 146
Decimal 171 146 102
Hex AB 92 66

RGB Percentages of Color #ab9266

%40.81
%34.84
%24.34

CMYK Percentages of Color #ab9266

%0
%15
%40
%33

Triadic Colors of #ab9266

#ab9266 #66ab92 #9266ab

Analogous Colors of #ab9266

#ab9266 #a2ab66 #ab7066

Monochromatic Colors of #ab9266

#ab9266

Complementary Color

#ab9266 #667fab

#ab9266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9266 Color CSS Codes

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

#ab9266 Text Font Color

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

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


#ab9266 Background Color

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

This div background color is #ab9266


#ab9266 Border Color

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

This div border color is #ab9266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9266


Comments

No comments written yet.

Please login to write comment.