Color Hex Logo

#ab9267 Color Hex

#AB9267
(171,146,103)
0 Favorites   0 Comments

Color spaces of #ab9267

RGB 171146103
HSL0.110.290.54
HSV38°40°67°
CMYK 0.000.150.40   0.33
XYZ29.521730.195017.1042
Yxy30.19500.38430.3931
Hunter Lab54.9500-0.263920.0099
CIE-Lab61.82213.173426.2621

#ab9267 color RGB value is (171,146,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 01100111
Octal 253 222 147
Decimal 171 146 103
Hex AB 92 67

RGB Percentages of Color #ab9267

%40.71
%34.76
%24.52

CMYK Percentages of Color #ab9267

%0
%15
%40
%33

Triadic Colors of #ab9267

#ab9267 #67ab92 #9267ab

Analogous Colors of #ab9267

#ab9267 #a2ab67 #ab7067

Monochromatic Colors of #ab9267

#ab9267

Complementary Color

#ab9267 #6780ab

#ab9267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9267 Color CSS Codes

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

#ab9267 Text Font Color

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

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


#ab9267 Background Color

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

This div background color is #ab9267


#ab9267 Border Color

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

This div border color is #ab9267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9267


Comments

No comments written yet.

Please login to write comment.