Color Hex Logo

#ab692d Color Hex

#AB692D
(171,105,45)
0 Favorites   0 Comments

Color spaces of #ab692d

RGB 17110545
HSL0.080.580.42
HSV29°74°67°
CMYK 0.000.390.74   0.33
XYZ22.319818.95054.9641
Yxy18.95050.48280.4099
Hunter Lab43.532215.339223.7115
CIE-Lab50.629221.280543.4300

#ab692d color RGB value is (171,105,45).

#ab692d hex color red value is 171, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab692d hue: 0.08 , saturation: 0.58 and the lightness value of ab692d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 00101101
Octal 253 151 55
Decimal 171 105 45
Hex AB 69 2D

RGB Percentages of Color #ab692d

%53.27
%32.71
%14.02

CMYK Percentages of Color #ab692d

%0
%39
%74
%33

Triadic Colors of #ab692d

#ab692d #2dab69 #692dab

Analogous Colors of #ab692d

#ab692d #aba82d #ab2d30

Monochromatic Colors of #ab692d

#ab692d

Complementary Color

#ab692d #2d6fab

#ab692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab692d Color CSS Codes

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

#ab692d Text Font Color

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

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


#ab692d Background Color

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

This div background color is #ab692d


#ab692d Border Color

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

This div border color is #ab692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab692d


Comments

No comments written yet.

Please login to write comment.