#D9AFA0

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

Shades of Clam Shell #D9AFA0

Tints of Clam Shell #D9AFA0

Color information

#D9AFA0 (or 0xD9AFA0) is unknown color: approx Clam Shell. HEX triplet: D9, AF and A0. RGB value is (217,175,160). Sum of RGB (Red+Green+Blue) = 217+175+160=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFA0 is #26505F. Grayscale: #B9B9B9. Windows color (decimal): -2510944 or 10530777. OLE color: 10530777.

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

Color convert

RGB217175160-
CMYK00.190.260.15
HSL15.79º42.86%73.92%-
HSV(B)15.79º26.27%85.1%-
XYZ50.2947.9539.86-
YUV185.85113.41150.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=39.31%
G=31.70%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717516000.190.260.1515.7942.8673.92
HexD9AFA00131AF102b4a
Octal33125724002332172053112
Binary110110011010111110100000010011110101111100001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFA0; }

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

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

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

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

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

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

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

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