#D2ACAD

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

Shades of Pale Chestnut #D2ACAD

Tints of Pale Chestnut #D2ACAD

Color information

#D2ACAD (or 0xD2ACAD) is unknown color: approx Pale Chestnut. HEX triplet: D2, AC and AD. RGB value is (210,172,173). Sum of RGB (Red+Green+Blue) = 210+172+173=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ACAD is #2D5352. Grayscale: #B7B7B7. Windows color (decimal): -2970451 or 11381970. OLE color: 11381970.

HSL color Cylindrical-coordinate representation of color #D2ACAD: hue angle of 358.42º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACAD is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210172173-
CMYK00.180.180.18
HSL358.42º29.69%74.9%-
HSV(B)358.42º18.1%82.35%-
XYZ48.8746.2245.88-
YUV183.48122.09146.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=37.84%
G=30.99%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017217300.180.180.18358.4229.6974.9
HexD2ACAD01212121661e4b
Octal322254255022222254636113
Binary1101001010101100101011010100101001010010101100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACAD; }

 p { color: rgb(210,172,173); }

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

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

 a { background-color: rgb(210,172,173); }

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

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

 span { border-color: rgb(210,172,173); }

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