#ECA6AA

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

Shades of Pale Chestnut #ECA6AA

Tints of Pale Chestnut #ECA6AA

Color information

#ECA6AA (or 0xECA6AA) is unknown color: approx Pale Chestnut. HEX triplet: EC, A6 and AA. RGB value is (236,166,170). Sum of RGB (Red+Green+Blue) = 236+166+170=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA6AA is #135955. Grayscale: #BBBBBB. Windows color (decimal): -1268054 or 11183852. OLE color: 11183852.

HSL color Cylindrical-coordinate representation of color #ECA6AA: hue angle of 356.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6AA is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236166170-
CMYK00.300.280.07
HSL356.57º64.81%78.82%-
HSV(B)356.57º29.66%92.55%-
XYZ55.4848.0144.37-
YUV187.39118.19162.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=41.26%
G=29.02%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616617000.300.280.07356.5764.8178.82
HexECA6AA01E1C7165414f
Octal354246252036347545101117
Binary1110110010100110101010100111101110011110110010110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6AA; }

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

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

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

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

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

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

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

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