Color Hex Logo

#ab662d Color Hex

#AB662D
(171,102,45)
0 Favorites   0 Comments

Color spaces of #ab662d

RGB 17110245
HSL0.080.580.42
HSV27°74°67°
CMYK 0.000.400.74   0.33
XYZ22.019618.35014.8640
Yxy18.35010.48680.4057
Hunter Lab42.837016.789923.2537
CIE-Lab49.918022.956842.6873

#ab662d color RGB value is (171,102,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 00101101
Octal 253 146 55
Decimal 171 102 45
Hex AB 66 2D

RGB Percentages of Color #ab662d

%53.77
%32.08
%14.15

CMYK Percentages of Color #ab662d

%0
%40
%74
%33

Triadic Colors of #ab662d

#ab662d #2dab66 #662dab

Analogous Colors of #ab662d

#ab662d #aba52d #ab2d33

Monochromatic Colors of #ab662d

#ab662d

Complementary Color

#ab662d #2d72ab

#ab662d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab662d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab662d Color CSS Codes

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

#ab662d Text Font Color

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

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


#ab662d Background Color

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

This div background color is #ab662d


#ab662d Border Color

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

This div border color is #ab662d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab662d


Comments

No comments written yet.

Please login to write comment.