Html Css Color HEX #EAA6AC Pale Chestnut

📋 copy color: '#EAA6AC'

red 234 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #EAA6AC

Tints of Pale Chestnut #EAA6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 40.91%
G = 29.02%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAA6AC (or 0xEAA6AC) is known color: Pale Chestnut. HEX triplet: EA, A6 and AC. RGB value is (234,166,172). Sum of RGB (Red+Green+Blue) = 234+166+172=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6AC is #155953. Grayscale: #BBBBBB. Windows color (decimal): -1399124 or 11314922. OLE color: 11314922.

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

Color convert

RGB 234 166 172 -
CMYK 0 0.29 0.26 0.08
HSL 354.71º 0.62% 0.78% -
HSV(B) 354.71º 0.29% 0.92% -
XYZ 55.01 47.74 45.35 -
YUV 187.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 234 166 172 0 0.29 0.26 0.08 354.71 0.62 0.78
Hex EA A6 AC 0 1D 1A 8 163 3E 4E
Octal 352 246 254 0 35 32 10 543 76 116
Binary 11101010 10100110 10101100 0 11101 11010 1000 101100011 111110 1001110

Color Harmonies of #EAA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6AC

Black with #EAA6AC

Text Example


Text Example

White with #EAA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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