Html Css Color HEX #E0A5A9 Pale Chestnut

📋 copy color: '#E0A5A9'

red 224 ◦ green 165 ◦ blue 169

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

Shades of Pale Chestnut #E0A5A9

Tints of Pale Chestnut #E0A5A9

RGB

 RED value IS 224 (87.89% from 255) = 40.14%

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

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 40.14%
G = 29.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E0A5A9 (or 0xE0A5A9) is known color: Pale Chestnut. HEX triplet: E0, A5 and A9. RGB value is (224,165,169). Sum of RGB (Red+Green+Blue) = 224+165+169=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A5A9 is #1F5A56. Grayscale: #B7B7B7. Windows color (decimal): -2054743 or 11118048. OLE color: 11118048.

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

Color convert

RGB 224 165 169 -
CMYK 0 0.26 0.25 0.12
HSL 355.93º 0.49% 0.76% -
HSV(B) 355.93º 0.26% 0.88% -
XYZ 51.36 45.62 43.64 -
YUV 183.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 224 165 169 0 0.26 0.25 0.12 355.93 0.49 0.76
Hex E0 A5 A9 0 1A 19 C 164 31 4C
Octal 340 245 251 0 32 31 14 544 61 114
Binary 11100000 10100101 10101001 0 11010 11001 1100 101100100 110001 1001100

Color Harmonies of #E0A5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A5A9

Black with #E0A5A9

Text Example


Text Example

White with #E0A5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A5A9; }

 p { color: rgb(224,165,169); }

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

background-color css

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

 a { background-color: rgb(224,165,169); }

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

border-color css

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

 span { border-color: rgb(224,165,169); }

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