#D7A7AE

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

Shades of Pale Chestnut #D7A7AE

Tints of Pale Chestnut #D7A7AE

Color information

#D7A7AE (or 0xD7A7AE) is unknown color: approx Pale Chestnut. HEX triplet: D7, A7 and AE. RGB value is (215,167,174). Sum of RGB (Red+Green+Blue) = 215+167+174=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A7AE is #285851. Grayscale: #B6B6B6. Windows color (decimal): -2644050 or 11446231. OLE color: 11446231.

HSL color Cylindrical-coordinate representation of color #D7A7AE: hue angle of 351.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 #D7A7AE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215167174-
CMYK00.220.190.16
HSL351.25º37.5%74.9%-
HSV(B)351.25º22.33%84.31%-
XYZ49.4845.1446.15-
YUV182.15123.4151.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=38.67%
G=30.04%
B=31.29%

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
Decimal21516717400.220.190.16351.2537.574.9
HexD7A7AE016131015f264b
Octal327247256026232053746113
Binary11010111101001111010111001011010011100001010111111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A7AE; }

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

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

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

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

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

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

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

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