#D7AE9C

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

Shades of Clam Shell #D7AE9C

Tints of Clam Shell #D7AE9C

Color information

#D7AE9C (or 0xD7AE9C) is unknown color: approx Clam Shell. HEX triplet: D7, AE and 9C. RGB value is (215,174,156). Sum of RGB (Red+Green+Blue) = 215+174+156=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AE9C is #285163. Grayscale: #B8B8B8. Windows color (decimal): -2642276 or 10268375. OLE color: 10268375.

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

Color convert

RGB215174156-
CMYK00.190.270.16
HSL18.31º42.45%72.75%-
HSV(B)18.31º27.44%84.31%-
XYZ49.1647.1237.96-
YUV184.21112.08149.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=39.45%
G=31.93%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517415600.190.270.1618.3142.4572.75
HexD7AE9C0131B10122a49
Octal32725623402333202252111
Binary1101011110101110100111000100111101110000100101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE9C; }

 p { color: rgb(215,174,156); }

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

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

 a { background-color: rgb(215,174,156); }

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

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

 span { border-color: rgb(215,174,156); }

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