#D8A2A9

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

Shades of Pale Chestnut #D8A2A9

Tints of Pale Chestnut #D8A2A9

Color information

#D8A2A9 (or 0xD8A2A9) is unknown color: approx Pale Chestnut. HEX triplet: D8, A2 and A9. RGB value is (216,162,169). Sum of RGB (Red+Green+Blue) = 216+162+169=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A2A9 is #275D56. Grayscale: #B2B2B2. Windows color (decimal): -2579799 or 11117272. OLE color: 11117272.

HSL color Cylindrical-coordinate representation of color #D8A2A9: hue angle of 352.22º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A2A9 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216162169-
CMYK00.250.220.15
HSL352.22º40.91%74.12%-
HSV(B)352.22º25%84.71%-
XYZ48.443.343.34-
YUV178.94122.39154.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=39.49%
G=29.62%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616216900.250.220.15352.2240.9174.12
HexD8A2A901916F160294a
Octal330242251031261754051112
Binary1101100010100010101010010110011011011111011000001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2A9; }

 p { color: rgb(216,162,169); }

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

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

 a { background-color: rgb(216,162,169); }

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

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

 span { border-color: rgb(216,162,169); }

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