Color Hex Logo

#ab766b Color Hex

#AB766B
(171,118,107)
0 Favorites   0 Comments

Color spaces of #ab766b

RGB 171118107
HSL0.030.280.55
HSV10°37°67°
CMYK 0.000.310.37   0.33
XYZ25.926922.676316.9204
Yxy22.67630.39570.3461
Hunter Lab47.619613.851412.2666
CIE-Lab54.737319.368114.4349

#ab766b color RGB value is (171,118,107).

#ab766b hex color red value is 171, green value is 118 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ab766b hue: 0.03 , saturation: 0.28 and the lightness value of ab766b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01101011
Octal 253 166 153
Decimal 171 118 107
Hex AB 76 6B

RGB Percentages of Color #ab766b

%43.18
%29.80
%27.02

CMYK Percentages of Color #ab766b

%0
%31
%37
%33

Triadic Colors of #ab766b

#ab766b #6bab76 #766bab

Analogous Colors of #ab766b

#ab766b #ab966b #ab6b80

Monochromatic Colors of #ab766b

#ab766b

Complementary Color

#ab766b #6ba0ab

#ab766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab766b Color CSS Codes

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

#ab766b Text Font Color

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

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


#ab766b Background Color

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

This div background color is #ab766b


#ab766b Border Color

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

This div border color is #ab766b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab766b


Comments

No comments written yet.

Please login to write comment.