#D4A4A9

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

Shades of Pale Chestnut #D4A4A9

Tints of Pale Chestnut #D4A4A9

Color information

#D4A4A9 (or 0xD4A4A9) is unknown color: approx Pale Chestnut. HEX triplet: D4, A4 and A9. RGB value is (212,164,169). Sum of RGB (Red+Green+Blue) = 212+164+169=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4A9 is #2B5B56. Grayscale: #B2B2B2. Windows color (decimal): -2841431 or 11117780. OLE color: 11117780.

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

Color convert

RGB212164169-
CMYK00.230.200.17
HSL353.75º35.82%73.73%-
HSV(B)353.75º22.64%83.14%-
XYZ47.5943.4143.41-
YUV178.92122.4151.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=38.90%
G=30.09%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216416900.230.200.17353.7535.8273.73
HexD4A4A90171411162244a
Octal324244251027242154244112
Binary11010100101001001010100101011110100100011011000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4A9; }

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

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

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

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

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

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

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

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