#D4ABAE

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

Shades of Pale Chestnut #D4ABAE

Tints of Pale Chestnut #D4ABAE

Color information

#D4ABAE (or 0xD4ABAE) is unknown color: approx Pale Chestnut. HEX triplet: D4, AB and AE. RGB value is (212,171,174). Sum of RGB (Red+Green+Blue) = 212+171+174=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABAE is #2B5451. Grayscale: #B7B7B7. Windows color (decimal): -2839634 or 11447252. OLE color: 11447252.

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

Color convert

RGB212171174-
CMYK00.190.180.17
HSL355.61º32.28%75.1%-
HSV(B)355.61º19.34%83.14%-
XYZ49.3546.1846.36-
YUV183.6122.58148.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=38.06%
G=30.70%
B=31.24%

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
Decimal21217117400.190.180.17355.6132.2875.1
HexD4ABAE0131211164204b
Octal324253256023222154440113
Binary11010100101010111010111001001110010100011011001001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABAE; }

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

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

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

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

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

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

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

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