Color Hex Logo

#ab6945 Color Hex

#AB6945
(171,105,69)
0 Favorites   0 Comments

Color spaces of #ab6945

RGB 17110569
HSL0.060.430.47
HSV21°60°67°
CMYK 0.000.390.60   0.33
XYZ22.920319.19078.1264
Yxy19.19070.45620.3820
Hunter Lab43.807216.730219.6665
CIE-Lab50.909622.814131.1554

#ab6945 color RGB value is (171,105,69).

#ab6945 hex color red value is 171, green value is 105 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ab6945 hue: 0.06 , saturation: 0.43 and the lightness value of ab6945 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 01000101
Octal 253 151 105
Decimal 171 105 69
Hex AB 69 45

RGB Percentages of Color #ab6945

%49.57
%30.43
%20.00

CMYK Percentages of Color #ab6945

%0
%39
%60
%33

Triadic Colors of #ab6945

#ab6945 #45ab69 #6945ab

Analogous Colors of #ab6945

#ab6945 #ab9c45 #ab4554

Monochromatic Colors of #ab6945

#ab6945

Complementary Color

#ab6945 #4587ab

#ab6945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6945 Color CSS Codes

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

#ab6945 Text Font Color

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

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


#ab6945 Background Color

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

This div background color is #ab6945


#ab6945 Border Color

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

This div border color is #ab6945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6945


Comments

No comments written yet.

Please login to write comment.