#D9AEA4

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

Shades of Clam Shell #D9AEA4

Tints of Clam Shell #D9AEA4

Color information

#D9AEA4 (or 0xD9AEA4) is unknown color: approx Clam Shell. HEX triplet: D9, AE and A4. RGB value is (217,174,164). Sum of RGB (Red+Green+Blue) = 217+174+164=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEA4 is #26515B. Grayscale: #B9B9B9. Windows color (decimal): -2511196 or 10792665. OLE color: 10792665.

HSL color Cylindrical-coordinate representation of color #D9AEA4: hue angle of 11.32º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9AEA4 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217174164-
CMYK00.200.240.15
HSL11.32º41.09%74.71%-
HSV(B)11.32º24.42%85.1%-
XYZ50.4547.741.67-
YUV185.72115.75150.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=39.10%
G=31.35%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717416400.200.240.1511.3241.0974.71
HexD9AEA401418Fb294b
Octal33125624402430171351113
Binary11011001101011101010010001010011000111110111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEA4; }

 p { color: rgb(217,174,164); }

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

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

 a { background-color: rgb(217,174,164); }

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

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

 span { border-color: rgb(217,174,164); }

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