Color Hex Logo

#ab914b Color Hex

#AB914B
(171,145,75)
0 Favorites   0 Comments

Color spaces of #ab914b

RGB 17114575
HSL0.120.390.48
HSV44°56°67°
CMYK 0.000.150.56   0.33
XYZ28.190029.416710.8488
Yxy29.41670.41180.4297
Hunter Lab54.2372-2.138926.1065
CIE-Lab61.14760.910540.2938

#ab914b color RGB value is (171,145,75).

#ab914b hex color red value is 171, green value is 145 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ab914b hue: 0.12 , saturation: 0.39 and the lightness value of ab914b is 0.48.

The process color (four color CMYK) of #ab914b color hex is 0.00, 0.15, 0.56, 0.33. Web safe color of #ab914b is #999933. Color #ab914b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 01001011
Octal 253 221 113
Decimal 171 145 75
Hex AB 91 4B

RGB Percentages of Color #ab914b

%43.73
%37.08
%19.18

CMYK Percentages of Color #ab914b

%0
%15
%56
%33

Triadic Colors of #ab914b

#ab914b #4bab91 #914bab

Analogous Colors of #ab914b

#ab914b #95ab4b #ab614b

Monochromatic Colors of #ab914b

#ab914b

Complementary Color

#ab914b #4b65ab

#ab914b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab914b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab914b Color CSS Codes

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

#ab914b Text Font Color

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

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


#ab914b Background Color

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

This div background color is #ab914b


#ab914b Border Color

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

This div border color is #ab914b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab914b


Comments

No comments written yet.

Please login to write comment.