#D2A8A9

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

Shades of Pale Chestnut #D2A8A9

Tints of Pale Chestnut #D2A8A9

Color information

#D2A8A9 (or 0xD2A8A9) is unknown color: approx Pale Chestnut. HEX triplet: D2, A8 and A9. RGB value is (210,168,169). Sum of RGB (Red+Green+Blue) = 210+168+169=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A8A9 is #2D5756. Grayscale: #B4B4B4. Windows color (decimal): -2971479 or 11118802. OLE color: 11118802.

HSL color Cylindrical-coordinate representation of color #D2A8A9: hue angle of 358.57º degrees, saturation: 0.32, 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 #D2A8A9 is Cyan = 0, Magento = 0.2, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210168169-
CMYK00.20.200.18
HSL358.57º31.82%74.12%-
HSV(B)358.57º20%82.35%-
XYZ47.7444.5743.62-
YUV180.67121.41148.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=38.39%
G=30.71%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016816900.20.200.18358.5731.8274.12
HexD2A8A90141412167204a
Octal322250251024242254740112
Binary11010010101010001010100101010010100100101011001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8A9; }

 p { color: rgb(210,168,169); }

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

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

 a { background-color: rgb(210,168,169); }

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

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

 span { border-color: rgb(210,168,169); }

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