Color Hex Logo

#ab945b Color Hex

#AB945B
(171,148,91)
0 Favorites   0 Comments

Color spaces of #ab945b

RGB 17114891
HSL0.120.320.51
HSV43°47°67°
CMYK 0.000.130.47   0.33
XYZ29.272830.593114.2597
Yxy30.59310.39490.4127
Hunter Lab55.3110-2.325023.4322
CIE-Lab62.16260.751333.1975

#ab945b color RGB value is (171,148,91).

#ab945b hex color red value is 171, green value is 148 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab945b hue: 0.12 , saturation: 0.32 and the lightness value of ab945b is 0.51.

The process color (four color CMYK) of #ab945b color hex is 0.00, 0.13, 0.47, 0.33. Web safe color of #ab945b is #999966. Color #ab945b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 01011011
Octal 253 224 133
Decimal 171 148 91
Hex AB 94 5B

RGB Percentages of Color #ab945b

%41.71
%36.10
%22.20

CMYK Percentages of Color #ab945b

%0
%13
%47
%33

Triadic Colors of #ab945b

#ab945b #5bab94 #945bab

Analogous Colors of #ab945b

#ab945b #9aab5b #ab6c5b

Monochromatic Colors of #ab945b

#ab945b

Complementary Color

#ab945b #5b72ab

#ab945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab945b Color CSS Codes

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

#ab945b Text Font Color

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

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


#ab945b Background Color

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

This div background color is #ab945b


#ab945b Border Color

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

This div border color is #ab945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab945b


Comments

No comments written yet.

Please login to write comment.