#D6AFA0

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

Shades of Clam Shell #D6AFA0

Tints of Clam Shell #D6AFA0

Color information

#D6AFA0 (or 0xD6AFA0) is unknown color: approx Clam Shell. HEX triplet: D6, AF and A0. RGB value is (214,175,160). Sum of RGB (Red+Green+Blue) = 214+175+160=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFA0 is #29505F. Grayscale: #B9B9B9. Windows color (decimal): -2707552 or 10530774. OLE color: 10530774.

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

Color convert

RGB214175160-
CMYK00.180.250.16
HSL16.67º39.71%73.33%-
HSV(B)16.67º25.23%83.92%-
XYZ49.4147.4939.82-
YUV184.95113.92148.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=38.98%
G=31.88%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417516000.180.250.1616.6739.7173.33
HexD6AFA00121910112849
Octal32625724002231202150111
Binary1101011010101111101000000100101100110000100011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFA0; }

 p { color: rgb(214,175,160); }

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

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

 a { background-color: rgb(214,175,160); }

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

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

 span { border-color: rgb(214,175,160); }

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