Html Css Color HEX #E6A9AF Pale Chestnut

📋 copy color: '#E6A9AF'

red 230 ◦ green 169 ◦ blue 175

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

Shades of Pale Chestnut #E6A9AF

Tints of Pale Chestnut #E6A9AF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.44%

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

R = 40.07%
G = 29.44%
B = 30.49%

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

#E6A9AF (or 0xE6A9AF) is known color: Pale Chestnut. HEX triplet: E6, A9 and AF. RGB value is (230,169,175). Sum of RGB (Red+Green+Blue) = 230+169+175=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A9AF is #195650. Grayscale: #BBBBBB. Windows color (decimal): -1660497 or 11512294. OLE color: 11512294.

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

Color convert

RGB 230 169 175 -
CMYK 0 0.27 0.24 0.10
HSL 354.1º 0.55% 0.78% -
HSV(B) 354.1º 0.27% 0.9% -
XYZ 54.56 48.29 47 -
YUV 187.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 230 169 175 0 0.27 0.24 0.10 354.1 0.55 0.78
Hex E6 A9 AF 0 1B 18 A 162 37 4E
Octal 346 251 257 0 33 30 12 542 67 116
Binary 11100110 10101001 10101111 0 11011 11000 1010 101100010 110111 1001110

Color Harmonies of #E6A9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A9AF

Black with #E6A9AF

Text Example


Text Example

White with #E6A9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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