Color Hex Logo

#ab691a Color Hex

#AB691A
(171,105,26)
0 Favorites   0 Comments

Color spaces of #ab691a

RGB 17110526
HSL0.090.740.39
HSV33°85°67°
CMYK 0.000.390.85   0.33
XYZ22.032618.83573.4517
Yxy18.83570.49710.4250
Hunter Lab43.400114.667525.6646
CIE-Lab50.494420.532751.3479

#ab691a color RGB value is (171,105,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 00011010
Octal 253 151 32
Decimal 171 105 26
Hex AB 69 1A

RGB Percentages of Color #ab691a

%56.62
%34.77
%8.61

CMYK Percentages of Color #ab691a

%0
%39
%85
%33

Triadic Colors of #ab691a

#ab691a #1aab69 #691aab

Analogous Colors of #ab691a

#ab691a #a5ab1a #ab201a

Monochromatic Colors of #ab691a

#ab691a

Complementary Color

#ab691a #1a5cab

#ab691a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab691a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab691a Color CSS Codes

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

#ab691a Text Font Color

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

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


#ab691a Background Color

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

This div background color is #ab691a


#ab691a Border Color

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

This div border color is #ab691a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab691a


Comments

No comments written yet.

Please login to write comment.