#D7ABAD

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

Shades of Pale Chestnut #D7ABAD

Tints of Pale Chestnut #D7ABAD

Color information

#D7ABAD (or 0xD7ABAD) is unknown color: approx Pale Chestnut. HEX triplet: D7, AB and AD. RGB value is (215,171,173). Sum of RGB (Red+Green+Blue) = 215+171+173=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ABAD is #285452. Grayscale: #B8B8B8. Windows color (decimal): -2643027 or 11381719. OLE color: 11381719.

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

Color convert

RGB215171173-
CMYK00.200.200.16
HSL357.27º35.48%75.69%-
HSV(B)357.27º20.47%84.31%-
XYZ50.1346.5945.89-
YUV184.38121.58149.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=38.46%
G=30.59%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517117300.200.200.16357.2735.4875.69
HexD7ABAD0141410165234c
Octal327253255024242054543114
Binary11010111101010111010110101010010100100001011001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABAD; }

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

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

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

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

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

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

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

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