Html Css Color HEX #E6A1AA Pale Chestnut

📋 copy color: '#E6A1AA'

red 230 ◦ green 161 ◦ blue 170

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

Shades of Pale Chestnut #E6A1AA

Tints of Pale Chestnut #E6A1AA

RGB

 RED value IS 230 (90.23% from 255) = 41%

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

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

R = 41%
G = 28.7%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6A1AA (or 0xE6A1AA) is known color: Pale Chestnut. HEX triplet: E6, A1 and AA. RGB value is (230,161,170). Sum of RGB (Red+Green+Blue) = 230+161+170=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A1AA is #195E55. Grayscale: #B6B6B6. Windows color (decimal): -1662550 or 11182566. OLE color: 11182566.

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

Color convert

RGB 230 161 170 -
CMYK 0 0.3 0.26 0.10
HSL 352.17º 0.58% 0.77% -
HSV(B) 352.17º 0.3% 0.9% -
XYZ 52.63 45.22 43.98 -
YUV 182.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 230 161 170 0 0.3 0.26 0.10 352.17 0.58 0.77
Hex E6 A1 AA 0 1E 1A A 160 3A 4D
Octal 346 241 252 0 36 32 12 540 72 115
Binary 11100110 10100001 10101010 0 11110 11010 1010 101100000 111010 1001101

Color Harmonies of #E6A1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A1AA

Black with #E6A1AA

Text Example


Text Example

White with #E6A1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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