#D7A5AD

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

Shades of Pale Chestnut #D7A5AD

Tints of Pale Chestnut #D7A5AD

Color information

#D7A5AD (or 0xD7A5AD) is unknown color: approx Pale Chestnut. HEX triplet: D7, A5 and AD. RGB value is (215,165,173). Sum of RGB (Red+Green+Blue) = 215+165+173=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A5AD is #285A52. Grayscale: #B4B4B4. Windows color (decimal): -2644563 or 11380183. OLE color: 11380183.

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

Color convert

RGB215165173-
CMYK00.230.200.16
HSL350.4º38.46%74.51%-
HSV(B)350.4º23.26%84.31%-
XYZ49.0244.3745.52-
YUV180.86123.56152.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=38.88%
G=29.84%
B=31.28%

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
Decimal21516517300.230.200.16350.438.4674.51
HexD7A5AD017141015e264b
Octal327245255027242053646113
Binary11010111101001011010110101011110100100001010111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A5AD; }

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

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

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

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

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

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

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

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