#D2A6A7

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

Shades of Pale Chestnut #D2A6A7

Tints of Pale Chestnut #D2A6A7

Color information

#D2A6A7 (or 0xD2A6A7) is unknown color: approx Pale Chestnut. HEX triplet: D2, A6 and A7. RGB value is (210,166,167). Sum of RGB (Red+Green+Blue) = 210+166+167=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A6A7 is #2D5958. Grayscale: #B3B3B3. Windows color (decimal): -2971993 or 10987218. OLE color: 10987218.

HSL color Cylindrical-coordinate representation of color #D2A6A7: hue angle of 358.64º degrees, saturation: 0.33, 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 #D2A6A7 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210166167-
CMYK00.210.200.18
HSL358.64º32.84%73.73%-
HSV(B)358.64º20.95%82.35%-
XYZ47.1943.7642.52-
YUV179.27121.08149.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=38.67%
G=30.57%
B=30.76%

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
Decimal21016616700.210.200.18358.6432.8473.73
HexD2A6A70151412167214a
Octal322246247025242254741112
Binary11010010101001101010011101010110100100101011001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6A7; }

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

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

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

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

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

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

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

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