#D5A7AE

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

Shades of Pale Chestnut #D5A7AE

Tints of Pale Chestnut #D5A7AE

Color information

#D5A7AE (or 0xD5A7AE) is unknown color: approx Pale Chestnut. HEX triplet: D5, A7 and AE. RGB value is (213,167,174). Sum of RGB (Red+Green+Blue) = 213+167+174=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A7AE is #2A5851. Grayscale: #B5B5B5. Windows color (decimal): -2775122 or 11446229. OLE color: 11446229.

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

Color convert

RGB213167174-
CMYK00.220.180.16
HSL350.87º35.38%74.51%-
HSV(B)350.87º21.6%83.53%-
XYZ48.944.8446.12-
YUV181.55123.74150.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=38.45%
G=30.14%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316717400.220.180.16350.8735.3874.51
HexD5A7AE016121015f234b
Octal325247256026222053743113
Binary11010101101001111010111001011010010100001010111111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A7AE; }

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

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

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

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

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

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

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

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