#E6ADB0

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

Shades of Pale Chestnut #E6ADB0

Tints of Pale Chestnut #E6ADB0

Color information

#E6ADB0 (or 0xE6ADB0) is unknown color: approx Pale Chestnut. HEX triplet: E6, AD and B0. RGB value is (230,173,176). Sum of RGB (Red+Green+Blue) = 230+173+176=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADB0 is #19524F. Grayscale: #BEBEBE. Windows color (decimal): -1659472 or 11578854. OLE color: 11578854.

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

Color convert

RGB230173176-
CMYK00.250.230.10
HSL356.84º53.27%79.02%-
HSV(B)356.84º24.78%90.2%-
XYZ55.4149.8447.77-
YUV190.38119.88156.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=39.72%
G=29.88%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017317600.250.230.10356.8453.2779.02
HexE6ADB001917A165354f
Octal346255260031271254565117
Binary1110011010101101101100000110011011110101011001011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADB0; }

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

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

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

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

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

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

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

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