#D4ABAC

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

Shades of Pale Chestnut #D4ABAC

Tints of Pale Chestnut #D4ABAC

Color information

#D4ABAC (or 0xD4ABAC) is unknown color: approx Pale Chestnut. HEX triplet: D4, AB and AC. RGB value is (212,171,172). Sum of RGB (Red+Green+Blue) = 212+171+172=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABAC is #2B5453. Grayscale: #B7B7B7. Windows color (decimal): -2839636 or 11316180. OLE color: 11316180.

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

Color convert

RGB212171172-
CMYK00.190.190.17
HSL358.54º32.28%75.1%-
HSV(B)358.54º19.34%83.14%-
XYZ49.1646.145.34-
YUV183.37121.58148.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=38.20%
G=30.81%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217117200.190.190.17358.5432.2875.1
HexD4ABAC0131311167204b
Octal324253254023232154740113
Binary11010100101010111010110001001110011100011011001111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABAC; }

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

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

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

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

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

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

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

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