#E6AAAC

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

Shades of Pale Chestnut #E6AAAC

Tints of Pale Chestnut #E6AAAC

Color information

#E6AAAC (or 0xE6AAAC) is unknown color: approx Pale Chestnut. HEX triplet: E6, AA and AC. RGB value is (230,170,172). Sum of RGB (Red+Green+Blue) = 230+170+172=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AAAC is #195553. Grayscale: #BCBCBC. Windows color (decimal): -1660244 or 11315942. OLE color: 11315942.

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

Color convert

RGB230170172-
CMYK00.260.250.10
HSL358º54.55%78.43%-
HSV(B)358º26.09%90.2%-
XYZ54.4548.5545.53-
YUV188.17118.88157.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=40.21%
G=29.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017017200.260.250.1035854.5578.43
HexE6AAAC01A19A166374e
Octal346252254032311254667116
Binary1110011010101010101011000110101100110101011001101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAAC; }

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

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

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

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

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

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

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

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