#E6A5AA

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

Shades of Pale Chestnut #E6A5AA

Tints of Pale Chestnut #E6A5AA

Color information

#E6A5AA (or 0xE6A5AA) is unknown color: approx Pale Chestnut. HEX triplet: E6, A5 and AA. RGB value is (230,165,170). Sum of RGB (Red+Green+Blue) = 230+165+170=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A5AA is #195A55. Grayscale: #B9B9B9. Windows color (decimal): -1661526 or 11183590. OLE color: 11183590.

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

Color convert

RGB230165170-
CMYK00.280.260.10
HSL355.38º56.52%77.45%-
HSV(B)355.38º28.26%90.2%-
XYZ53.3446.6444.22-
YUV185119.53160.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=40.71%
G=29.20%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016517000.280.260.10355.3856.5277.45
HexE6A5AA01C1AA163394d
Octal346245252034321254371115
Binary1110011010100101101010100111001101010101011000111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A5AA; }

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

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

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

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

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

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

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

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