Html Css Color HEX #AE757F Tapestry

📋 copy color: '#AE757F'

red 174 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #AE757F

Tints of Tapestry #AE757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

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

R = 41.63%
G = 27.99%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE757F (or 0xAE757F) is known color: Tapestry. HEX triplet: AE, 75 and 7F. RGB value is (174,117,127). Sum of RGB (Red+Green+Blue) = 174+117+127=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757F is #518A80. Grayscale: #878787. Windows color (decimal): -5343873 or 8353198. OLE color: 8353198.

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

Color convert

RGB 174 117 127 -
CMYK 0 0.33 0.27 0.32
HSL 349.47º 0.26% 0.57% -
HSV(B) 349.47º 0.33% 0.68% -
XYZ 27.65 23.25 23.11 -
YUV 135.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 174 117 127 0 0.33 0.27 0.32 349.47 0.26 0.57
Hex AE 75 7F 0 21 1B 20 15D 1A 39
Octal 256 165 177 0 41 33 40 535 32 71
Binary 10101110 1110101 1111111 0 100001 11011 100000 101011101 11010 111001

Color Harmonies of #AE757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE757F

Black with #AE757F

Text Example


Text Example

White with #AE757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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