#D4ACA1

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

Shades of Clam Shell #D4ACA1

Tints of Clam Shell #D4ACA1

Color information

#D4ACA1 (or 0xD4ACA1) is unknown color: approx Clam Shell. HEX triplet: D4, AC and A1. RGB value is (212,172,161). Sum of RGB (Red+Green+Blue) = 212+172+161=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACA1 is #2B535E. Grayscale: #B6B6B6. Windows color (decimal): -2839391 or 10595540. OLE color: 10595540.

HSL color Cylindrical-coordinate representation of color #D4ACA1: hue angle of 12.94º degrees, saturation: 0.37, 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 #D4ACA1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212172161-
CMYK00.190.240.17
HSL12.94º37.23%73.14%-
HSV(B)12.94º24.06%83.14%-
XYZ48.3446.0840.06-
YUV182.71115.75148.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=38.90%
G=31.56%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217216100.190.240.1712.9437.2373.14
HexD4ACA10131811d2549
Octal32425424102330211545111
Binary110101001010110010100001010011110001000111011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACA1; }

 p { color: rgb(212,172,161); }

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

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

 a { background-color: rgb(212,172,161); }

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

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

 span { border-color: rgb(212,172,161); }

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