COLOR #AB635A

HEX: #AB635A
RGB: (171,99,90)

Color info

#AB635A contains mainly red color. Web safe color of #AB635A is #996666 (or #966).

RGB color model

#AB635A color RGB value is (171,99,90).

  • red value is 171;
  • green value is 99;
  • blue value is 90.
RGB:
(171,99,90)
(67%,39%,35%)

RGB channels and saturation

R 171 of 255 = 67%
G 99 of 255 = 39%
B 90 of 255 = 35%

171
99
90

R + G + B ~ 47%. #AB635A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 99 + 90 = 360 (100%)
R 171 of 360 ~ 47.5%
G 99 of 360 ~ 27.5%
B 90 of 360 ~ 25%

%47.5
%27.5
%25

CMYK color model

#AB635A color CMYK value is (0,42,47,33).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 47.37%
  • key color value is 32.94%
CMYK:
(0,42,47,33)
C0M42Y47K33 
(0%,42%,47%,33%)
(0.00/0.42/0.47/0.33)	

CMYK percentages

%0
%42.11
%47.37
%32.94

Codes

Color #AB635A in popluar color models

AB635A
RGB1719990
HSL32.53%51.18%
HSB/HSV47.37%67.06%
CMYK0.00%42.11%47.37%
32.94%

Color #AB635A in popluar number systems.

HEXAB635A
Decimal1719990
Binary1010101111000111011010
Octal253143132

Shades and tints

Shades of #AB635A

#AB635A
(171,99,90)
#9C5A52
(156,90,82)
#8D514A
(141,81,74)
#7E4842
(126,72,66)
#6F3F3A
(111,63,58)
#603632
(96,54,50)
#512D2A
(81,45,42)
#422422
(66,36,34)
#331B1A
(51,27,26)
#241212
(36,18,18)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #AB635A

#AB635A
(171,99,90)
#B27169
(178,113,105)
#B97F78
(185,127,120)
#C08D87
(192,141,135)
#C79B96
(199,155,150)
#CEA9A5
(206,169,165)
#D5B7B4
(213,183,180)
#DCC5C3
(220,197,195)
#E3D3D2
(227,211,210)
#EAE1E1
(234,225,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB635A color. Also use rgb(171,99,90) instead hex code.

Text Font Color

.myTextColor { color: #AB635A; }

<p style="color:#AB635A">This sample text font color is #AB635A.</p>

This text font color is #AB635A.


Background Color

.myBgColor { background-color: #AB635A; }

<div style="background-color:#AB635A">Inner text</div>

This div background color is #AB635A.


Border color

.myBorderColor { border: 1px solid #AB635A; }

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

This div border color is #AB635A.


Opacity

.myOpacity80 { color: #AB635A; opacity: 0.8; }

<p style="color:#AB635A;opacity:0.8;">80%</p>

Text with #AB635A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB635A;}

<p style="text-shadow: 3px 3px 1px #AB635A">Text here.</p>

This text has shadow with #AB635A color.

.textShadow {text-shadow: 3px 3px 1px #AB635A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB635A, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB635A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB635A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB635A, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB635A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB635A;
  -webkit-box-shadow:	1px 1px 3px 2px #AB635A;
  box-shadow:		1px 1px 3px 2px #AB635A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB635A;
-webkit-box-shadow: 1px 1px 3px 2px #AB635A;
box-shadow:1px 1px 3px 2px #AB635A;">
Div content here</div>
This div box has shadow with color #AB635A.

Preview

Color preview on black background

This text has color #AB635A on black background.


Color preview on white background

This text has color #AB635A on white background.



Black color preview on #AB635A background

This text has black color on #AB635A background.


White color preview on #AB635A background

This text has white color on #AB635A background.