Html Css Color HEX #AE7D86 Tapestry

📋 copy color: '#AE7D86'

red 174 ◦ green 125 ◦ blue 134

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

Shades of Tapestry #AE7D86

Tints of Tapestry #AE7D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

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

R = 40.18%
G = 28.87%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE7D86 (or 0xAE7D86) is known color: Tapestry. HEX triplet: AE, 7D and 86. RGB value is (174,125,134). Sum of RGB (Red+Green+Blue) = 174+125+134=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7D86 is #518279. Grayscale: #8C8C8C. Windows color (decimal): -5341818 or 8813998. OLE color: 8813998.

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

Color convert

RGB 174 125 134 -
CMYK 0 0.28 0.23 0.32
HSL 348.98º 0.23% 0.59% -
HSV(B) 348.98º 0.28% 0.68% -
XYZ 29.09 25.39 25.92 -
YUV 140.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 174 125 134 0 0.28 0.23 0.32 348.98 0.23 0.59
Hex AE 7D 86 0 1C 17 20 15D 17 3B
Octal 256 175 206 0 34 27 40 535 27 73
Binary 10101110 1111101 10000110 0 11100 10111 100000 101011101 10111 111011

Color Harmonies of #AE7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D86

Black with #AE7D86

Text Example


Text Example

White with #AE7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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