#D6ACA6

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

Shades of Clam Shell #D6ACA6

Tints of Clam Shell #D6ACA6

Color information

#D6ACA6 (or 0xD6ACA6) is unknown color: approx Clam Shell. HEX triplet: D6, AC and A6. RGB value is (214,172,166). Sum of RGB (Red+Green+Blue) = 214+172+166=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACA6 is #295359. Grayscale: #B7B7B7. Windows color (decimal): -2708314 or 10923222. OLE color: 10923222.

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

Color convert

RGB214172166-
CMYK00.200.220.16
HSL7.5º36.92%74.51%-
HSV(B)7.5º22.43%83.92%-
XYZ49.3746.5542.46-
YUV183.87117.91149.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 166 (65.23% from 255) = 30.07%
R=38.77%
G=31.16%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417216600.200.220.167.536.9274.51
HexD6ACA601416108254b
Octal32625424602426201045113
Binary110101101010110010100110010100101101000010001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACA6; }

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

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

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

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

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

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

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

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