Html Css Color HEX #AE758C Tapestry

📋 copy color: '#AE758C'

red 174 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #AE758C

Tints of Tapestry #AE758C

RGB

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

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

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

R = 40.37%
G = 27.15%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE758C (or 0xAE758C) is known color: Tapestry. HEX triplet: AE, 75 and 8C. RGB value is (174,117,140). Sum of RGB (Red+Green+Blue) = 174+117+140=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758C is #518A73. Grayscale: #888888. Windows color (decimal): -5343860 or 9205166. OLE color: 9205166.

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

Color convert

RGB 174 117 140 -
CMYK 0 0.33 0.20 0.32
HSL 335.79º 0.26% 0.57% -
HSV(B) 335.79º 0.33% 0.68% -
XYZ 28.55 23.61 27.86 -
YUV 136.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 174 117 140 0 0.33 0.20 0.32 335.79 0.26 0.57
Hex AE 75 8C 0 21 14 20 150 1A 39
Octal 256 165 214 0 41 24 40 520 32 71
Binary 10101110 1110101 10001100 0 100001 10100 100000 101010000 11010 111001

Color Harmonies of #AE758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE758C

Black with #AE758C

Text Example


Text Example

White with #AE758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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