#D5ABAD

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

Shades of Pale Chestnut #D5ABAD

Tints of Pale Chestnut #D5ABAD

Color information

#D5ABAD (or 0xD5ABAD) is unknown color: approx Pale Chestnut. HEX triplet: D5, AB and AD. RGB value is (213,171,173). Sum of RGB (Red+Green+Blue) = 213+171+173=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAD is #2A5452. Grayscale: #B7B7B7. Windows color (decimal): -2774099 or 11381717. OLE color: 11381717.

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

Color convert

RGB213171173-
CMYK00.200.190.16
HSL357.14º33.33%75.29%-
HSV(B)357.14º19.72%83.53%-
XYZ49.5546.2945.86-
YUV183.79121.91148.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=38.24%
G=30.70%
B=31.06%

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
Decimal21317117300.200.190.16357.1433.3375.29
HexD5ABAD0141310165214b
Octal325253255024232054541113
Binary11010101101010111010110101010010011100001011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABAD; }

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

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

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

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

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

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

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

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