Html Css Color HEX #E1A5AD Pale Chestnut

📋 copy color: '#E1A5AD'

red 225 ◦ green 165 ◦ blue 173

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

Shades of Pale Chestnut #E1A5AD

Tints of Pale Chestnut #E1A5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.73%

R = 39.96%
G = 29.31%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1A5AD (or 0xE1A5AD) is known color: Pale Chestnut. HEX triplet: E1, A5 and AD. RGB value is (225,165,173). Sum of RGB (Red+Green+Blue) = 225+165+173=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5AD is #1E5A52. Grayscale: #B7B7B7. Windows color (decimal): -1989203 or 11380193. OLE color: 11380193.

HSL color Cylindrical-coordinate representation of color #E1A5AD: hue angle of 352º 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 #E1A5AD is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 173 -
CMYK 0 0.27 0.23 0.12
HSL 352º 0.5% 0.76% -
HSV(B) 352º 0.27% 0.88% -
XYZ 52.05 45.93 45.66 -
YUV 183.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 225 165 173 0 0.27 0.23 0.12 352 0.5 0.76
Hex E1 A5 AD 0 1B 17 C 160 32 4C
Octal 341 245 255 0 33 27 14 540 62 114
Binary 11100001 10100101 10101101 0 11011 10111 1100 101100000 110010 1001100

Color Harmonies of #E1A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A5AD

Black with #E1A5AD

Text Example


Text Example

White with #E1A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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