#D5ABAC

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

Shades of Pale Chestnut #D5ABAC

Tints of Pale Chestnut #D5ABAC

Color information

#D5ABAC (or 0xD5ABAC) is unknown color: approx Pale Chestnut. HEX triplet: D5, AB and AC. RGB value is (213,171,172). Sum of RGB (Red+Green+Blue) = 213+171+172=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAC is #2A5453. Grayscale: #B7B7B7. Windows color (decimal): -2774100 or 11316181. OLE color: 11316181.

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

Color convert

RGB213171172-
CMYK00.200.190.16
HSL358.57º33.33%75.29%-
HSV(B)358.57º19.72%83.53%-
XYZ49.4546.2545.35-
YUV183.67121.41148.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=38.31%
G=30.76%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317117200.200.190.16358.5733.3375.29
HexD5ABAC0141310167214b
Octal325253254024232054741113
Binary11010101101010111010110001010010011100001011001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABAC; }

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

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

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

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

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

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

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

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