Html Css Color HEX #D4AEA6 Clam Shell

📋 copy color: '#D4AEA6'

red 212 ◦ green 174 ◦ blue 166

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

Shades of Clam Shell #D4AEA6

Tints of Clam Shell #D4AEA6

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

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

 BLUE value IS 166 (65.23% from 255) = 30.07%

R = 38.41%
G = 31.52%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D4AEA6 (or 0xD4AEA6) is known color: Clam Shell. HEX triplet: D4, AE and A6. RGB value is (212,174,166). Sum of RGB (Red+Green+Blue) = 212+174+166=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AEA6 is #2B5159. Grayscale: #B8B8B8. Windows color (decimal): -2838874 or 10923732. OLE color: 10923732.

HSL color Cylindrical-coordinate representation of color #D4AEA6: hue angle of 10.43º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4AEA6 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 166 -
CMYK 0 0.18 0.22 0.17
HSL 10.43º 0.35% 0.74% -
HSV(B) 10.43º 0.22% 0.83% -
XYZ 49.17 47.02 42.56 -
YUV 184.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 212 174 166 0 0.18 0.22 0.17 10.43 0.35 0.74
Hex D4 AE A6 0 12 16 11 A 23 4A
Octal 324 256 246 0 22 26 21 12 43 112
Binary 11010100 10101110 10100110 0 10010 10110 10001 1010 100011 1001010

Color Harmonies of #D4AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEA6

Black with #D4AEA6

Text Example


Text Example

White with #D4AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEA6; }

 p { color: rgb(212,174,166); }

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

background-color css

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

 a { background-color: rgb(212,174,166); }

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

border-color css

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

 span { border-color: rgb(212,174,166); }

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