Color Hex Logo

#ab634a Color Hex

#AB634A
(171,99,74)
0 Favorites   0 Comments

Color spaces of #ab634a

RGB 1719974
HSL0.040.400.48
HSV15°57°67°
CMYK 0.000.420.57   0.33
XYZ22.492518.07608.7821
Yxy18.07600.45580.3663
Hunter Lab42.515920.030417.5141
CIE-Lab49.588226.561526.6706

#ab634a color RGB value is (171,99,74).

#ab634a hex color red value is 171, green value is 99 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ab634a hue: 0.04 , saturation: 0.40 and the lightness value of ab634a is 0.48.

The process color (four color CMYK) of #ab634a color hex is 0.00, 0.42, 0.57, 0.33. Web safe color of #ab634a is #996633. Color #ab634a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 01001010
Octal 253 143 112
Decimal 171 99 74
Hex AB 63 4A

RGB Percentages of Color #ab634a

%49.71
%28.78
%21.51

CMYK Percentages of Color #ab634a

%0
%42
%57
%33

Triadic Colors of #ab634a

#ab634a #4aab63 #634aab

Analogous Colors of #ab634a

#ab634a #ab944a #ab4a62

Monochromatic Colors of #ab634a

#ab634a

Complementary Color

#ab634a #4a92ab

#ab634a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab634a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab634a Color CSS Codes

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

#ab634a Text Font Color

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

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


#ab634a Background Color

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

This div background color is #ab634a


#ab634a Border Color

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

This div border color is #ab634a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab634a


Comments

No comments written yet.

Please login to write comment.