Html Css Color HEX #AE7D8F Tapestry

📋 copy color: '#AE7D8F'

red 174 ◦ green 125 ◦ blue 143

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

Shades of Tapestry #AE7D8F

Tints of Tapestry #AE7D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 39.37%
G = 28.28%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE7D8F (or 0xAE7D8F) is known color: Tapestry. HEX triplet: AE, 7D and 8F. RGB value is (174,125,143). Sum of RGB (Red+Green+Blue) = 174+125+143=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7D8F is #518270. Grayscale: #8D8D8D. Windows color (decimal): -5341809 or 9403822. OLE color: 9403822.

HSL color Cylindrical-coordinate representation of color #AE7D8F: hue angle of 337.96º 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 #AE7D8F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 143 -
CMYK 0 0.28 0.18 0.32
HSL 337.96º 0.23% 0.59% -
HSV(B) 337.96º 0.28% 0.68% -
XYZ 29.75 25.65 29.37 -
YUV 141.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 174 125 143 0 0.28 0.18 0.32 337.96 0.23 0.59
Hex AE 7D 8F 0 1C 12 20 152 17 3B
Octal 256 175 217 0 34 22 40 522 27 73
Binary 10101110 1111101 10001111 0 11100 10010 100000 101010010 10111 111011

Color Harmonies of #AE7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D8F

Black with #AE7D8F

Text Example


Text Example

White with #AE7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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