Color Hex Logo

#ab613f Color Hex

#AB613F
(171,97,63)
0 Favorites   0 Comments

Color spaces of #ab613f

RGB 1719763
HSL0.050.460.46
HSV19°63°67°
CMYK 0.000.430.63   0.33
XYZ21.966517.56626.9355
Yxy17.56620.47270.3780
Hunter Lab41.912120.207419.5273
CIE-Lab48.965726.814732.1363

#ab613f color RGB value is (171,97,63).

#ab613f hex color red value is 171, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ab613f hue: 0.05 , saturation: 0.46 and the lightness value of ab613f is 0.46.

The process color (four color CMYK) of #ab613f color hex is 0.00, 0.43, 0.63, 0.33. Web safe color of #ab613f is #996633. Color #ab613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 00111111
Octal 253 141 77
Decimal 171 97 63
Hex AB 61 3F

RGB Percentages of Color #ab613f

%51.66
%29.31
%19.03

CMYK Percentages of Color #ab613f

%0
%43
%63
%33

Triadic Colors of #ab613f

#ab613f #3fab61 #613fab

Analogous Colors of #ab613f

#ab613f #ab973f #ab3f53

Monochromatic Colors of #ab613f

#ab613f

Complementary Color

#ab613f #3f89ab

#ab613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab613f Color CSS Codes

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

#ab613f Text Font Color

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

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


#ab613f Background Color

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

This div background color is #ab613f


#ab613f Border Color

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

This div border color is #ab613f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab613f


Comments

No comments written yet.

Please login to write comment.