#D2A6AE

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

Shades of Pale Chestnut #D2A6AE

Tints of Pale Chestnut #D2A6AE

Color information

#D2A6AE (or 0xD2A6AE) is unknown color: approx Pale Chestnut. HEX triplet: D2, A6 and AE. RGB value is (210,166,174). Sum of RGB (Red+Green+Blue) = 210+166+174=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A6AE is #2D5951. Grayscale: #B4B4B4. Windows color (decimal): -2971986 or 11445970. OLE color: 11445970.

HSL color Cylindrical-coordinate representation of color #D2A6AE: hue angle of 349.09º degrees, saturation: 0.33, 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 #D2A6AE is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210166174-
CMYK00.210.170.18
HSL349.09º32.84%73.73%-
HSV(B)349.09º20.95%82.35%-
XYZ47.8544.0346.02-
YUV180.07124.58149.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 166 (65.23% from 255) = 30.18%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=38.18%
G=30.18%
B=31.64%

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
Decimal21016617400.210.170.18349.0932.8473.73
HexD2A6AE015111215d214a
Octal322246256025212253541112
Binary11010010101001101010111001010110001100101010111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6AE; }

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

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

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

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

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

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

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

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