#D4A3A8

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

Shades of Pale Chestnut #D4A3A8

Tints of Pale Chestnut #D4A3A8

Color information

#D4A3A8 (or 0xD4A3A8) is unknown color: approx Pale Chestnut. HEX triplet: D4, A3 and A8. RGB value is (212,163,168). Sum of RGB (Red+Green+Blue) = 212+163+168=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A3A8 is #2B5C57. Grayscale: #B2B2B2. Windows color (decimal): -2841688 or 11051988. OLE color: 11051988.

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

Color convert

RGB212163168-
CMYK00.230.210.17
HSL353.88º36.3%73.53%-
HSV(B)353.88º23.11%83.14%-
XYZ47.3243.0242.86-
YUV178.22122.23152.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=39.04%
G=30.02%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216316800.230.210.17353.8836.373.53
HexD4A3A80171511162244a
Octal324243250027252154244112
Binary11010100101000111010100001011110101100011011000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A3A8; }

 p { color: rgb(212,163,168); }

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

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

 a { background-color: rgb(212,163,168); }

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

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

 span { border-color: rgb(212,163,168); }

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