Html Css Color HEX #E6A7AF Pale Chestnut

📋 copy color: '#E6A7AF'

red 230 ◦ green 167 ◦ blue 175

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

Shades of Pale Chestnut #E6A7AF

Tints of Pale Chestnut #E6A7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 40.21%
G = 29.2%
B = 30.59%

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

#E6A7AF (or 0xE6A7AF) is known color: Pale Chestnut. HEX triplet: E6, A7 and AF. RGB value is (230,167,175). Sum of RGB (Red+Green+Blue) = 230+167+175=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A7AF is #195850. Grayscale: #BABABA. Windows color (decimal): -1661009 or 11511782. OLE color: 11511782.

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

Color convert

RGB 230 167 175 -
CMYK 0 0.27 0.24 0.10
HSL 352.38º 0.56% 0.78% -
HSV(B) 352.38º 0.27% 0.9% -
XYZ 54.19 47.56 46.88 -
YUV 186.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 230 167 175 0 0.27 0.24 0.10 352.38 0.56 0.78
Hex E6 A7 AF 0 1B 18 A 160 38 4E
Octal 346 247 257 0 33 30 12 540 70 116
Binary 11100110 10100111 10101111 0 11011 11000 1010 101100000 111000 1001110

Color Harmonies of #E6A7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A7AF

Black with #E6A7AF

Text Example


Text Example

White with #E6A7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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