Html Css Color HEX #AE7386 Tapestry

📋 copy color: '#AE7386'

red 174 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #AE7386

Tints of Tapestry #AE7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 41.13%
G = 27.19%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE7386 (or 0xAE7386) is known color: Tapestry. HEX triplet: AE, 73 and 86. RGB value is (174,115,134). Sum of RGB (Red+Green+Blue) = 174+115+134=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7386 is #518C79. Grayscale: #868686. Windows color (decimal): -5344378 or 8811438. OLE color: 8811438.

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

Color convert

RGB 174 115 134 -
CMYK 0 0.34 0.23 0.32
HSL 340.68º 0.27% 0.57% -
HSV(B) 340.68º 0.34% 0.68% -
XYZ 27.89 22.98 25.52 -
YUV 134.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 174 115 134 0 0.34 0.23 0.32 340.68 0.27 0.57
Hex AE 73 86 0 22 17 20 155 1B 39
Octal 256 163 206 0 42 27 40 525 33 71
Binary 10101110 1110011 10000110 0 100010 10111 100000 101010101 11011 111001

Color Harmonies of #AE7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7386

Black with #AE7386

Text Example


Text Example

White with #AE7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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