#D7ACB1

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

Shades of Pale Chestnut #D7ACB1

Tints of Pale Chestnut #D7ACB1

Color information

#D7ACB1 (or 0xD7ACB1) is unknown color: approx Pale Chestnut. HEX triplet: D7, AC and B1. RGB value is (215,172,177). Sum of RGB (Red+Green+Blue) = 215+172+177=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ACB1 is #28534E. Grayscale: #B9B9B9. Windows color (decimal): -2642767 or 11644119. OLE color: 11644119.

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

Color convert

RGB215172177-
CMYK00.20.180.16
HSL353.02º34.96%75.88%-
HSV(B)353.02º20%84.31%-
XYZ50.7147.1348.02-
YUV185.43123.25149.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=38.12%
G=30.50%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517217700.20.180.16353.0234.9675.88
HexD7ACB10141210161234c
Octal327254261024222054143114
Binary11010111101011001011000101010010010100001011000011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACB1; }

 p { color: rgb(215,172,177); }

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

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

 a { background-color: rgb(215,172,177); }

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

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

 span { border-color: rgb(215,172,177); }

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