#D1A7AC

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

Shades of Pale Chestnut #D1A7AC

Tints of Pale Chestnut #D1A7AC

Color information

#D1A7AC (or 0xD1A7AC) is unknown color: approx Pale Chestnut. HEX triplet: D1, A7 and AC. RGB value is (209,167,172). Sum of RGB (Red+Green+Blue) = 209+167+172=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A7AC is #2E5853. Grayscale: #B4B4B4. Windows color (decimal): -3037268 or 11315153. OLE color: 11315153.

HSL color Cylindrical-coordinate representation of color #D1A7AC: hue angle of 352.86º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7AC is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209167172-
CMYK00.200.180.18
HSL352.86º31.34%73.73%-
HSV(B)352.86º20.1%81.96%-
XYZ47.5644.1745.05-
YUV180.13123.41148.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=38.14%
G=30.47%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916717200.200.180.18352.8631.3473.73
HexD1A7AC01412121611f4a
Octal321247254024222254137112
Binary1101000110100111101011000101001001010010101100001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A7AC; }

 p { color: rgb(209,167,172); }

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

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

 a { background-color: rgb(209,167,172); }

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

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

 span { border-color: rgb(209,167,172); }

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