#D1A6AE

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

Shades of Pale Chestnut #D1A6AE

Tints of Pale Chestnut #D1A6AE

Color information

#D1A6AE (or 0xD1A6AE) is unknown color: approx Pale Chestnut. HEX triplet: D1, A6 and AE. RGB value is (209,166,174). Sum of RGB (Red+Green+Blue) = 209+166+174=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AE is #2E5951. Grayscale: #B3B3B3. Windows color (decimal): -3037522 or 11445969. OLE color: 11445969.

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

Color convert

RGB209166174-
CMYK00.210.170.18
HSL348.84º31.85%73.53%-
HSV(B)348.84º20.57%81.96%-
XYZ47.5743.8846.01-
YUV179.77124.75148.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=38.07%
G=30.24%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916617400.210.170.18348.8431.8573.53
HexD1A6AE015111215d204a
Octal321246256025212253540112
Binary11010001101001101010111001010110001100101010111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6AE; }

 p { color: rgb(209,166,174); }

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

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

 a { background-color: rgb(209,166,174); }

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

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

 span { border-color: rgb(209,166,174); }

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