#D7ACB0

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

Shades of Pale Chestnut #D7ACB0

Tints of Pale Chestnut #D7ACB0

Color information

#D7ACB0 (or 0xD7ACB0) is unknown color: approx Pale Chestnut. HEX triplet: D7, AC and B0. RGB value is (215,172,176). Sum of RGB (Red+Green+Blue) = 215+172+176=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ACB0 is #28534F. Grayscale: #B9B9B9. Windows color (decimal): -2642768 or 11578583. OLE color: 11578583.

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

Color convert

RGB215172176-
CMYK00.20.180.16
HSL354.42º34.96%75.88%-
HSV(B)354.42º20%84.31%-
XYZ50.6147.0947.5-
YUV185.31122.75149.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=38.19%
G=30.55%
B=31.26%

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
Decimal21517217600.20.180.16354.4234.9675.88
HexD7ACB00141210162234c
Octal327254260024222054243114
Binary11010111101011001011000001010010010100001011000101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACB0; }

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

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

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

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

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

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

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

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