Html Css Color HEX #E6A8AF Pale Chestnut

📋 copy color: '#E6A8AF'

red 230 ◦ green 168 ◦ blue 175

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

Shades of Pale Chestnut #E6A8AF

Tints of Pale Chestnut #E6A8AF

RGB

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

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

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

R = 40.14%
G = 29.32%
B = 30.54%

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

#E6A8AF (or 0xE6A8AF) is known color: Pale Chestnut. HEX triplet: E6, A8 and AF. RGB value is (230,168,175). Sum of RGB (Red+Green+Blue) = 230+168+175=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A8AF is #195750. Grayscale: #BBBBBB. Windows color (decimal): -1660753 or 11512038. OLE color: 11512038.

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

Color convert

RGB 230 168 175 -
CMYK 0 0.27 0.24 0.10
HSL 353.23º 0.55% 0.78% -
HSV(B) 353.23º 0.27% 0.9% -
XYZ 54.37 47.92 46.94 -
YUV 187.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 230 168 175 0 0.27 0.24 0.10 353.23 0.55 0.78
Hex E6 A8 AF 0 1B 18 A 161 37 4E
Octal 346 250 257 0 33 30 12 541 67 116
Binary 11100110 10101000 10101111 0 11011 11000 1010 101100001 110111 1001110

Color Harmonies of #E6A8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A8AF

Black with #E6A8AF

Text Example


Text Example

White with #E6A8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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