Color Hex Logo

#ab691f Color Hex

#AB691F
(171,105,31)
0 Favorites   0 Comments

Color spaces of #ab691f

RGB 17110531
HSL0.090.690.40
HSV32°82°67°
CMYK 0.000.390.82   0.33
XYZ22.093518.86003.7722
Yxy18.86000.49400.4217
Hunter Lab43.428114.810525.2497
CIE-Lab50.523020.692349.4958

#ab691f color RGB value is (171,105,31).

#ab691f hex color red value is 171, green value is 105 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ab691f hue: 0.09 , saturation: 0.69 and the lightness value of ab691f is 0.40.

The process color (four color CMYK) of #ab691f color hex is 0.00, 0.39, 0.82, 0.33. Web safe color of #ab691f is #996633. Color #ab691f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 00011111
Octal 253 151 37
Decimal 171 105 31
Hex AB 69 1F

RGB Percentages of Color #ab691f

%55.70
%34.20
%10.10

CMYK Percentages of Color #ab691f

%0
%39
%82
%33

Triadic Colors of #ab691f

#ab691f #1fab69 #691fab

Analogous Colors of #ab691f

#ab691f #a7ab1f #ab231f

Monochromatic Colors of #ab691f

#ab691f

Complementary Color

#ab691f #1f61ab

#ab691f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab691f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab691f Color CSS Codes

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

#ab691f Text Font Color

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

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


#ab691f Background Color

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

This div background color is #ab691f


#ab691f Border Color

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

This div border color is #ab691f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab691f


Comments

No comments written yet.

Please login to write comment.