#D5A3AD

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

Shades of Pale Chestnut #D5A3AD

Tints of Pale Chestnut #D5A3AD

Color information

#D5A3AD (or 0xD5A3AD) is unknown color: approx Pale Chestnut. HEX triplet: D5, A3 and AD. RGB value is (213,163,173). Sum of RGB (Red+Green+Blue) = 213+163+173=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A3AD is #2A5C52. Grayscale: #B3B3B3. Windows color (decimal): -2776147 or 11379669. OLE color: 11379669.

HSL color Cylindrical-coordinate representation of color #D5A3AD: hue angle of 348º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A3AD is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213163173-
CMYK00.230.190.16
HSL348º37.31%73.73%-
HSV(B)348º23.47%83.53%-
XYZ48.0843.3645.37-
YUV179.09124.56152.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=38.80%
G=29.69%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316317300.230.190.1634837.3173.73
HexD5A3AD017131015c254a
Octal325243255027232053445112
Binary11010101101000111010110101011110011100001010111001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A3AD; }

 p { color: rgb(213,163,173); }

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

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

 a { background-color: rgb(213,163,173); }

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

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

 span { border-color: rgb(213,163,173); }

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