Html Css Color HEX #AE6C90 Tapestry

📋 copy color: '#AE6C90'

red 174 ◦ green 108 ◦ blue 144

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

Shades of Tapestry #AE6C90

Tints of Tapestry #AE6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 40.85%
G = 25.35%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE6C90 (or 0xAE6C90) is known color: Tapestry. HEX triplet: AE, 6C and 90. RGB value is (174,108,144). Sum of RGB (Red+Green+Blue) = 174+108+144=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C90 is #51936F. Grayscale: #838383. Windows color (decimal): -5346160 or 9465006. OLE color: 9465006.

HSL color Cylindrical-coordinate representation of color #AE6C90: hue angle of 327.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C90 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 108 144 -
CMYK 0 0.38 0.17 0.32
HSL 327.27º 0.29% 0.55% -
HSV(B) 327.27º 0.38% 0.68% -
XYZ 27.85 21.74 29.11 -
YUV 131.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 174 108 144 0 0.38 0.17 0.32 327.27 0.29 0.55
Hex AE 6C 90 0 26 11 20 147 1D 37
Octal 256 154 220 0 46 21 40 507 35 67
Binary 10101110 1101100 10010000 0 100110 10001 100000 101000111 11101 110111

Color Harmonies of #AE6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6C90

Black with #AE6C90

Text Example


Text Example

White with #AE6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6C90; }

 p { color: rgb(174,108,144); }

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

background-color css

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

 a { background-color: rgb(174,108,144); }

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

border-color css

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

 span { border-color: rgb(174,108,144); }

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