Html Css Color HEX #AE7780 Tapestry

📋 copy color: '#AE7780'

red 174 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #AE7780

Tints of Tapestry #AE7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.27%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 41.33%
G = 28.27%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE7780 (or 0xAE7780) is known color: Tapestry. HEX triplet: AE, 77 and 80. RGB value is (174,119,128). Sum of RGB (Red+Green+Blue) = 174+119+128=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7780 is #51887F. Grayscale: #888888. Windows color (decimal): -5343360 or 8419246. OLE color: 8419246.

HSL color Cylindrical-coordinate representation of color #AE7780: hue angle of 350.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7780 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 119 128 -
CMYK 0 0.32 0.26 0.32
HSL 350.18º 0.25% 0.57% -
HSV(B) 350.18º 0.32% 0.68% -
XYZ 27.95 23.75 23.53 -
YUV 136.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 174 119 128 0 0.32 0.26 0.32 350.18 0.25 0.57
Hex AE 77 80 0 20 1A 20 15E 19 39
Octal 256 167 200 0 40 32 40 536 31 71
Binary 10101110 1110111 10000000 0 100000 11010 100000 101011110 11001 111001

Color Harmonies of #AE7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7780

Black with #AE7780

Text Example


Text Example

White with #AE7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7780; }

 p { color: rgb(174,119,128); }

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

background-color css

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

 a { background-color: rgb(174,119,128); }

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

border-color css

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

 span { border-color: rgb(174,119,128); }

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