Html Css Color HEX #E5A1AA Pale Chestnut

📋 copy color: '#E5A1AA'

red 229 ◦ green 161 ◦ blue 170

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

Shades of Pale Chestnut #E5A1AA

Tints of Pale Chestnut #E5A1AA

RGB

 RED value IS 229 (89.84% from 255) = 40.89%

 GREEN value IS 161 (63.28% from 255) = 28.75%

 BLUE value IS 170 (66.8% from 255) = 30.36%

R = 40.89%
G = 28.75%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5A1AA (or 0xE5A1AA) is known color: Pale Chestnut. HEX triplet: E5, A1 and AA. RGB value is (229,161,170). Sum of RGB (Red+Green+Blue) = 229+161+170=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A1AA is #1A5E55. Grayscale: #B6B6B6. Windows color (decimal): -1728086 or 11182565. OLE color: 11182565.

HSL color Cylindrical-coordinate representation of color #E5A1AA: hue angle of 352.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1AA is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 170 -
CMYK 0 0.30 0.26 0.10
HSL 352.06º 0.57% 0.76% -
HSV(B) 352.06º 0.3% 0.9% -
XYZ 52.31 45.05 43.97 -
YUV 182.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 229 161 170 0 0.30 0.26 0.10 352.06 0.57 0.76
Hex E5 A1 AA 0 1E 1A A 160 39 4C
Octal 345 241 252 0 36 32 12 540 71 114
Binary 11100101 10100001 10101010 0 11110 11010 1010 101100000 111001 1001100

Color Harmonies of #E5A1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A1AA

Black with #E5A1AA

Text Example


Text Example

White with #E5A1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A1AA; }

 p { color: rgb(229,161,170); }

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

background-color css

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

 a { background-color: rgb(229,161,170); }

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

border-color css

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

 span { border-color: rgb(229,161,170); }

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