#D4A7AD

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

Shades of Pale Chestnut #D4A7AD

Tints of Pale Chestnut #D4A7AD

Color information

#D4A7AD (or 0xD4A7AD) is unknown color: approx Pale Chestnut. HEX triplet: D4, A7 and AD. RGB value is (212,167,173). Sum of RGB (Red+Green+Blue) = 212+167+173=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A7AD is #2B5852. Grayscale: #B5B5B5. Windows color (decimal): -2840659 or 11380692. OLE color: 11380692.

HSL color Cylindrical-coordinate representation of color #D4A7AD: hue angle of 352º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A7AD is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212167173-
CMYK00.210.180.17
HSL352º34.35%74.31%-
HSV(B)352º21.23%83.14%-
XYZ48.5144.6545.6-
YUV181.14123.41150.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=38.41%
G=30.25%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216717300.210.180.1735234.3574.31
HexD4A7AD0151211160224a
Octal324247255025222154042112
Binary11010100101001111010110101010110010100011011000001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7AD; }

 p { color: rgb(212,167,173); }

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

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

 a { background-color: rgb(212,167,173); }

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

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

 span { border-color: rgb(212,167,173); }

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