#D5A6AC

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

Shades of Pale Chestnut #D5A6AC

Tints of Pale Chestnut #D5A6AC

Color information

#D5A6AC (or 0xD5A6AC) is unknown color: approx Pale Chestnut. HEX triplet: D5, A6 and AC. RGB value is (213,166,172). Sum of RGB (Red+Green+Blue) = 213+166+172=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A6AC is #2A5953. Grayscale: #B4B4B4. Windows color (decimal): -2775380 or 11314901. OLE color: 11314901.

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

Color convert

RGB213166172-
CMYK00.220.190.16
HSL352.34º35.88%74.31%-
HSV(B)352.34º22.07%83.53%-
XYZ48.5244.445.04-
YUV180.74123.07151.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=38.66%
G=30.13%
B=31.22%

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
Decimal21316617200.220.190.16352.3435.8874.31
HexD5A6AC0161310160244a
Octal325246254026232054044112
Binary11010101101001101010110001011010011100001011000001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6AC; }

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

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

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

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

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

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

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

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