#E6A6AC

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

Shades of Pale Chestnut #E6A6AC

Tints of Pale Chestnut #E6A6AC

Color information

#E6A6AC (or 0xE6A6AC) is unknown color: approx Pale Chestnut. HEX triplet: E6, A6 and AC. RGB value is (230,166,172). Sum of RGB (Red+Green+Blue) = 230+166+172=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A6AC is #195953. Grayscale: #B9B9B9. Windows color (decimal): -1661268 or 11314918. OLE color: 11314918.

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

Color convert

RGB230166172-
CMYK00.280.250.10
HSL354.38º56.14%77.65%-
HSV(B)354.38º27.83%90.2%-
XYZ53.7247.0745.28-
YUV185.82120.2159.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=40.49%
G=29.23%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016617200.280.250.10354.3856.1477.65
HexE6A6AC01C19A162384e
Octal346246254034311254270116
Binary1110011010100110101011000111001100110101011000101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A6AC; }

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

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

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

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

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

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

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

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