#D5A7AC

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

Shades of Pale Chestnut #D5A7AC

Tints of Pale Chestnut #D5A7AC

Color information

#D5A7AC (or 0xD5A7AC) is unknown color: approx Pale Chestnut. HEX triplet: D5, A7 and AC. RGB value is (213,167,172). Sum of RGB (Red+Green+Blue) = 213+167+172=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A7AC is #2A5853. Grayscale: #B5B5B5. Windows color (decimal): -2775124 or 11315157. OLE color: 11315157.

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

Color convert

RGB213167172-
CMYK00.220.190.16
HSL353.48º35.38%74.51%-
HSV(B)353.48º21.6%83.53%-
XYZ48.7144.7645.1-
YUV181.32122.74150.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=38.59%
G=30.25%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316717200.220.190.16353.4835.3874.51
HexD5A7AC0161310161234b
Octal325247254026232054143113
Binary11010101101001111010110001011010011100001011000011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A7AC; }

 p { color: rgb(213,167,172); }

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

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

 a { background-color: rgb(213,167,172); }

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

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

 span { border-color: rgb(213,167,172); }

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