Html Css Color HEX #AE658A Tapestry

📋 copy color: '#AE658A'

red 174 ◦ green 101 ◦ blue 138

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

Shades of Tapestry #AE658A

Tints of Tapestry #AE658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

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

R = 42.13%
G = 24.46%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE658A (or 0xAE658A) is known color: Tapestry. HEX triplet: AE, 65 and 8A. RGB value is (174,101,138). Sum of RGB (Red+Green+Blue) = 174+101+138=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE658A is #519A75. Grayscale: #7E7E7E. Windows color (decimal): -5347958 or 9069998. OLE color: 9069998.

HSL color Cylindrical-coordinate representation of color #AE658A: hue angle of 329.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE658A is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 138 -
CMYK 0 0.42 0.21 0.32
HSL 329.59º 0.31% 0.54% -
HSV(B) 329.59º 0.42% 0.68% -
XYZ 26.7 20.14 26.53 -
YUV 127.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 174 101 138 0 0.42 0.21 0.32 329.59 0.31 0.54
Hex AE 65 8A 0 2A 15 20 14A 1F 36
Octal 256 145 212 0 52 25 40 512 37 66
Binary 10101110 1100101 10001010 0 101010 10101 100000 101001010 11111 110110

Color Harmonies of #AE658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE658A

Black with #AE658A

Text Example


Text Example

White with #AE658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE658A; }

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

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

background-color css

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

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

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

border-color css

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

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

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