Color Hex Logo

#ab9675 Color Hex

#AB9675
(171,150,117)
0 Favorites   0 Comments

Color spaces of #ab9675

RGB 171150117
HSL0.100.240.56
HSV37°32°67°
CMYK 0.000.120.32   0.33
XYZ30.911831.755021.3297
Yxy31.75500.36800.3781
Hunter Lab56.3516-0.698617.0042
CIE-Lab63.13992.726920.2930

#ab9675 color RGB value is (171,150,117).

#ab9675 hex color red value is 171, green value is 150 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ab9675 hue: 0.10 , saturation: 0.24 and the lightness value of ab9675 is 0.56.

The process color (four color CMYK) of #ab9675 color hex is 0.00, 0.12, 0.32, 0.33. Web safe color of #ab9675 is #999966. Color #ab9675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 01110101
Octal 253 226 165
Decimal 171 150 117
Hex AB 96 75

RGB Percentages of Color #ab9675

%39.04
%34.25
%26.71

CMYK Percentages of Color #ab9675

%0
%12
%32
%33

Triadic Colors of #ab9675

#ab9675 #75ab96 #9675ab

Analogous Colors of #ab9675

#ab9675 #a5ab75 #ab7b75

Monochromatic Colors of #ab9675

#ab9675

Complementary Color

#ab9675 #758aab

#ab9675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9675 Color CSS Codes

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

#ab9675 Text Font Color

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

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


#ab9675 Background Color

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

This div background color is #ab9675


#ab9675 Border Color

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

This div border color is #ab9675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9675


Comments

No comments written yet.

Please login to write comment.