COLOR #D4A0AA

HEX: #D4A0AA RGB: (212,160,170)

Color info

#D4A0AA contains red, green and blue colors in about the same proportion. Web safe color of #D4A0AA is #CC9999 (or #C99).

RGB color model

#D4A0AA color RGB value is (212,160,170).

RGB: (212,160,170) (83%, 63%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 160 of 255 = 63%
B 170 of 255 = 67%

212
160
170

R + G + B ~ 71%. #D4A0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 160 + 170 = 542 (100%)
R 212 of 542 ~ 39.11%
G 160 of 542 ~ 29.52%
B 170 of 542 ~ 31.37'%

%39.11
%29.52
%31.37

CMYK color model

#D4A0AA color CMYK value is (0,25,20,17).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 19.81%
  • key color value is 16.86%

CMYK: (0,25,20,17)
C0M25Y20K17 (0%, 25%, 20%, 17%)
(0.00 / 0.25 / 0.20 / 0.17)

CMYK percentages

%0
%24.53
%19.81
%16.86

Codes

Color #D4A0AA in popluar color models

D4 A0 AA
RGB 212 160 170
HSL 348° 37.68% 72.94%
HSB/HSV 348° 24.53% 83.14%
CMYK 0.00% 24.53% 19.81%
16.86%

Color #D4A0AA in popluar number systems.

HEX D4 A0 AA
Decimal 212 160 170
Binary 11010100 10100000 10101010
Octal 324 240 252

Shades and tints

Shades of #D4A0AA

#D4A0AA
(212,160,170)
#C1929B
(193,146,155)
#AE848C
(174,132,140)
#9B767D
(155,118,125)
#88686E
(136,104,110)
#755A5F
(117,90,95)
#624C50
(98,76,80)
#4F3E41
(79,62,65)
#3C3032
(60,48,50)
#292223
(41,34,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D4A0AA

#D4A0AA
(212,160,170)
#D7A8B1
(215,168,177)
#DAB0B8
(218,176,184)
#DDB8BF
(221,184,191)
#E0C0C6
(224,192,198)
#E3C8CD
(227,200,205)
#E6D0D4
(230,208,212)
#E9D8DB
(233,216,219)
#ECE0E2
(236,224,226)
#EFE8E9
(239,232,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A0AA color. Also use rgb(212,160,170) instead hex code.

Text Font Color

.myTextColor { color: #D4A0AA; }

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

This text font color is #D4A0AA.

Background Color

.myBgColor { background-color: #D4A0AA; }

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

This div background color is #D4A0AA.

Border color

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

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

This div border color is #D4A0AA.

Opacity

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

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

Text with #D4A0AA 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 #D4A0AA;}

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

This text has shadow with #D4A0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A0AA.

Preview

Color preview on black background

This text has color #D4A0AA on black background.


Color preview on white background

This text has color #D4A0AA on white background.


Black color preview on #D4A0AA background

This text has black color on #D4A0AA background.


White color preview on #D4A0AA background

This text has white color on #D4A0AA background.


Related colors

Complementary color

Complementary color for #hex is #2B5F55.


I love getcolorcode.com

Triadic colors

1 #AAD4A0 and #A0AAD4 with #D4A0AA are triadic colors.

2 #AAA0D4 and #A0D4AA with #D4A0AA are triadic colors.