#D7A7AA

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

Shades of Pale Chestnut #D7A7AA

Tints of Pale Chestnut #D7A7AA

Color information

#D7A7AA (or 0xD7A7AA) is unknown color: approx Pale Chestnut. HEX triplet: D7, A7 and AA. RGB value is (215,167,170). Sum of RGB (Red+Green+Blue) = 215+167+170=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A7AA is #285855. Grayscale: #B5B5B5. Windows color (decimal): -2644054 or 11184087. OLE color: 11184087.

HSL color Cylindrical-coordinate representation of color #D7A7AA: hue angle of 356.25º degrees, saturation: 0.38, 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 #D7A7AA is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215167170-
CMYK00.220.210.16
HSL356.25º37.5%74.9%-
HSV(B)356.25º22.33%84.31%-
XYZ49.144.9944.13-
YUV181.69121.4151.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=38.95%
G=30.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516717000.220.210.16356.2537.574.9
HexD7A7AA0161510164264b
Octal327247252026252054446113
Binary11010111101001111010101001011010101100001011001001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A7AA; }

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

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

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

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

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

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

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

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