#D0A9AB

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

Shades of Pale Chestnut #D0A9AB

Tints of Pale Chestnut #D0A9AB

Color information

#D0A9AB (or 0xD0A9AB) is unknown color: approx Pale Chestnut. HEX triplet: D0, A9 and AB. RGB value is (208,169,171). Sum of RGB (Red+Green+Blue) = 208+169+171=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A9AB is #2F5654. Grayscale: #B4B4B4. Windows color (decimal): -3102293 or 11250128. OLE color: 11250128.

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

Color convert

RGB208169171-
CMYK00.190.180.18
HSL356.92º29.32%73.92%-
HSV(B)356.92º18.75%81.57%-
XYZ47.5544.7344.65-
YUV180.89122.42147.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=37.96%
G=30.84%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816917100.190.180.18356.9229.3273.92
HexD0A9AB01312121651d4a
Octal320251253023222254535112
Binary1101000010101001101010110100111001010010101100101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9AB; }

 p { color: rgb(208,169,171); }

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

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

 a { background-color: rgb(208,169,171); }

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

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

 span { border-color: rgb(208,169,171); }

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