Html Css Color HEX #AE658C Tapestry

📋 copy color: '#AE658C'

red 174 ◦ green 101 ◦ blue 140

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

Shades of Tapestry #AE658C

Tints of Tapestry #AE658C

RGB

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

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

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

R = 41.93%
G = 24.34%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE658C (or 0xAE658C) is known color: Tapestry. HEX triplet: AE, 65 and 8C. RGB value is (174,101,140). Sum of RGB (Red+Green+Blue) = 174+101+140=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE658C is #519A73. Grayscale: #7F7F7F. Windows color (decimal): -5347956 or 9201070. OLE color: 9201070.

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

Color convert

RGB 174 101 140 -
CMYK 0 0.42 0.20 0.32
HSL 327.95º 0.31% 0.54% -
HSV(B) 327.95º 0.42% 0.68% -
XYZ 26.84 20.2 27.3 -
YUV 127.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 174 101 140 0 0.42 0.20 0.32 327.95 0.31 0.54
Hex AE 65 8C 0 2A 14 20 148 1F 36
Octal 256 145 214 0 52 24 40 510 37 66
Binary 10101110 1100101 10001100 0 101010 10100 100000 101001000 11111 110110

Color Harmonies of #AE658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE658C

Black with #AE658C

Text Example


Text Example

White with #AE658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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