Color Hex Logo

#ab672d Color Hex

#AB672D
(171,103,45)
0 Favorites   0 Comments

Color spaces of #ab672d

RGB 17110345
HSL0.080.580.42
HSV28°74°67°
CMYK 0.000.400.74   0.33
XYZ22.118518.54794.8970
Yxy18.54790.48540.4071
Hunter Lab43.067316.306323.4055
CIE-Lab50.154022.398742.9340

#ab672d color RGB value is (171,103,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100111 00101101
Octal 253 147 55
Decimal 171 103 45
Hex AB 67 2D

RGB Percentages of Color #ab672d

%53.61
%32.29
%14.11

CMYK Percentages of Color #ab672d

%0
%40
%74
%33

Triadic Colors of #ab672d

#ab672d #2dab67 #672dab

Analogous Colors of #ab672d

#ab672d #aba62d #ab2d32

Monochromatic Colors of #ab672d

#ab672d

Complementary Color

#ab672d #2d71ab

#ab672d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab672d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab672d Color CSS Codes

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

#ab672d Text Font Color

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

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


#ab672d Background Color

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

This div background color is #ab672d


#ab672d Border Color

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

This div border color is #ab672d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,103,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 #ab672d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab672d


Comments

No comments written yet.

Please login to write comment.