#D9A2A3

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

Shades of Pale Chestnut #D9A2A3

Tints of Pale Chestnut #D9A2A3

Color information

#D9A2A3 (or 0xD9A2A3) is unknown color: approx Pale Chestnut. HEX triplet: D9, A2 and A3. RGB value is (217,162,163). Sum of RGB (Red+Green+Blue) = 217+162+163=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A2A3 is #265D5C. Grayscale: #B2B2B2. Windows color (decimal): -2514269 or 10724057. OLE color: 10724057.

HSL color Cylindrical-coordinate representation of color #D9A2A3: hue angle of 358.91º degrees, saturation: 0.42, 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 #D9A2A3 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217162163-
CMYK00.250.250.15
HSL358.91º41.98%74.31%-
HSV(B)358.91º25.35%85.1%-
XYZ48.1543.2440.46-
YUV178.56119.22155.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=40.04%
G=29.89%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716216300.250.250.15358.9141.9874.31
HexD9A2A301919F1672a4a
Octal331242243031311754752112
Binary1101100110100010101000110110011100111111011001111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2A3; }

 p { color: rgb(217,162,163); }

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

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

 a { background-color: rgb(217,162,163); }

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

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

 span { border-color: rgb(217,162,163); }

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