#D5AFA4

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

Shades of Clam Shell #D5AFA4

Tints of Clam Shell #D5AFA4

Color information

#D5AFA4 (or 0xD5AFA4) is unknown color: approx Clam Shell. HEX triplet: D5, AF and A4. RGB value is (213,175,164). Sum of RGB (Red+Green+Blue) = 213+175+164=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AFA4 is #2A505B. Grayscale: #B9B9B9. Windows color (decimal): -2773084 or 10792917. OLE color: 10792917.

HSL color Cylindrical-coordinate representation of color #D5AFA4: hue angle of 13.47º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5AFA4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213175164-
CMYK00.180.230.16
HSL13.47º36.84%73.92%-
HSV(B)13.47º23%83.53%-
XYZ49.4747.4941.68-
YUV185.11116.09147.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=38.59%
G=31.70%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317516400.180.230.1613.4736.8473.92
HexD5AFA40121710d254a
Octal32525724402227201545112
Binary110101011010111110100100010010101111000011011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFA4; }

 p { color: rgb(213,175,164); }

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

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

 a { background-color: rgb(213,175,164); }

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

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

 span { border-color: rgb(213,175,164); }

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