#D1ACA6

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

Shades of Clam Shell #D1ACA6

Tints of Clam Shell #D1ACA6

Color information

#D1ACA6 (or 0xD1ACA6) is unknown color: approx Clam Shell. HEX triplet: D1, AC and A6. RGB value is (209,172,166). Sum of RGB (Red+Green+Blue) = 209+172+166=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACA6 is #2E5359. Grayscale: #B6B6B6. Windows color (decimal): -3035994 or 10923217. OLE color: 10923217.

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

Color convert

RGB209172166-
CMYK00.180.210.18
HSL8.37º31.85%73.53%-
HSV(B)8.37º20.57%81.96%-
XYZ47.9345.8142.39-
YUV182.38118.76146.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=38.21%
G=31.44%
B=30.35%

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
Decimal20917216600.180.210.188.3731.8573.53
HexD1ACA601215128204a
Octal32125424602225221040112
Binary110100011010110010100110010010101011001010001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACA6; }

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

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

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

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

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

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

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

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