#E6A7AC

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

Shades of Pale Chestnut #E6A7AC

Tints of Pale Chestnut #E6A7AC

Color information

#E6A7AC (or 0xE6A7AC) is unknown color: approx Pale Chestnut. HEX triplet: E6, A7 and AC. RGB value is (230,167,172). Sum of RGB (Red+Green+Blue) = 230+167+172=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A7AC is #195853. Grayscale: #BABABA. Windows color (decimal): -1661012 or 11315174. OLE color: 11315174.

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

Color convert

RGB230167172-
CMYK00.270.250.10
HSL355.24º55.75%77.84%-
HSV(B)355.24º27.39%90.2%-
XYZ53.947.4445.35-
YUV186.41119.87159.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=40.42%
G=29.35%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016717200.270.250.10355.2455.7577.84
HexE6A7AC01B19A163384e
Octal346247254033311254370116
Binary1110011010100111101011000110111100110101011000111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A7AC; }

 p { color: rgb(230,167,172); }

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

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

 a { background-color: rgb(230,167,172); }

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

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

 span { border-color: rgb(230,167,172); }

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