#D7AFA0

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

Shades of Clam Shell #D7AFA0

Tints of Clam Shell #D7AFA0

Color information

#D7AFA0 (or 0xD7AFA0) is unknown color: approx Clam Shell. HEX triplet: D7, AF and A0. RGB value is (215,175,160). Sum of RGB (Red+Green+Blue) = 215+175+160=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AFA0 is #28505F. Grayscale: #B9B9B9. Windows color (decimal): -2642016 or 10530775. OLE color: 10530775.

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

Color convert

RGB215175160-
CMYK00.190.260.16
HSL16.36º40.74%73.53%-
HSV(B)16.36º25.58%84.31%-
XYZ49.747.6539.83-
YUV185.25113.75149.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=39.09%
G=31.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517516000.190.260.1616.3640.7473.53
HexD7AFA00131A1010294a
Octal32725724002332202051112
Binary1101011110101111101000000100111101010000100001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFA0; }

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

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

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

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

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

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

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

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