#D4AEA0

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

Shades of Clam Shell #D4AEA0

Tints of Clam Shell #D4AEA0

Color information

#D4AEA0 (or 0xD4AEA0) is unknown color: approx Clam Shell. HEX triplet: D4, AE and A0. RGB value is (212,174,160). Sum of RGB (Red+Green+Blue) = 212+174+160=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AEA0 is #2B515F. Grayscale: #B7B7B7. Windows color (decimal): -2838880 or 10530516. OLE color: 10530516.

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

Color convert

RGB212174160-
CMYK00.180.250.17
HSL16.15º37.68%72.94%-
HSV(B)16.15º24.53%83.14%-
XYZ48.6346.8139.73-
YUV183.77114.59148.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=38.83%
G=31.87%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217416000.180.250.1716.1537.6872.94
HexD4AEA00121911102649
Octal32425624002231212046111
Binary1101010010101110101000000100101100110001100001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEA0; }

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

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

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

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

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

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

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

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