#D3A5AC

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

Shades of Pale Chestnut #D3A5AC

Tints of Pale Chestnut #D3A5AC

Color information

#D3A5AC (or 0xD3A5AC) is unknown color: approx Pale Chestnut. HEX triplet: D3, A5 and AC. RGB value is (211,165,172). Sum of RGB (Red+Green+Blue) = 211+165+172=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A5AC is #2C5A53. Grayscale: #B3B3B3. Windows color (decimal): -2906708 or 11314643. OLE color: 11314643.

HSL color Cylindrical-coordinate representation of color #D3A5AC: hue angle of 350.87º degrees, saturation: 0.34, 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 #D3A5AC is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211165172-
CMYK00.220.180.17
HSL350.87º34.33%73.73%-
HSV(B)350.87º21.8%82.75%-
XYZ47.7743.7444.95-
YUV179.55123.74150.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 165 (64.84% from 255) = 30.11%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=38.50%
G=30.11%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116517200.220.180.17350.8734.3373.73
HexD3A5AC016121115f224a
Octal323245254026222153742112
Binary11010011101001011010110001011010010100011010111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5AC; }

 p { color: rgb(211,165,172); }

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

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

 a { background-color: rgb(211,165,172); }

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

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

 span { border-color: rgb(211,165,172); }

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