Html Css Color HEX #E7A1AA Pale Chestnut

📋 copy color: '#E7A1AA'

red 231 ◦ green 161 ◦ blue 170

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

Shades of Pale Chestnut #E7A1AA

Tints of Pale Chestnut #E7A1AA

RGB

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

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

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

R = 41.1%
G = 28.65%
B = 30.25%

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

#E7A1AA (or 0xE7A1AA) is known color: Pale Chestnut. HEX triplet: E7, A1 and AA. RGB value is (231,161,170). Sum of RGB (Red+Green+Blue) = 231+161+170=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A1AA is #185E55. Grayscale: #B6B6B6. Windows color (decimal): -1597014 or 11182567. OLE color: 11182567.

HSL color Cylindrical-coordinate representation of color #E7A1AA: hue angle of 352.29º 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 #E7A1AA is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 161 170 -
CMYK 0 0.30 0.26 0.09
HSL 352.29º 0.59% 0.77% -
HSV(B) 352.29º 0.3% 0.91% -
XYZ 52.96 45.38 44 -
YUV 182.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 231 161 170 0 0.30 0.26 0.09 352.29 0.59 0.77
Hex E7 A1 AA 0 1E 1A 9 160 3B 4D
Octal 347 241 252 0 36 32 11 540 73 115
Binary 11100111 10100001 10101010 0 11110 11010 1001 101100000 111011 1001101

Color Harmonies of #E7A1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A1AA

Black with #E7A1AA

Text Example


Text Example

White with #E7A1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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