Html Css Color HEX #AE7086 Tapestry

📋 copy color: '#AE7086'

red 174 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #AE7086

Tints of Tapestry #AE7086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 41.43%
G = 26.67%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE7086 (or 0xAE7086) is known color: Tapestry. HEX triplet: AE, 70 and 86. RGB value is (174,112,134). Sum of RGB (Red+Green+Blue) = 174+112+134=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7086 is #518F79. Grayscale: #858585. Windows color (decimal): -5345146 or 8810670. OLE color: 8810670.

HSL color Cylindrical-coordinate representation of color #AE7086: hue angle of 338.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE7086 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 134 -
CMYK 0 0.36 0.23 0.32
HSL 338.71º 0.28% 0.56% -
HSV(B) 338.71º 0.36% 0.68% -
XYZ 27.55 22.31 25.41 -
YUV 133.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 174 112 134 0 0.36 0.23 0.32 338.71 0.28 0.56
Hex AE 70 86 0 24 17 20 153 1C 38
Octal 256 160 206 0 44 27 40 523 34 70
Binary 10101110 1110000 10000110 0 100100 10111 100000 101010011 11100 111000

Color Harmonies of #AE7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7086

Black with #AE7086

Text Example


Text Example

White with #AE7086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7086; }

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

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

background-color css

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

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

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

border-color css

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

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

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