#e2a7af

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

Shades of Pale Chestnut #E2A7AF

Tints of Pale Chestnut #E2A7AF

Color information

#E2A7AF (or 0xE2A7AF) is unknown color: approx Pale Chestnut. HEX triplet: E2, A7 and AF. RGB value is (226,167,175). Sum of RGB (Red+Green+Blue) = 226+167+175=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A7AF is #1D5850. Grayscale: #B9B9B9. Windows color (decimal): -1923153 or 11511778. OLE color: 11511778.

HSL color Cylindrical-coordinate representation of color #E2A7AF: hue angle of 351.86º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2A7AF is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226167175-
CMYK00.260.230.11
HSL351.86º50.43%77.06%-
HSV(B)351.86º26.11%88.63%-
XYZ52.9246.946.82-
YUV185.55122.05156.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=39.79%
G=29.40%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616717500.260.230.11351.8650.4377.06
HexE2A7AF01A17B160324d
Octal342247257032271354062115
Binary1110001010100111101011110110101011110111011000001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a7af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a7af; }

 p { color: rgb(226,167,175); }

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

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

 a { background-color: rgb(226,167,175); }

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

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

 span { border-color: rgb(226,167,175); }

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