#D6AEA7

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

Shades of Clam Shell #D6AEA7

Tints of Clam Shell #D6AEA7

Color information

#D6AEA7 (or 0xD6AEA7) is unknown color: approx Clam Shell. HEX triplet: D6, AE and A7. RGB value is (214,174,167). Sum of RGB (Red+Green+Blue) = 214+174+167=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEA7 is #295158. Grayscale: #B9B9B9. Windows color (decimal): -2707801 or 10989270. OLE color: 10989270.

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

Color convert

RGB214174167-
CMYK00.190.220.16
HSL8.94º36.43%74.71%-
HSV(B)8.94º21.96%83.92%-
XYZ49.8447.3643.07-
YUV185.16117.75148.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=38.56%
G=31.35%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417416700.190.220.168.9436.4374.71
HexD6AEA701316109244b
Octal32625624702326201144113
Binary110101101010111010100111010011101101000010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEA7; }

 p { color: rgb(214,174,167); }

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

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

 a { background-color: rgb(214,174,167); }

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

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

 span { border-color: rgb(214,174,167); }

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