Html Css Color HEX #AE658D Tapestry

📋 copy color: '#AE658D'

red 174 ◦ green 101 ◦ blue 141

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

Shades of Tapestry #AE658D

Tints of Tapestry #AE658D

RGB

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

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

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

R = 41.83%
G = 24.28%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE658D (or 0xAE658D) is known color: Tapestry. HEX triplet: AE, 65 and 8D. RGB value is (174,101,141). Sum of RGB (Red+Green+Blue) = 174+101+141=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE658D is #519A72. Grayscale: #7F7F7F. Windows color (decimal): -5347955 or 9266606. OLE color: 9266606.

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

Color convert

RGB 174 101 141 -
CMYK 0 0.42 0.19 0.32
HSL 327.12º 0.31% 0.54% -
HSV(B) 327.12º 0.42% 0.68% -
XYZ 26.92 20.23 27.69 -
YUV 127.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 174 101 141 0 0.42 0.19 0.32 327.12 0.31 0.54
Hex AE 65 8D 0 2A 13 20 147 1F 36
Octal 256 145 215 0 52 23 40 507 37 66
Binary 10101110 1100101 10001101 0 101010 10011 100000 101000111 11111 110110

Color Harmonies of #AE658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE658D

Black with #AE658D

Text Example


Text Example

White with #AE658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE658D; }

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

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

background-color css

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

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

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

border-color css

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

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

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