Html Css Color HEX #EAA6AA Pale Chestnut

📋 copy color: '#EAA6AA'

red 234 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #EAA6AA

Tints of Pale Chestnut #EAA6AA

RGB

 RED value IS 234 (91.8% from 255) = 41.05%

 GREEN value IS 166 (65.23% from 255) = 29.12%

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

R = 41.05%
G = 29.12%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAA6AA (or 0xEAA6AA) is known color: Pale Chestnut. HEX triplet: EA, A6 and AA. RGB value is (234,166,170). Sum of RGB (Red+Green+Blue) = 234+166+170=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6AA is #155955. Grayscale: #BABABA. Windows color (decimal): -1399126 or 11183850. OLE color: 11183850.

HSL color Cylindrical-coordinate representation of color #EAA6AA: hue angle of 356.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6AA is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 170 -
CMYK 0 0.29 0.27 0.08
HSL 356.47º 0.62% 0.78% -
HSV(B) 356.47º 0.29% 0.92% -
XYZ 54.82 47.67 44.34 -
YUV 186.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 234 166 170 0 0.29 0.27 0.08 356.47 0.62 0.78
Hex EA A6 AA 0 1D 1B 8 164 3E 4E
Octal 352 246 252 0 35 33 10 544 76 116
Binary 11101010 10100110 10101010 0 11101 11011 1000 101100100 111110 1001110

Color Harmonies of #EAA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6AA

Black with #EAA6AA

Text Example


Text Example

White with #EAA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6AA; }

 p { color: rgb(234,166,170); }

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

background-color css

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

 a { background-color: rgb(234,166,170); }

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

border-color css

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

 span { border-color: rgb(234,166,170); }

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