Html Css Color HEX #E7A2AA Pale Chestnut

📋 copy color: '#E7A2AA'

red 231 ◦ green 162 ◦ blue 170

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

Shades of Pale Chestnut #E7A2AA

Tints of Pale Chestnut #E7A2AA

RGB

 RED value IS 231 (90.63% from 255) = 41.03%

 GREEN value IS 162 (63.67% from 255) = 28.77%

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

R = 41.03%
G = 28.77%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7A2AA (or 0xE7A2AA) is known color: Pale Chestnut. HEX triplet: E7, A2 and AA. RGB value is (231,162,170). Sum of RGB (Red+Green+Blue) = 231+162+170=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A2AA is #185D55. Grayscale: #B7B7B7. Windows color (decimal): -1596758 or 11182823. OLE color: 11182823.

HSL color Cylindrical-coordinate representation of color #E7A2AA: hue angle of 353.04º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A2AA is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 162 170 -
CMYK 0 0.30 0.26 0.09
HSL 353.04º 0.59% 0.77% -
HSV(B) 353.04º 0.3% 0.91% -
XYZ 53.13 45.73 44.06 -
YUV 183.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 231 162 170 0 0.30 0.26 0.09 353.04 0.59 0.77
Hex E7 A2 AA 0 1E 1A 9 161 3B 4D
Octal 347 242 252 0 36 32 11 541 73 115
Binary 11100111 10100010 10101010 0 11110 11010 1001 101100001 111011 1001101

Color Harmonies of #E7A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A2AA

Black with #E7A2AA

Text Example


Text Example

White with #E7A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A2AA; }

 p { color: rgb(231,162,170); }

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

background-color css

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

 a { background-color: rgb(231,162,170); }

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

border-color css

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

 span { border-color: rgb(231,162,170); }

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