#D2A6AA

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

Shades of Pale Chestnut #D2A6AA

Tints of Pale Chestnut #D2A6AA

Color information

#D2A6AA (or 0xD2A6AA) is unknown color: approx Pale Chestnut. HEX triplet: D2, A6 and AA. RGB value is (210,166,170). Sum of RGB (Red+Green+Blue) = 210+166+170=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A6AA is #2D5955. Grayscale: #B3B3B3. Windows color (decimal): -2971990 or 11183826. OLE color: 11183826.

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

Color convert

RGB210166170-
CMYK00.210.190.18
HSL354.55º32.84%73.73%-
HSV(B)354.55º20.95%82.35%-
XYZ47.4743.8844-
YUV179.61122.58149.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=38.46%
G=30.40%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016617000.210.190.18354.5532.8473.73
HexD2A6AA0151312163214a
Octal322246252025232254341112
Binary11010010101001101010101001010110011100101011000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6AA; }

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

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

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

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

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

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

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

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