#D3A4AB

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

Shades of Pale Chestnut #D3A4AB

Tints of Pale Chestnut #D3A4AB

Color information

#D3A4AB (or 0xD3A4AB) is unknown color: approx Pale Chestnut. HEX triplet: D3, A4 and AB. RGB value is (211,164,171). Sum of RGB (Red+Green+Blue) = 211+164+171=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A4AB is #2C5B54. Grayscale: #B2B2B2. Windows color (decimal): -2906965 or 11248851. OLE color: 11248851.

HSL color Cylindrical-coordinate representation of color #D3A4AB: hue angle of 351.06º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A4AB is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211164171-
CMYK00.220.190.17
HSL351.06º34.81%73.53%-
HSV(B)351.06º22.27%82.75%-
XYZ47.4943.3444.39-
YUV178.85123.57150.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=38.64%
G=30.04%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116417100.220.190.17351.0634.8173.53
HexD3A4AB016131115f234a
Octal323244253026232153743112
Binary11010011101001001010101101011010011100011010111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A4AB; }

 p { color: rgb(211,164,171); }

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

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

 a { background-color: rgb(211,164,171); }

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

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

 span { border-color: rgb(211,164,171); }

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