Html Css Color HEX #AE7C8A Tapestry

📋 copy color: '#AE7C8A'

red 174 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #AE7C8A

Tints of Tapestry #AE7C8A

RGB

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

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

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

R = 39.91%
G = 28.44%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE7C8A (or 0xAE7C8A) is known color: Tapestry. HEX triplet: AE, 7C and 8A. RGB value is (174,124,138). Sum of RGB (Red+Green+Blue) = 174+124+138=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C8A is #518375. Grayscale: #8C8C8C. Windows color (decimal): -5342070 or 9075886. OLE color: 9075886.

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

Color convert

RGB 174 124 138 -
CMYK 0 0.29 0.21 0.32
HSL 343.2º 0.24% 0.58% -
HSV(B) 343.2º 0.29% 0.68% -
XYZ 29.25 25.25 27.38 -
YUV 140.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 174 124 138 0 0.29 0.21 0.32 343.2 0.24 0.58
Hex AE 7C 8A 0 1D 15 20 157 18 3A
Octal 256 174 212 0 35 25 40 527 30 72
Binary 10101110 1111100 10001010 0 11101 10101 100000 101010111 11000 111010

Color Harmonies of #AE7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C8A

Black with #AE7C8A

Text Example


Text Example

White with #AE7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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