#D7ACA6

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

Shades of Clam Shell #D7ACA6

Tints of Clam Shell #D7ACA6

Color information

#D7ACA6 (or 0xD7ACA6) is unknown color: approx Clam Shell. HEX triplet: D7, AC and A6. RGB value is (215,172,166). Sum of RGB (Red+Green+Blue) = 215+172+166=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ACA6 is #285359. Grayscale: #B8B8B8. Windows color (decimal): -2642778 or 10923223. OLE color: 10923223.

HSL color Cylindrical-coordinate representation of color #D7ACA6: hue angle of 7.35º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7ACA6 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB215172166-
CMYK00.20.230.16
HSL7.35º37.98%74.71%-
HSV(B)7.35º22.79%84.31%-
XYZ49.6646.7142.47-
YUV184.17117.75149.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=38.88%
G=31.10%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517216600.20.230.167.3537.9874.71
HexD7ACA601417107264b
Octal3272542460242720746113
Binary11010111101011001010011001010010111100001111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACA6; }

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

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

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

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

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

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

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

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