#D7A6AA

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

Shades of Pale Chestnut #D7A6AA

Tints of Pale Chestnut #D7A6AA

Color information

#D7A6AA (or 0xD7A6AA) is unknown color: approx Pale Chestnut. HEX triplet: D7, A6 and AA. RGB value is (215,166,170). Sum of RGB (Red+Green+Blue) = 215+166+170=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A6AA is #285955. Grayscale: #B5B5B5. Windows color (decimal): -2644310 or 11183831. OLE color: 11183831.

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

Color convert

RGB215166170-
CMYK00.230.210.16
HSL355.1º37.98%74.71%-
HSV(B)355.1º22.79%84.31%-
XYZ48.9244.6244.06-
YUV181.11121.73152.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=39.02%
G=30.13%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516617000.230.210.16355.137.9874.71
HexD7A6AA0171510163264b
Octal327246252027252054346113
Binary11010111101001101010101001011110101100001011000111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6AA; }

 p { color: rgb(215,166,170); }

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

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

 a { background-color: rgb(215,166,170); }

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

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

 span { border-color: rgb(215,166,170); }

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