Html Css Color HEX #AE768E Tapestry

📋 copy color: '#AE768E'

red 174 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #AE768E

Tints of Tapestry #AE768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 40.09%
G = 27.19%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE768E (or 0xAE768E) is known color: Tapestry. HEX triplet: AE, 76 and 8E. RGB value is (174,118,142). Sum of RGB (Red+Green+Blue) = 174+118+142=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768E is #518971. Grayscale: #898989. Windows color (decimal): -5343602 or 9336494. OLE color: 9336494.

HSL color Cylindrical-coordinate representation of color #AE768E: hue angle of 334.29º 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 #AE768E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 118 142 -
CMYK 0 0.32 0.18 0.32
HSL 334.29º 0.26% 0.57% -
HSV(B) 334.29º 0.32% 0.68% -
XYZ 28.82 23.91 28.69 -
YUV 137.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 174 118 142 0 0.32 0.18 0.32 334.29 0.26 0.57
Hex AE 76 8E 0 20 12 20 14E 1A 39
Octal 256 166 216 0 40 22 40 516 32 71
Binary 10101110 1110110 10001110 0 100000 10010 100000 101001110 11010 111001

Color Harmonies of #AE768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE768E

Black with #AE768E

Text Example


Text Example

White with #AE768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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