#D2AFA0

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

Shades of Clam Shell #D2AFA0

Tints of Clam Shell #D2AFA0

Color information

#D2AFA0 (or 0xD2AFA0) is unknown color: approx Clam Shell. HEX triplet: D2, AF and A0. RGB value is (210,175,160). Sum of RGB (Red+Green+Blue) = 210+175+160=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFA0 is #2D505F. Grayscale: #B7B7B7. Windows color (decimal): -2969696 or 10530770. OLE color: 10530770.

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

Color convert

RGB210175160-
CMYK00.170.240.18
HSL18º35.71%72.55%-
HSV(B)18º23.81%82.35%-
XYZ48.2546.939.77-
YUV183.76114.6146.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=38.53%
G=32.11%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017516000.170.240.181835.7172.55
HexD2AFA00111812122449
Octal32225724002130222244111
Binary1101001010101111101000000100011100010010100101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFA0; }

 p { color: rgb(210,175,160); }

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

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

 a { background-color: rgb(210,175,160); }

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

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

 span { border-color: rgb(210,175,160); }

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