#D1ACA5

Color #D1ACA5 Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #D1ACA5

Tints of Clam Shell #D1ACA5

Color information

#D1ACA5 (or 0xD1ACA5) is unknown color: approx Clam Shell. HEX triplet: D1, AC and A5. RGB value is (209,172,165). Sum of RGB (Red+Green+Blue) = 209+172+165=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACA5 is #2E535A. Grayscale: #B6B6B6. Windows color (decimal): -3035995 or 10857681. OLE color: 10857681.

HSL color Cylindrical-coordinate representation of color #D1ACA5: hue angle of 9.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1ACA5 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209172165-
CMYK00.180.210.18
HSL9.55º32.35%73.33%-
HSV(B)9.55º21.05%81.96%-
XYZ47.8445.7841.91-
YUV182.26118.26147.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=38.28%
G=31.50%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917216500.180.210.189.5532.3573.33
HexD1ACA50121512a2049
Octal32125424502225221240111
Binary110100011010110010100101010010101011001010101000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACA5; }

 p { color: rgb(209,172,165); }

 H1.HeaderClassName
 {
   color: #D1ACA5;
 }
 .AnyTagClassName
 {
   color: #D1ACA5;
 }
</style>
background-color css

<style>
 a { background-color: #D1ACA5; }

 a { background-color: rgb(209,172,165); }

 div.DivClassName
 {
   background-color: #D1ACA5;
 }
 .BgClassName
 {
   background-color: #D1ACA5;
 }
</style>
border-color css

<style>
 span { border-color: #D1ACA5; }

 span { border-color: rgb(209,172,165); }

 td.TdClassName
 {
   border-color: #D1ACA5;
 }
 .TagClassName
 {
   border-color: #D1ACA5;
 }
</style>