#D5ACA1

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

Shades of Clam Shell #D5ACA1

Tints of Clam Shell #D5ACA1

Color information

#D5ACA1 (or 0xD5ACA1) is unknown color: approx Clam Shell. HEX triplet: D5, AC and A1. RGB value is (213,172,161). Sum of RGB (Red+Green+Blue) = 213+172+161=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ACA1 is #2A535E. Grayscale: #B7B7B7. Windows color (decimal): -2773855 or 10595541. OLE color: 10595541.

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

Color convert

RGB213172161-
CMYK00.190.240.16
HSL12.69º38.24%73.33%-
HSV(B)12.69º24.41%83.53%-
XYZ48.6346.2240.08-
YUV183115.58149.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=39.01%
G=31.50%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317216100.190.240.1612.6938.2473.33
HexD5ACA10131810d2649
Octal32525424102330201546111
Binary110101011010110010100001010011110001000011011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACA1; }

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

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

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

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

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

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

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

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