#D3AEA1

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

Shades of Clam Shell #D3AEA1

Tints of Clam Shell #D3AEA1

Color information

#D3AEA1 (or 0xD3AEA1) is unknown color: approx Clam Shell. HEX triplet: D3, AE and A1. RGB value is (211,174,161). Sum of RGB (Red+Green+Blue) = 211+174+161=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AEA1 is #2C515E. Grayscale: #B7B7B7. Windows color (decimal): -2904415 or 10596051. OLE color: 10596051.

HSL color Cylindrical-coordinate representation of color #D3AEA1: hue angle of 15.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3AEA1 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB211174161-
CMYK00.180.240.17
HSL15.6º36.23%72.94%-
HSV(B)15.6º23.7%82.75%-
XYZ48.4346.6940.18-
YUV183.58115.26147.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=38.64%
G=31.87%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117416100.180.240.1715.636.2372.94
HexD3AEA10121811102449
Octal32325624102230212044111
Binary1101001110101110101000010100101100010001100001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEA1; }

 p { color: rgb(211,174,161); }

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

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

 a { background-color: rgb(211,174,161); }

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

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

 span { border-color: rgb(211,174,161); }

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