Html Css Color HEX #AE758E Tapestry

📋 copy color: '#AE758E'

red 174 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #AE758E

Tints of Tapestry #AE758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

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

R = 40.18%
G = 27.02%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE758E (or 0xAE758E) is known color: Tapestry. HEX triplet: AE, 75 and 8E. RGB value is (174,117,142). Sum of RGB (Red+Green+Blue) = 174+117+142=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758E is #518A71. Grayscale: #888888. Windows color (decimal): -5343858 or 9336238. OLE color: 9336238.

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

Color convert

RGB 174 117 142 -
CMYK 0 0.33 0.18 0.32
HSL 333.68º 0.26% 0.57% -
HSV(B) 333.68º 0.33% 0.68% -
XYZ 28.7 23.67 28.65 -
YUV 136.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 174 117 142 0 0.33 0.18 0.32 333.68 0.26 0.57
Hex AE 75 8E 0 21 12 20 14E 1A 39
Octal 256 165 216 0 41 22 40 516 32 71
Binary 10101110 1110101 10001110 0 100001 10010 100000 101001110 11010 111001

Color Harmonies of #AE758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE758E

Black with #AE758E

Text Example


Text Example

White with #AE758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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