#D6A9AC

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

Shades of Pale Chestnut #D6A9AC

Tints of Pale Chestnut #D6A9AC

Color information

#D6A9AC (or 0xD6A9AC) is unknown color: approx Pale Chestnut. HEX triplet: D6, A9 and AC. RGB value is (214,169,172). Sum of RGB (Red+Green+Blue) = 214+169+172=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A9AC is #295653. Grayscale: #B6B6B6. Windows color (decimal): -2709076 or 11315670. OLE color: 11315670.

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

Color convert

RGB214169172-
CMYK00.210.200.16
HSL356º35.43%75.1%-
HSV(B)356º21.03%83.92%-
XYZ49.3745.6545.24-
YUV182.8121.91150.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=38.56%
G=30.45%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416917200.210.200.1635635.4375.1
HexD6A9AC0151410164234b
Octal326251254025242054443113
Binary11010110101010011010110001010110100100001011001001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9AC; }

 p { color: rgb(214,169,172); }

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

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

 a { background-color: rgb(214,169,172); }

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

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

 span { border-color: rgb(214,169,172); }

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