#D7A3AC

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

Shades of Pale Chestnut #D7A3AC

Tints of Pale Chestnut #D7A3AC

Color information

#D7A3AC (or 0xD7A3AC) is unknown color: approx Pale Chestnut. HEX triplet: D7, A3 and AC. RGB value is (215,163,172). Sum of RGB (Red+Green+Blue) = 215+163+172=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A3AC is #285C53. Grayscale: #B3B3B3. Windows color (decimal): -2645076 or 11314135. OLE color: 11314135.

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

Color convert

RGB215163172-
CMYK00.240.20.16
HSL349.62º39.39%74.12%-
HSV(B)349.62º24.19%84.31%-
XYZ48.5743.6244.89-
YUV179.57123.73153.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=39.09%
G=29.64%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516317200.240.20.16349.6239.3974.12
HexD7A3AC018141015e274a
Octal327243254030242053647112
Binary11010111101000111010110001100010100100001010111101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3AC; }

 p { color: rgb(215,163,172); }

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

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

 a { background-color: rgb(215,163,172); }

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

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

 span { border-color: rgb(215,163,172); }

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