Html Css Color HEX #AE768C Tapestry

📋 copy color: '#AE768C'

red 174 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #AE768C

Tints of Tapestry #AE768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

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

R = 40.28%
G = 27.31%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE768C (or 0xAE768C) is known color: Tapestry. HEX triplet: AE, 76 and 8C. RGB value is (174,118,140). Sum of RGB (Red+Green+Blue) = 174+118+140=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768C is #518973. Grayscale: #898989. Windows color (decimal): -5343604 or 9205422. OLE color: 9205422.

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

Color convert

RGB 174 118 140 -
CMYK 0 0.32 0.20 0.32
HSL 336.43º 0.26% 0.57% -
HSV(B) 336.43º 0.32% 0.68% -
XYZ 28.67 23.85 27.9 -
YUV 137.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 174 118 140 0 0.32 0.20 0.32 336.43 0.26 0.57
Hex AE 76 8C 0 20 14 20 150 1A 39
Octal 256 166 214 0 40 24 40 520 32 71
Binary 10101110 1110110 10001100 0 100000 10100 100000 101010000 11010 111001

Color Harmonies of #AE768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE768C

Black with #AE768C

Text Example


Text Example

White with #AE768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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