#D9ACAD

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

Shades of Pale Chestnut #D9ACAD

Tints of Pale Chestnut #D9ACAD

Color information

#D9ACAD (or 0xD9ACAD) is unknown color: approx Pale Chestnut. HEX triplet: D9, AC and AD. RGB value is (217,172,173). Sum of RGB (Red+Green+Blue) = 217+172+173=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACAD is #265352. Grayscale: #B9B9B9. Windows color (decimal): -2511699 or 11381977. OLE color: 11381977.

HSL color Cylindrical-coordinate representation of color #D9ACAD: hue angle of 358.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACAD is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217172173-
CMYK00.210.200.15
HSL358.67º37.19%76.27%-
HSV(B)358.67º20.74%85.1%-
XYZ50.9147.2745.98-
YUV185.57120.91150.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=38.61%
G=30.60%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717217300.210.200.15358.6737.1976.27
HexD9ACAD01514F167254c
Octal331254255025241754745114
Binary1101100110101100101011010101011010011111011001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACAD; }

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

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

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

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

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

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

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

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