#D7A6AD

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

Shades of Pale Chestnut #D7A6AD

Tints of Pale Chestnut #D7A6AD

Color information

#D7A6AD (or 0xD7A6AD) is unknown color: approx Pale Chestnut. HEX triplet: D7, A6 and AD. RGB value is (215,166,173). Sum of RGB (Red+Green+Blue) = 215+166+173=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A6AD is #285952. Grayscale: #B5B5B5. Windows color (decimal): -2644307 or 11380439. OLE color: 11380439.

HSL color Cylindrical-coordinate representation of color #D7A6AD: hue angle of 351.43º 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 #D7A6AD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215166173-
CMYK00.230.200.16
HSL351.43º37.98%74.71%-
HSV(B)351.43º22.79%84.31%-
XYZ49.244.7445.58-
YUV181.45123.23151.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=38.81%
G=29.96%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516617300.230.200.16351.4337.9874.71
HexD7A6AD017141015f264b
Octal327246255027242053746113
Binary11010111101001101010110101011110100100001010111111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6AD; }

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

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

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

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

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

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

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

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