Html Css Color HEX #AE717F Tapestry

📋 copy color: '#AE717F'

red 174 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #AE717F

Tints of Tapestry #AE717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 42.03%
G = 27.29%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE717F (or 0xAE717F) is known color: Tapestry. HEX triplet: AE, 71 and 7F. RGB value is (174,113,127). Sum of RGB (Red+Green+Blue) = 174+113+127=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE717F is #518E80. Grayscale: #848484. Windows color (decimal): -5344897 or 8352174. OLE color: 8352174.

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

Color convert

RGB 174 113 127 -
CMYK 0 0.35 0.27 0.32
HSL 346.23º 0.27% 0.56% -
HSV(B) 346.23º 0.35% 0.68% -
XYZ 27.19 22.34 22.96 -
YUV 132.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 174 113 127 0 0.35 0.27 0.32 346.23 0.27 0.56
Hex AE 71 7F 0 23 1B 20 15A 1B 38
Octal 256 161 177 0 43 33 40 532 33 70
Binary 10101110 1110001 1111111 0 100011 11011 100000 101011010 11011 111000

Color Harmonies of #AE717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE717F

Black with #AE717F

Text Example


Text Example

White with #AE717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE717F; }

 p { color: rgb(174,113,127); }

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

background-color css

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

 a { background-color: rgb(174,113,127); }

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

border-color css

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

 span { border-color: rgb(174,113,127); }

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