Html Css Color HEX #E6A7AA Pale Chestnut

📋 copy color: '#E6A7AA'

red 230 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #E6A7AA

Tints of Pale Chestnut #E6A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.45%

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

R = 40.56%
G = 29.45%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6A7AA (or 0xE6A7AA) is known color: Pale Chestnut. HEX triplet: E6, A7 and AA. RGB value is (230,167,170). Sum of RGB (Red+Green+Blue) = 230+167+170=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A7AA is #195855. Grayscale: #BABABA. Windows color (decimal): -1661014 or 11184102. OLE color: 11184102.

HSL color Cylindrical-coordinate representation of color #E6A7AA: hue angle of 357.14º degrees, saturation: 0.56, 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 #E6A7AA is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 167 170 -
CMYK 0 0.27 0.26 0.10
HSL 357.14º 0.56% 0.78% -
HSV(B) 357.14º 0.27% 0.9% -
XYZ 53.71 47.36 44.34 -
YUV 186.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 230 167 170 0 0.27 0.26 0.10 357.14 0.56 0.78
Hex E6 A7 AA 0 1B 1A A 165 38 4E
Octal 346 247 252 0 33 32 12 545 70 116
Binary 11100110 10100111 10101010 0 11011 11010 1010 101100101 111000 1001110

Color Harmonies of #E6A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A7AA

Black with #E6A7AA

Text Example


Text Example

White with #E6A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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