#D4A7AC

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

Shades of Pale Chestnut #D4A7AC

Tints of Pale Chestnut #D4A7AC

Color information

#D4A7AC (or 0xD4A7AC) is unknown color: approx Pale Chestnut. HEX triplet: D4, A7 and AC. RGB value is (212,167,172). Sum of RGB (Red+Green+Blue) = 212+167+172=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A7AC is #2B5853. Grayscale: #B5B5B5. Windows color (decimal): -2840660 or 11315156. OLE color: 11315156.

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

Color convert

RGB212167172-
CMYK00.210.190.17
HSL353.33º34.35%74.31%-
HSV(B)353.33º21.23%83.14%-
XYZ48.4244.6145.09-
YUV181.02122.91150.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=38.48%
G=30.31%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216717200.210.190.17353.3334.3574.31
HexD4A7AC0151311161224a
Octal324247254025232154142112
Binary11010100101001111010110001010110011100011011000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7AC; }

 p { color: rgb(212,167,172); }

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

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

 a { background-color: rgb(212,167,172); }

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

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

 span { border-color: rgb(212,167,172); }

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