Color Hex Logo

#ab620f Color Hex

#AB620F
(171,98,15)
0 Favorites   0 Comments

Color spaces of #ab620f

RGB 1719815
HSL0.090.840.36
HSV32°91°67°
CMYK 0.000.430.91   0.33
XYZ21.248517.42782.6959
Yxy17.42780.51360.4212
Hunter Lab41.746617.797725.3938
CIE-Lab48.794624.171953.4225

#ab620f color RGB value is (171,98,15).

#ab620f hex color red value is 171, green value is 98 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ab620f hue: 0.09 , saturation: 0.84 and the lightness value of ab620f is 0.36.

The process color (four color CMYK) of #ab620f color hex is 0.00, 0.43, 0.91, 0.33. Web safe color of #ab620f is #996600. Color #ab620f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 00001111
Octal 253 142 17
Decimal 171 98 15
Hex AB 62 F

RGB Percentages of Color #ab620f

%60.21
%34.51
%5.28

CMYK Percentages of Color #ab620f

%0
%43
%91
%33

Triadic Colors of #ab620f

#ab620f #0fab62 #620fab

Analogous Colors of #ab620f

#ab620f #a6ab0f #ab140f

Monochromatic Colors of #ab620f

#ab620f

Complementary Color

#ab620f #0f58ab

#ab620f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab620f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab620f Color CSS Codes

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

#ab620f Text Font Color

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

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


#ab620f Background Color

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

This div background color is #ab620f


#ab620f Border Color

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

This div border color is #ab620f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab620f


Comments

No comments written yet.

Please login to write comment.