#D7A5A8

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

Shades of Pale Chestnut #D7A5A8

Tints of Pale Chestnut #D7A5A8

Color information

#D7A5A8 (or 0xD7A5A8) is unknown color: approx Pale Chestnut. HEX triplet: D7, A5 and A8. RGB value is (215,165,168). Sum of RGB (Red+Green+Blue) = 215+165+168=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A5A8 is #285A57. Grayscale: #B4B4B4. Windows color (decimal): -2644568 or 11052503. OLE color: 11052503.

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

Color convert

RGB215165168-
CMYK00.230.220.16
HSL356.4º38.46%74.51%-
HSV(B)356.4º23.26%84.31%-
XYZ48.5544.1843.02-
YUV180.29121.06152.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=39.23%
G=30.11%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516516800.230.220.16356.438.4674.51
HexD7A5A80171610164264b
Octal327245250027262054446113
Binary11010111101001011010100001011110110100001011001001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A5A8; }

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

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

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

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

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

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

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

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