#D8A7AA

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

Shades of Pale Chestnut #D8A7AA

Tints of Pale Chestnut #D8A7AA

Color information

#D8A7AA (or 0xD8A7AA) is unknown color: approx Pale Chestnut. HEX triplet: D8, A7 and AA. RGB value is (216,167,170). Sum of RGB (Red+Green+Blue) = 216+167+170=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A7AA is #275855. Grayscale: #B6B6B6. Windows color (decimal): -2578518 or 11184088. OLE color: 11184088.

HSL color Cylindrical-coordinate representation of color #D8A7AA: hue angle of 356.33º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A7AA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216167170-
CMYK00.230.210.15
HSL356.33º38.58%75.1%-
HSV(B)356.33º22.69%84.71%-
XYZ49.3945.1444.14-
YUV181.99121.23152.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=39.06%
G=30.20%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616717000.230.210.15356.3338.5875.1
HexD8A7AA01715F164274b
Octal330247252027251754447113
Binary1101100010100111101010100101111010111111011001001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A7AA; }

 p { color: rgb(216,167,170); }

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

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

 a { background-color: rgb(216,167,170); }

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

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

 span { border-color: rgb(216,167,170); }

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