Html Css Color HEX #AE727F Tapestry

📋 copy color: '#AE727F'

red 174 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #AE727F

Tints of Tapestry #AE727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 41.93%
G = 27.47%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE727F (or 0xAE727F) is known color: Tapestry. HEX triplet: AE, 72 and 7F. RGB value is (174,114,127). Sum of RGB (Red+Green+Blue) = 174+114+127=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727F is #518D80. Grayscale: #858585. Windows color (decimal): -5344641 or 8352430. OLE color: 8352430.

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

Color convert

RGB 174 114 127 -
CMYK 0 0.34 0.27 0.32
HSL 347º 0.27% 0.56% -
HSV(B) 347º 0.34% 0.68% -
XYZ 27.3 22.57 23 -
YUV 133.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 174 114 127 0 0.34 0.27 0.32 347 0.27 0.56
Hex AE 72 7F 0 22 1B 20 15B 1B 38
Octal 256 162 177 0 42 33 40 533 33 70
Binary 10101110 1110010 1111111 0 100010 11011 100000 101011011 11011 111000

Color Harmonies of #AE727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE727F

Black with #AE727F

Text Example


Text Example

White with #AE727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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