Html Css Color HEX #AE758D Tapestry

📋 copy color: '#AE758D'

red 174 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #AE758D

Tints of Tapestry #AE758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 40.28%
G = 27.08%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE758D (or 0xAE758D) is known color: Tapestry. HEX triplet: AE, 75 and 8D. RGB value is (174,117,141). Sum of RGB (Red+Green+Blue) = 174+117+141=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758D is #518A72. Grayscale: #888888. Windows color (decimal): -5343859 or 9270702. OLE color: 9270702.

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

Color convert

RGB 174 117 141 -
CMYK 0 0.33 0.19 0.32
HSL 334.74º 0.26% 0.57% -
HSV(B) 334.74º 0.33% 0.68% -
XYZ 28.62 23.64 28.25 -
YUV 136.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 174 117 141 0 0.33 0.19 0.32 334.74 0.26 0.57
Hex AE 75 8D 0 21 13 20 14F 1A 39
Octal 256 165 215 0 41 23 40 517 32 71
Binary 10101110 1110101 10001101 0 100001 10011 100000 101001111 11010 111001

Color Harmonies of #AE758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE758D

Black with #AE758D

Text Example


Text Example

White with #AE758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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