Html Css Color HEX #E1A6AC Pale Chestnut

📋 copy color: '#E1A6AC'

red 225 ◦ green 166 ◦ blue 172

#E1A6AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #E1A6AC

Tints of Pale Chestnut #E1A6AC

RGB

 RED value IS 225 (88.28% from 255) = 39.96%

 GREEN value IS 166 (65.23% from 255) = 29.48%

 BLUE value IS 172 (67.58% from 255) = 30.55%

R = 39.96%
G = 29.48%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1A6AC (or 0xE1A6AC) is known color: Pale Chestnut. HEX triplet: E1, A6 and AC. RGB value is (225,166,172). Sum of RGB (Red+Green+Blue) = 225+166+172=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A6AC is #1E5953. Grayscale: #B8B8B8. Windows color (decimal): -1988948 or 11314913. OLE color: 11314913.

HSL color Cylindrical-coordinate representation of color #E1A6AC: hue angle of 353.9º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6AC is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 166 172 -
CMYK 0 0.26 0.24 0.12
HSL 353.9º 0.5% 0.77% -
HSV(B) 353.9º 0.26% 0.88% -
XYZ 52.13 46.26 45.21 -
YUV 184.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 225 166 172 0 0.26 0.24 0.12 353.9 0.5 0.77
Hex E1 A6 AC 0 1A 18 C 162 32 4D
Octal 341 246 254 0 32 30 14 542 62 115
Binary 11100001 10100110 10101100 0 11010 11000 1100 101100010 110010 1001101

Color Harmonies of #E1A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A6AC

Black with #E1A6AC

Text Example


Text Example

White with #E1A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A6AC; }

 p { color: rgb(225,166,172); }

 H1.HeaderClassName
 {
   color: #E1A6AC;
 }
 .AnyTagClassName
 {
   color: #E1A6AC;
 }
</style>

background-color css

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

 a { background-color: rgb(225,166,172); }

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

border-color css

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

 span { border-color: rgb(225,166,172); }

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