Html Css Color HEX #AE7380 Tapestry

📋 copy color: '#AE7380'

red 174 ◦ green 115 ◦ blue 128

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

Shades of Tapestry #AE7380

Tints of Tapestry #AE7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 41.73%
G = 27.58%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE7380 (or 0xAE7380) is known color: Tapestry. HEX triplet: AE, 73 and 80. RGB value is (174,115,128). Sum of RGB (Red+Green+Blue) = 174+115+128=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7380 is #518C7F. Grayscale: #868686. Windows color (decimal): -5344384 or 8418222. OLE color: 8418222.

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

Color convert

RGB 174 115 128 -
CMYK 0 0.34 0.26 0.32
HSL 346.78º 0.27% 0.57% -
HSV(B) 346.78º 0.34% 0.68% -
XYZ 27.48 22.82 23.38 -
YUV 134.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 174 115 128 0 0.34 0.26 0.32 346.78 0.27 0.57
Hex AE 73 80 0 22 1A 20 15B 1B 39
Octal 256 163 200 0 42 32 40 533 33 71
Binary 10101110 1110011 10000000 0 100010 11010 100000 101011011 11011 111001

Color Harmonies of #AE7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7380

Black with #AE7380

Text Example


Text Example

White with #AE7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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