#D3AAAB

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

Shades of Pale Chestnut #D3AAAB

Tints of Pale Chestnut #D3AAAB

Color information

#D3AAAB (or 0xD3AAAB) is unknown color: approx Pale Chestnut. HEX triplet: D3, AA and AB. RGB value is (211,170,171). Sum of RGB (Red+Green+Blue) = 211+170+171=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAAB is #2C5554. Grayscale: #B6B6B6. Windows color (decimal): -2905429 or 11250387. OLE color: 11250387.

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

Color convert

RGB211170171-
CMYK00.190.190.17
HSL358.54º31.78%74.71%-
HSV(B)358.54º19.43%82.75%-
XYZ48.5945.5444.76-
YUV182.37121.58148.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=38.22%
G=30.80%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117017100.190.190.17358.5431.7874.71
HexD3AAAB0131311167204b
Octal323252253023232154740113
Binary11010011101010101010101101001110011100011011001111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAAB; }

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

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

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

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

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

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

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

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