#D7A4AB

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

Shades of Pale Chestnut #D7A4AB

Tints of Pale Chestnut #D7A4AB

Color information

#D7A4AB (or 0xD7A4AB) is unknown color: approx Pale Chestnut. HEX triplet: D7, A4 and AB. RGB value is (215,164,171). Sum of RGB (Red+Green+Blue) = 215+164+171=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A4AB is #285B54. Grayscale: #B4B4B4. Windows color (decimal): -2644821 or 11248855. OLE color: 11248855.

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

Color convert

RGB215164171-
CMYK00.240.200.16
HSL351.76º38.93%74.31%-
HSV(B)351.76º23.72%84.31%-
XYZ48.6543.9444.44-
YUV180.05122.9152.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=39.09%
G=29.82%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516417100.240.200.16351.7638.9374.31
HexD7A4AB0181410160274a
Octal327244253030242054047112
Binary11010111101001001010101101100010100100001011000001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4AB; }

 p { color: rgb(215,164,171); }

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

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

 a { background-color: rgb(215,164,171); }

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

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

 span { border-color: rgb(215,164,171); }

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