Html Css Color HEX #D1AFA0 Clam Shell

📋 copy color: '#D1AFA0'

red 209 ◦ green 175 ◦ blue 160

#D1AFA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clam Shell #D1AFA0

Tints of Clam Shell #D1AFA0

RGB

 RED value IS 209 (82.03% from 255) = 38.42%

 GREEN value IS 175 (68.75% from 255) = 32.17%

 BLUE value IS 160 (62.89% from 255) = 29.41%

R = 38.42%
G = 32.17%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D1AFA0 (or 0xD1AFA0) is known color: Clam Shell. HEX triplet: D1, AF and A0. RGB value is (209,175,160). Sum of RGB (Red+Green+Blue) = 209+175+160=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFA0 is #2E505F. Grayscale: #B7B7B7. Windows color (decimal): -3035232 or 10530769. OLE color: 10530769.

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

Color convert

RGB 209 175 160 -
CMYK 0 0.16 0.23 0.18
HSL 18.37º 0.35% 0.72% -
HSV(B) 18.37º 0.23% 0.82% -
XYZ 47.97 46.75 39.75 -
YUV 183.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 209 175 160 0 0.16 0.23 0.18 18.37 0.35 0.72
Hex D1 AF A0 0 10 17 12 12 23 48
Octal 321 257 240 0 20 27 22 22 43 110
Binary 11010001 10101111 10100000 0 10000 10111 10010 10010 100011 1001000

Color Harmonies of #D1AFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFA0

Black with #D1AFA0

Text Example


Text Example

White with #D1AFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFA0; }

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

 H1.HeaderClassName
 {
   color: #D1AFA0;
 }
 .AnyTagClassName
 {
   color: #D1AFA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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