#E6ACAD

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

Shades of Pale Chestnut #E6ACAD

Tints of Pale Chestnut #E6ACAD

Color information

#E6ACAD (or 0xE6ACAD) is unknown color: approx Pale Chestnut. HEX triplet: E6, AC and AD. RGB value is (230,172,173). Sum of RGB (Red+Green+Blue) = 230+172+173=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ACAD is #195352. Grayscale: #BDBDBD. Windows color (decimal): -1659731 or 11381990. OLE color: 11381990.

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

Color convert

RGB230172173-
CMYK00.250.250.10
HSL358.97º53.7%78.82%-
HSV(B)358.97º25.22%90.2%-
XYZ54.9349.3546.16-
YUV189.46118.72156.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=40%
G=29.91%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017217300.250.250.10358.9753.778.82
HexE6ACAD01919A167364f
Octal346254255031311254766117
Binary1110011010101100101011010110011100110101011001111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACAD; }

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

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

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

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

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

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

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

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