#ECA3AA

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

Shades of Pale Chestnut #ECA3AA

Tints of Pale Chestnut #ECA3AA

Color information

#ECA3AA (or 0xECA3AA) is unknown color: approx Pale Chestnut. HEX triplet: EC, A3 and AA. RGB value is (236,163,170). Sum of RGB (Red+Green+Blue) = 236+163+170=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA3AA is #135C55. Grayscale: #B9B9B9. Windows color (decimal): -1268822 or 11183084. OLE color: 11183084.

HSL color Cylindrical-coordinate representation of color #ECA3AA: hue angle of 354.25º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA3AA is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236163170-
CMYK00.310.280.07
HSL354.25º65.77%78.24%-
HSV(B)354.25º30.93%92.55%-
XYZ54.9446.9344.19-
YUV185.62119.18163.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=41.48%
G=28.65%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616317000.310.280.07354.2565.7778.24
HexECA3AA01F1C7162424e
Octal354243252037347542102116
Binary1110110010100011101010100111111110011110110001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3AA; }

 p { color: rgb(236,163,170); }

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

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

 a { background-color: rgb(236,163,170); }

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

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

 span { border-color: rgb(236,163,170); }

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