#D4A4A8

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

Shades of Pale Chestnut #D4A4A8

Tints of Pale Chestnut #D4A4A8

Color information

#D4A4A8 (or 0xD4A4A8) is unknown color: approx Pale Chestnut. HEX triplet: D4, A4 and A8. RGB value is (212,164,168). Sum of RGB (Red+Green+Blue) = 212+164+168=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4A8 is #2B5B57. Grayscale: #B2B2B2. Windows color (decimal): -2841432 or 11052244. OLE color: 11052244.

HSL color Cylindrical-coordinate representation of color #D4A4A8: hue angle of 355º 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 #D4A4A8 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212164168-
CMYK00.230.210.17
HSL355º35.82%73.73%-
HSV(B)355º22.64%83.14%-
XYZ47.4943.3842.91-
YUV178.81121.9151.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=38.97%
G=30.15%
B=30.88%

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
Decimal21216416800.230.210.1735535.8273.73
HexD4A4A80171511163244a
Octal324244250027252154344112
Binary11010100101001001010100001011110101100011011000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4A8; }

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

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

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

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

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

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

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

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