Html Css Color HEX #D5AEA4 Clam Shell

📋 copy color: '#D5AEA4'

red 213 ◦ green 174 ◦ blue 164

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

Shades of Clam Shell #D5AEA4

Tints of Clam Shell #D5AEA4

RGB

 RED value IS 213 (83.59% from 255) = 38.66%

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

 BLUE value IS 164 (64.45% from 255) = 29.76%

R = 38.66%
G = 31.58%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5AEA4 (or 0xD5AEA4) is known color: Clam Shell. HEX triplet: D5, AE and A4. RGB value is (213,174,164). Sum of RGB (Red+Green+Blue) = 213+174+164=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AEA4 is #2A515B. Grayscale: #B8B8B8. Windows color (decimal): -2773340 or 10792661. OLE color: 10792661.

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

Color convert

RGB 213 174 164 -
CMYK 0 0.18 0.23 0.16
HSL 12.24º 0.37% 0.74% -
HSV(B) 12.24º 0.23% 0.84% -
XYZ 49.28 47.1 41.62 -
YUV 184.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 213 174 164 0 0.18 0.23 0.16 12.24 0.37 0.74
Hex D5 AE A4 0 12 17 10 C 25 4A
Octal 325 256 244 0 22 27 20 14 45 112
Binary 11010101 10101110 10100100 0 10010 10111 10000 1100 100101 1001010

Color Harmonies of #D5AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEA4

Black with #D5AEA4

Text Example


Text Example

White with #D5AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEA4; }

 p { color: rgb(213,174,164); }

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

background-color css

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

 a { background-color: rgb(213,174,164); }

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

border-color css

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

 span { border-color: rgb(213,174,164); }

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