#D1A6A7

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

Shades of Pale Chestnut #D1A6A7

Tints of Pale Chestnut #D1A6A7

Color information

#D1A6A7 (or 0xD1A6A7) is unknown color: approx Pale Chestnut. HEX triplet: D1, A6 and A7. RGB value is (209,166,167). Sum of RGB (Red+Green+Blue) = 209+166+167=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6A7 is #2E5958. Grayscale: #B3B3B3. Windows color (decimal): -3037529 or 10987217. OLE color: 10987217.

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

Color convert

RGB209166167-
CMYK00.210.200.18
HSL358.6º31.85%73.53%-
HSV(B)358.6º20.57%81.96%-
XYZ46.9143.6242.51-
YUV178.97121.25149.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 167 (65.62% from 255) = 30.81%
R=38.56%
G=30.63%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916616700.210.200.18358.631.8573.53
HexD1A6A70151412167204a
Octal321246247025242254740112
Binary11010001101001101010011101010110100100101011001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6A7; }

 p { color: rgb(209,166,167); }

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

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

 a { background-color: rgb(209,166,167); }

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

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

 span { border-color: rgb(209,166,167); }

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