#D4A4AE

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

Shades of Pale Chestnut #D4A4AE

Tints of Pale Chestnut #D4A4AE

Color information

#D4A4AE (or 0xD4A4AE) is unknown color: approx Pale Chestnut. HEX triplet: D4, A4 and AE. RGB value is (212,164,174). Sum of RGB (Red+Green+Blue) = 212+164+174=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A4AE is #2B5B51. Grayscale: #B3B3B3. Windows color (decimal): -2841426 or 11445460. OLE color: 11445460.

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

Color convert

RGB212164174-
CMYK00.230.180.17
HSL347.5º35.82%73.73%-
HSV(B)347.5º22.64%83.14%-
XYZ48.0743.645.93-
YUV179.49124.9151.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=38.55%
G=29.82%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216417400.230.180.17347.535.8273.73
HexD4A4AE017121115c244a
Octal324244256027222153444112
Binary11010100101001001010111001011110010100011010111001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4AE; }

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

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

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

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

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

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

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

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