#D7A6AC

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

Shades of Pale Chestnut #D7A6AC

Tints of Pale Chestnut #D7A6AC

Color information

#D7A6AC (or 0xD7A6AC) is unknown color: approx Pale Chestnut. HEX triplet: D7, A6 and AC. RGB value is (215,166,172). Sum of RGB (Red+Green+Blue) = 215+166+172=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A6AC is #285953. Grayscale: #B5B5B5. Windows color (decimal): -2644308 or 11314903. OLE color: 11314903.

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

Color convert

RGB215166172-
CMYK00.230.20.16
HSL352.65º37.98%74.71%-
HSV(B)352.65º22.79%84.31%-
XYZ49.1144.745.07-
YUV181.33122.73152.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=38.88%
G=30.02%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516617200.230.20.16352.6537.9874.71
HexD7A6AC0171410161264b
Octal327246254027242054146113
Binary11010111101001101010110001011110100100001011000011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6AC; }

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

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

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

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

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

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

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

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