Html Css Color HEX #E6A8AE Pale Chestnut

📋 copy color: '#E6A8AE'

red 230 ◦ green 168 ◦ blue 174

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

Shades of Pale Chestnut #E6A8AE

Tints of Pale Chestnut #E6A8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.37%

 BLUE value IS 174 (68.36% from 255) = 30.42%

R = 40.21%
G = 29.37%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6A8AE (or 0xE6A8AE) is known color: Pale Chestnut. HEX triplet: E6, A8 and AE. RGB value is (230,168,174). Sum of RGB (Red+Green+Blue) = 230+168+174=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A8AE is #195751. Grayscale: #BBBBBB. Windows color (decimal): -1660754 or 11446502. OLE color: 11446502.

HSL color Cylindrical-coordinate representation of color #E6A8AE: hue angle of 354.19º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A8AE is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 168 174 -
CMYK 0 0.27 0.24 0.10
HSL 354.19º 0.55% 0.78% -
HSV(B) 354.19º 0.27% 0.9% -
XYZ 54.28 47.88 46.43 -
YUV 187.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 230 168 174 0 0.27 0.24 0.10 354.19 0.55 0.78
Hex E6 A8 AE 0 1B 18 A 162 37 4E
Octal 346 250 256 0 33 30 12 542 67 116
Binary 11100110 10101000 10101110 0 11011 11000 1010 101100010 110111 1001110

Color Harmonies of #E6A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A8AE

Black with #E6A8AE

Text Example


Text Example

White with #E6A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A8AE; }

 p { color: rgb(230,168,174); }

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

background-color css

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

 a { background-color: rgb(230,168,174); }

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

border-color css

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

 span { border-color: rgb(230,168,174); }

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