Html Css Color HEX #AE758A Tapestry

📋 copy color: '#AE758A'

red 174 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #AE758A

Tints of Tapestry #AE758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 40.56%
G = 27.27%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE758A (or 0xAE758A) is known color: Tapestry. HEX triplet: AE, 75 and 8A. RGB value is (174,117,138). Sum of RGB (Red+Green+Blue) = 174+117+138=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE758A is #518A75. Grayscale: #888888. Windows color (decimal): -5343862 or 9074094. OLE color: 9074094.

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

Color convert

RGB 174 117 138 -
CMYK 0 0.33 0.21 0.32
HSL 337.89º 0.26% 0.57% -
HSV(B) 337.89º 0.33% 0.68% -
XYZ 28.4 23.56 27.09 -
YUV 136.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 174 117 138 0 0.33 0.21 0.32 337.89 0.26 0.57
Hex AE 75 8A 0 21 15 20 152 1A 39
Octal 256 165 212 0 41 25 40 522 32 71
Binary 10101110 1110101 10001010 0 100001 10101 100000 101010010 11010 111001

Color Harmonies of #AE758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE758A

Black with #AE758A

Text Example


Text Example

White with #AE758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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