COLOR #D0A0AA

HEX: #D0A0AA RGB: (208,160,170)

Color info

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

RGB color model

#D0A0AA color RGB value is (208,160,170).

RGB: (208,160,170) (82%, 63%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 170 of 255 = 67%

208
160
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 160 + 170 = 538 (100%)
R 208 of 538 ~ 38.66%
G 160 of 538 ~ 29.74%
B 170 of 538 ~ 31.6'%

%38.66
%29.74
%31.6

CMYK color model

#D0A0AA color CMYK value is (0,23,18,18).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 18.27%
  • key color value is 18.43%
CMYK: (0,23,18,18) C0M23Y18K18 (0%,23%,18%,18%) (0.00/0.23/0.18/0.18) 

CMYK percentages

%0
%23.08
%18.27
%18.43

Codes

Color #D0A0AA in popluar color models

D0 A0 AA
RGB 208 160 170
HSL 348° 33.80% 72.16%
HSB/HSV 348° 23.08% 81.57%
CMYK 0.00% 23.08% 18.27%
18.43%

Color #D0A0AA in popluar number systems.

HEX D0 A0 AA
Decimal 208 160 170
Binary 11010000 10100000 10101010
Octal 320 240 252

Shades and tints

Shades of #D0A0AA

#D0A0AA
(208,160,170)
#BE929B
(190,146,155)
#AC848C
(172,132,140)
#9A767D
(154,118,125)
#88686E
(136,104,110)
#765A5F
(118,90,95)
#644C50
(100,76,80)
#523E41
(82,62,65)
#403032
(64,48,50)
#2E2223
(46,34,35)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0A0AA

#D0A0AA
(208,160,170)
#D4A8B1
(212,168,177)
#D8B0B8
(216,176,184)
#DCB8BF
(220,184,191)
#E0C0C6
(224,192,198)
#E4C8CD
(228,200,205)
#E8D0D4
(232,208,212)
#ECD8DB
(236,216,219)
#F0E0E2
(240,224,226)
#F4E8E9
(244,232,233)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A0AA; }

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

This text font color is #D0A0AA.

Background Color

.myBgColor { background-color: #D0A0AA; }

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

This div background color is #D0A0AA.

Border color

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

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

This div border color is #D0A0AA.

Opacity

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

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

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

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

This text has shadow with #D0A0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A0AA.

Preview

Color preview on black background

This text has color #D0A0AA on black background.


Color preview on white background

This text has color #D0A0AA on white background.


Black color preview on #D0A0AA background

This text has black color on #D0A0AA background.


White color preview on #D0A0AA background

This text has white color on #D0A0AA background.


Related colors

Complementary color

Complementary color for #hex is #2F5F55.


I love getcolorcode.com

Triadic colors

1 #AAD0A0 and #A0AAD0 with #D0A0AA are triadic colors.

2 #AAA0D0 and #A0D0AA with #D0A0AA are triadic colors.