#D4A4AD

Color #D4A4AD Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #D4A4AD

Tints of Pale Chestnut #D4A4AD

Color information

#D4A4AD (or 0xD4A4AD) is unknown color: approx Pale Chestnut. HEX triplet: D4, A4 and AD. RGB value is (212,164,173). Sum of RGB (Red+Green+Blue) = 212+164+173=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4AD is #2B5B52. Grayscale: #B3B3B3. Windows color (decimal): -2841427 or 11379924. OLE color: 11379924.

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

Color convert

RGB212164173-
CMYK00.230.180.17
HSL348.75º35.82%73.73%-
HSV(B)348.75º22.64%83.14%-
XYZ47.9743.5745.42-
YUV179.38124.4151.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=38.62%
G=29.87%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216417300.230.180.17348.7535.8273.73
HexD4A4AD017121115d244a
Octal324244255027222153544112
Binary11010100101001001010110101011110010100011010111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4AD; }

 p { color: rgb(212,164,173); }

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

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

 a { background-color: rgb(212,164,173); }

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

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

 span { border-color: rgb(212,164,173); }

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