#D2A7A8

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

Shades of Pale Chestnut #D2A7A8

Tints of Pale Chestnut #D2A7A8

Color information

#D2A7A8 (or 0xD2A7A8) is unknown color: approx Pale Chestnut. HEX triplet: D2, A7 and A8. RGB value is (210,167,168). Sum of RGB (Red+Green+Blue) = 210+167+168=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A7A8 is #2D5857. Grayscale: #B4B4B4. Windows color (decimal): -2971736 or 11053010. OLE color: 11053010.

HSL color Cylindrical-coordinate representation of color #D2A7A8: 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.2%. Process color model (Four color, CMYK) of #D2A7A8 is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB210167168-
CMYK00.200.20.18
HSL358.6º32.33%73.92%-
HSV(B)358.6º20.48%82.35%-
XYZ47.4644.1743.07-
YUV179.97121.25149.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=38.53%
G=30.64%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016716800.200.20.18358.632.3373.92
HexD2A7A80141412167204a
Octal322247250024242254740112
Binary11010010101001111010100001010010100100101011001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A7A8; }

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

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

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

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

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

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

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

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