#D7ACA4

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

Shades of Clam Shell #D7ACA4

Tints of Clam Shell #D7ACA4

Color information

#D7ACA4 (or 0xD7ACA4) is unknown color: approx Clam Shell. HEX triplet: D7, AC and A4. RGB value is (215,172,164). Sum of RGB (Red+Green+Blue) = 215+172+164=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ACA4 is #28535B. Grayscale: #B8B8B8. Windows color (decimal): -2642780 or 10792151. OLE color: 10792151.

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

Color convert

RGB215172164-
CMYK00.20.240.16
HSL9.41º38.93%74.31%-
HSV(B)9.41º23.72%84.31%-
XYZ49.4846.6341.52-
YUV183.94116.75150.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=39.02%
G=31.22%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517216400.20.240.169.4138.9374.31
HexD7ACA401418109274a
Octal32725424402430201147112
Binary110101111010110010100100010100110001000010011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACA4; }

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

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

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

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

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

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

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

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