Html Css Color HEX #D7AEA7 Clam Shell

📋 copy color: '#D7AEA7'

red 215 ◦ green 174 ◦ blue 167

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

Shades of Clam Shell #D7AEA7

Tints of Clam Shell #D7AEA7

RGB

 RED value IS 215 (84.38% from 255) = 38.67%

 GREEN value IS 174 (68.36% from 255) = 31.29%

 BLUE value IS 167 (65.63% from 255) = 30.04%

R = 38.67%
G = 31.29%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D7AEA7 (or 0xD7AEA7) is known color: Clam Shell. HEX triplet: D7, AE and A7. RGB value is (215,174,167). Sum of RGB (Red+Green+Blue) = 215+174+167=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AEA7 is #285158. Grayscale: #B9B9B9. Windows color (decimal): -2642265 or 10989271. OLE color: 10989271.

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

Color convert

RGB 215 174 167 -
CMYK 0 0.19 0.22 0.16
HSL 8.75º 0.38% 0.75% -
HSV(B) 8.75º 0.22% 0.84% -
XYZ 50.14 47.51 43.09 -
YUV 185.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 215 174 167 0 0.19 0.22 0.16 8.75 0.38 0.75
Hex D7 AE A7 0 13 16 10 9 26 4B
Octal 327 256 247 0 23 26 20 11 46 113
Binary 11010111 10101110 10100111 0 10011 10110 10000 1001 100110 1001011

Color Harmonies of #D7AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEA7

Black with #D7AEA7

Text Example


Text Example

White with #D7AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEA7; }

 p { color: rgb(215,174,167); }

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

background-color css

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

 a { background-color: rgb(215,174,167); }

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

border-color css

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

 span { border-color: rgb(215,174,167); }

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