#E0AFB0

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

Shades of Pale Chestnut #E0AFB0

Tints of Pale Chestnut #E0AFB0

Color information

#E0AFB0 (or 0xE0AFB0) is unknown color: approx Pale Chestnut. HEX triplet: E0, AF and B0. RGB value is (224,175,176). Sum of RGB (Red+Green+Blue) = 224+175+176=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AFB0 is #1F504F. Grayscale: #BDBDBD. Windows color (decimal): -2052176 or 11579360. OLE color: 11579360.

HSL color Cylindrical-coordinate representation of color #E0AFB0: hue angle of 358.78º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFB0 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB224175176-
CMYK00.220.210.12
HSL358.78º44.14%78.24%-
HSV(B)358.78º21.88%87.84%-
XYZ53.9149.6447.81-
YUV189.76120.23152.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=38.96%
G=30.43%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417517600.220.210.12358.7844.1478.24
HexE0AFB001615C1672c4e
Octal340257260026251454754116
Binary1110000010101111101100000101101010111001011001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFB0; }

 p { color: rgb(224,175,176); }

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

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

 a { background-color: rgb(224,175,176); }

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

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

 span { border-color: rgb(224,175,176); }

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