Html Css Color HEX #AE788C Tapestry

📋 copy color: '#AE788C'

red 174 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #AE788C

Tints of Tapestry #AE788C

RGB

 RED value IS 174 (68.36% from 255) = 40.09%

 GREEN value IS 120 (47.27% from 255) = 27.65%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 40.09%
G = 27.65%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE788C (or 0xAE788C) is known color: Tapestry. HEX triplet: AE, 78 and 8C. RGB value is (174,120,140). Sum of RGB (Red+Green+Blue) = 174+120+140=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE788C is #518773. Grayscale: #8A8A8A. Windows color (decimal): -5343092 or 9205934. OLE color: 9205934.

HSL color Cylindrical-coordinate representation of color #AE788C: hue angle of 337.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE788C is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 120 140 -
CMYK 0 0.31 0.20 0.32
HSL 337.78º 0.25% 0.58% -
HSV(B) 337.78º 0.31% 0.68% -
XYZ 28.91 24.33 27.98 -
YUV 138.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 174 120 140 0 0.31 0.20 0.32 337.78 0.25 0.58
Hex AE 78 8C 0 1F 14 20 152 19 3A
Octal 256 170 214 0 37 24 40 522 31 72
Binary 10101110 1111000 10001100 0 11111 10100 100000 101010010 11001 111010

Color Harmonies of #AE788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE788C

Black with #AE788C

Text Example


Text Example

White with #AE788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE788C; }

 p { color: rgb(174,120,140); }

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

background-color css

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

 a { background-color: rgb(174,120,140); }

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

border-color css

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

 span { border-color: rgb(174,120,140); }

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