#D2A4AE

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

Shades of Pale Chestnut #D2A4AE

Tints of Pale Chestnut #D2A4AE

Color information

#D2A4AE (or 0xD2A4AE) is unknown color: approx Pale Chestnut. HEX triplet: D2, A4 and AE. RGB value is (210,164,174). Sum of RGB (Red+Green+Blue) = 210+164+174=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A4AE is #2D5B51. Grayscale: #B2B2B2. Windows color (decimal): -2972498 or 11445458. OLE color: 11445458.

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

Color convert

RGB210164174-
CMYK00.220.170.18
HSL346.96º33.82%73.33%-
HSV(B)346.96º21.9%82.35%-
XYZ47.4943.3145.9-
YUV178.89125.24150.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=38.32%
G=29.93%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016417400.220.170.18346.9633.8273.33
HexD2A4AE016111215b2249
Octal322244256026212253342111
Binary11010010101001001010111001011010001100101010110111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A4AE; }

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

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

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

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

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

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

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

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