#D4A9AC

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

Shades of Pale Chestnut #D4A9AC

Tints of Pale Chestnut #D4A9AC

Color information

#D4A9AC (or 0xD4A9AC) is unknown color: approx Pale Chestnut. HEX triplet: D4, A9 and AC. RGB value is (212,169,172). Sum of RGB (Red+Green+Blue) = 212+169+172=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A9AC is #2B5653. Grayscale: #B6B6B6. Windows color (decimal): -2840148 or 11315668. OLE color: 11315668.

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

Color convert

RGB212169172-
CMYK00.200.190.17
HSL355.81º33.33%74.71%-
HSV(B)355.81º20.28%83.14%-
XYZ48.7945.3545.21-
YUV182.2122.25149.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=38.34%
G=30.56%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216917200.200.190.17355.8133.3374.71
HexD4A9AC0141311164214b
Octal324251254024232154441113
Binary11010100101010011010110001010010011100011011001001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A9AC; }

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

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

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

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

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

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

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

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