#E6A6AD

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

Shades of Pale Chestnut #E6A6AD

Tints of Pale Chestnut #E6A6AD

Color information

#E6A6AD (or 0xE6A6AD) is unknown color: approx Pale Chestnut. HEX triplet: E6, A6 and AD. RGB value is (230,166,173). Sum of RGB (Red+Green+Blue) = 230+166+173=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A6AD is #195952. Grayscale: #B9B9B9. Windows color (decimal): -1661267 or 11380454. OLE color: 11380454.

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

Color convert

RGB230166173-
CMYK00.280.250.10
HSL353.44º56.14%77.65%-
HSV(B)353.44º27.83%90.2%-
XYZ53.8147.1145.79-
YUV185.93120.7159.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=40.42%
G=29.17%
B=30.40%

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
Decimal23016617300.280.250.10353.4456.1477.65
HexE6A6AD01C19A161384e
Octal346246255034311254170116
Binary1110011010100110101011010111001100110101011000011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A6AD; }

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

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

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

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

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

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

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

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