Html Css Color HEX #E1A5AC Pale Chestnut

📋 copy color: '#E1A5AC'

red 225 ◦ green 165 ◦ blue 172

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

Shades of Pale Chestnut #E1A5AC

Tints of Pale Chestnut #E1A5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.36%

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

R = 40.04%
G = 29.36%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1A5AC (or 0xE1A5AC) is known color: Pale Chestnut. HEX triplet: E1, A5 and AC. RGB value is (225,165,172). Sum of RGB (Red+Green+Blue) = 225+165+172=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5AC is #1E5A53. Grayscale: #B7B7B7. Windows color (decimal): -1989204 or 11314657. OLE color: 11314657.

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

Color convert

RGB 225 165 172 -
CMYK 0 0.27 0.24 0.12
HSL 353º 0.5% 0.76% -
HSV(B) 353º 0.27% 0.88% -
XYZ 51.95 45.9 45.15 -
YUV 183.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 225 165 172 0 0.27 0.24 0.12 353 0.5 0.76
Hex E1 A5 AC 0 1B 18 C 161 32 4C
Octal 341 245 254 0 33 30 14 541 62 114
Binary 11100001 10100101 10101100 0 11011 11000 1100 101100001 110010 1001100

Color Harmonies of #E1A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5AC

Black with #E1A5AC

Text Example


Text Example

White with #E1A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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