Html Css Color HEX #EAA2AB Pale Chestnut

📋 copy color: '#EAA2AB'

red 234 ◦ green 162 ◦ blue 171

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

Shades of Pale Chestnut #EAA2AB

Tints of Pale Chestnut #EAA2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 41.27%
G = 28.57%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAA2AB (or 0xEAA2AB) is known color: Pale Chestnut. HEX triplet: EA, A2 and AB. RGB value is (234,162,171). Sum of RGB (Red+Green+Blue) = 234+162+171=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA2AB is #155D54. Grayscale: #B8B8B8. Windows color (decimal): -1400149 or 11248362. OLE color: 11248362.

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

Color convert

RGB 234 162 171 -
CMYK 0 0.31 0.27 0.08
HSL 352.5º 0.63% 0.78% -
HSV(B) 352.5º 0.31% 0.92% -
XYZ 54.2 46.27 44.6 -
YUV 184.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 234 162 171 0 0.31 0.27 0.08 352.5 0.63 0.78
Hex EA A2 AB 0 1F 1B 8 160 3F 4E
Octal 352 242 253 0 37 33 10 540 77 116
Binary 11101010 10100010 10101011 0 11111 11011 1000 101100000 111111 1001110

Color Harmonies of #EAA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA2AB

Black with #EAA2AB

Text Example


Text Example

White with #EAA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA2AB; }

 p { color: rgb(234,162,171); }

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

background-color css

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

 a { background-color: rgb(234,162,171); }

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

border-color css

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

 span { border-color: rgb(234,162,171); }

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