#D1A8AC

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

Shades of Pale Chestnut #D1A8AC

Tints of Pale Chestnut #D1A8AC

Color information

#D1A8AC (or 0xD1A8AC) is unknown color: approx Pale Chestnut. HEX triplet: D1, A8 and AC. RGB value is (209,168,172). Sum of RGB (Red+Green+Blue) = 209+168+172=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A8AC is #2E5753. Grayscale: #B4B4B4. Windows color (decimal): -3037012 or 11315409. OLE color: 11315409.

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

Color convert

RGB209168172-
CMYK00.200.180.18
HSL354.15º30.83%73.92%-
HSV(B)354.15º19.62%81.96%-
XYZ47.7444.5445.11-
YUV180.72123.08148.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=38.07%
G=30.60%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916817200.200.180.18354.1530.8373.92
HexD1A8AC01412121621f4a
Octal321250254024222254237112
Binary1101000110101000101011000101001001010010101100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A8AC; }

 p { color: rgb(209,168,172); }

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

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

 a { background-color: rgb(209,168,172); }

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

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

 span { border-color: rgb(209,168,172); }

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