#D6ACA4

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

Shades of Clam Shell #D6ACA4

Tints of Clam Shell #D6ACA4

Color information

#D6ACA4 (or 0xD6ACA4) is unknown color: approx Clam Shell. HEX triplet: D6, AC and A4. RGB value is (214,172,164). Sum of RGB (Red+Green+Blue) = 214+172+164=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACA4 is #29535B. Grayscale: #B7B7B7. Windows color (decimal): -2708316 or 10792150. OLE color: 10792150.

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

Color convert

RGB214172164-
CMYK00.200.230.16
HSL9.6º37.88%74.12%-
HSV(B)9.6º23.36%83.92%-
XYZ49.1846.4841.5-
YUV183.65116.91149.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=38.91%
G=31.27%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417216400.200.230.169.637.8874.12
HexD6ACA40141710a264a
Octal32625424402427201246112
Binary110101101010110010100100010100101111000010101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACA4; }

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

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

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

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

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

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

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

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