#D4ACAD

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

Shades of Pale Chestnut #D4ACAD

Tints of Pale Chestnut #D4ACAD

Color information

#D4ACAD (or 0xD4ACAD) is unknown color: approx Pale Chestnut. HEX triplet: D4, AC and AD. RGB value is (212,172,173). Sum of RGB (Red+Green+Blue) = 212+172+173=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACAD is #2B5352. Grayscale: #B8B8B8. Windows color (decimal): -2839379 or 11381972. OLE color: 11381972.

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

Color convert

RGB212172173-
CMYK00.190.180.17
HSL358.5º31.75%75.29%-
HSV(B)358.5º18.87%83.14%-
XYZ49.4546.5245.91-
YUV184.07121.75147.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=38.06%
G=30.88%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217217300.190.180.17358.531.7575.29
HexD4ACAD0131211166204b
Octal324254255023222154640113
Binary11010100101011001010110101001110010100011011001101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACAD; }

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

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

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

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

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

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

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

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