#E6A4AB

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

Shades of Pale Chestnut #E6A4AB

Tints of Pale Chestnut #E6A4AB

Color information

#E6A4AB (or 0xE6A4AB) is unknown color: approx Pale Chestnut. HEX triplet: E6, A4 and AB. RGB value is (230,164,171). Sum of RGB (Red+Green+Blue) = 230+164+171=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A4AB is #195B54. Grayscale: #B8B8B8. Windows color (decimal): -1661781 or 11248870. OLE color: 11248870.

HSL color Cylindrical-coordinate representation of color #E6A4AB: hue angle of 353.64º 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 #E6A4AB is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230164171-
CMYK00.290.260.10
HSL353.64º56.9%77.25%-
HSV(B)353.64º28.7%90.2%-
XYZ53.2646.3144.66-
YUV184.53120.37160.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=40.71%
G=29.03%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016417100.290.260.10353.6456.977.25
HexE6A4AB01D1AA162394d
Octal346244253035321254271115
Binary1110011010100100101010110111011101010101011000101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4AB; }

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

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

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

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

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

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

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

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