Color Hex Logo

#ab622c Color Hex

#AB622C
(171,98,44)
0 Favorites   0 Comments

Color spaces of #ab622c

RGB 1719844
HSL0.070.590.42
HSV26°74°67°
CMYK 0.000.430.74   0.33
XYZ21.616917.57514.6359
Yxy17.57510.49320.4010
Hunter Lab41.922718.676622.7894
CIE-Lab48.976625.130942.1913

#ab622c color RGB value is (171,98,44).

#ab622c hex color red value is 171, green value is 98 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab622c hue: 0.07 , saturation: 0.59 and the lightness value of ab622c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 00101100
Octal 253 142 54
Decimal 171 98 44
Hex AB 62 2C

RGB Percentages of Color #ab622c

%54.63
%31.31
%14.06

CMYK Percentages of Color #ab622c

%0
%43
%74
%33

Triadic Colors of #ab622c

#ab622c #2cab62 #622cab

Analogous Colors of #ab622c

#ab622c #aba22c #ab2c35

Monochromatic Colors of #ab622c

#ab622c

Complementary Color

#ab622c #2c75ab

#ab622c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab622c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab622c Color CSS Codes

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

#ab622c Text Font Color

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

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


#ab622c Background Color

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

This div background color is #ab622c


#ab622c Border Color

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

This div border color is #ab622c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab622c


Comments

No comments written yet.

Please login to write comment.