#D6ACA1

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

Shades of Clam Shell #D6ACA1

Tints of Clam Shell #D6ACA1

Color information

#D6ACA1 (or 0xD6ACA1) is unknown color: approx Clam Shell. HEX triplet: D6, AC and A1. RGB value is (214,172,161). Sum of RGB (Red+Green+Blue) = 214+172+161=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACA1 is #29535E. Grayscale: #B7B7B7. Windows color (decimal): -2708319 or 10595542. OLE color: 10595542.

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

Color convert

RGB214172161-
CMYK00.200.250.16
HSL12.45º39.26%73.53%-
HSV(B)12.45º24.77%83.92%-
XYZ48.9246.3740.09-
YUV183.3115.41149.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=39.12%
G=31.44%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417216100.200.250.1612.4539.2673.53
HexD6ACA10141910c274a
Octal32625424102431201447112
Binary110101101010110010100001010100110011000011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACA1; }

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

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

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

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

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

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

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

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