#D5A4AD

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

Shades of Pale Chestnut #D5A4AD

Tints of Pale Chestnut #D5A4AD

Color information

#D5A4AD (or 0xD5A4AD) is unknown color: approx Pale Chestnut. HEX triplet: D5, A4 and AD. RGB value is (213,164,173). Sum of RGB (Red+Green+Blue) = 213+164+173=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A4AD is #2A5B52. Grayscale: #B3B3B3. Windows color (decimal): -2775891 or 11379925. OLE color: 11379925.

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

Color convert

RGB213164173-
CMYK00.230.190.16
HSL348.98º36.84%73.92%-
HSV(B)348.98º23%83.53%-
XYZ48.2643.7145.43-
YUV179.68124.23151.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=38.73%
G=29.82%
B=31.45%

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
Decimal21316417300.230.190.16348.9836.8473.92
HexD5A4AD017131015d254a
Octal325244255027232053545112
Binary11010101101001001010110101011110011100001010111011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4AD; }

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

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

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

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

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

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

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

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