#E6A4AD

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

Shades of Pale Chestnut #E6A4AD

Tints of Pale Chestnut #E6A4AD

Color information

#E6A4AD (or 0xE6A4AD) is unknown color: approx Pale Chestnut. HEX triplet: E6, A4 and AD. RGB value is (230,164,173). Sum of RGB (Red+Green+Blue) = 230+164+173=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A4AD is #195B52. Grayscale: #B8B8B8. Windows color (decimal): -1661779 or 11379942. OLE color: 11379942.

HSL color Cylindrical-coordinate representation of color #E6A4AD: hue angle of 351.82º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4AD is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230164173-
CMYK00.290.250.10
HSL351.82º56.9%77.25%-
HSV(B)351.82º28.7%90.2%-
XYZ53.4546.3945.67-
YUV184.76121.37160.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.56%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=40.56%
G=28.92%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016417300.290.250.10351.8256.977.25
HexE6A4AD01D19A160394d
Octal346244255035311254071115
Binary1110011010100100101011010111011100110101011000001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4AD; }

 p { color: rgb(230,164,173); }

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

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

 a { background-color: rgb(230,164,173); }

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

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

 span { border-color: rgb(230,164,173); }

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