Html Css Color HEX #AE7C90 Tapestry

📋 copy color: '#AE7C90'

red 174 ◦ green 124 ◦ blue 144

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

Shades of Tapestry #AE7C90

Tints of Tapestry #AE7C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

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

R = 39.37%
G = 28.05%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE7C90 (or 0xAE7C90) is known color: Tapestry. HEX triplet: AE, 7C and 90. RGB value is (174,124,144). Sum of RGB (Red+Green+Blue) = 174+124+144=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C90 is #51836F. Grayscale: #8D8D8D. Windows color (decimal): -5342064 or 9469102. OLE color: 9469102.

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

Color convert

RGB 174 124 144 -
CMYK 0 0.29 0.17 0.32
HSL 336º 0.24% 0.58% -
HSV(B) 336º 0.29% 0.68% -
XYZ 29.7 25.43 29.73 -
YUV 141.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 174 124 144 0 0.29 0.17 0.32 336 0.24 0.58
Hex AE 7C 90 0 1D 11 20 150 18 3A
Octal 256 174 220 0 35 21 40 520 30 72
Binary 10101110 1111100 10010000 0 11101 10001 100000 101010000 11000 111010

Color Harmonies of #AE7C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C90

Black with #AE7C90

Text Example


Text Example

White with #AE7C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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