#D9AEA0

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

Shades of Clam Shell #D9AEA0

Tints of Clam Shell #D9AEA0

Color information

#D9AEA0 (or 0xD9AEA0) is unknown color: approx Clam Shell. HEX triplet: D9, AE and A0. RGB value is (217,174,160). Sum of RGB (Red+Green+Blue) = 217+174+160=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEA0 is #26515F. Grayscale: #B9B9B9. Windows color (decimal): -2511200 or 10530521. OLE color: 10530521.

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

Color convert

RGB217174160-
CMYK00.200.260.15
HSL14.74º42.86%73.92%-
HSV(B)14.74º26.27%85.1%-
XYZ50.147.5639.8-
YUV185.26113.75150.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=39.38%
G=31.58%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717416000.200.260.1514.7442.8673.92
HexD9AEA00141AFf2b4a
Octal33125624002432171753112
Binary11011001101011101010000001010011010111111111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEA0; }

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

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

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

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

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

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

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

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