Html Css Color HEX #AE708B Tapestry

📋 copy color: '#AE708B'

red 174 ◦ green 112 ◦ blue 139

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

Shades of Tapestry #AE708B

Tints of Tapestry #AE708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 40.94%
G = 26.35%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE708B (or 0xAE708B) is known color: Tapestry. HEX triplet: AE, 70 and 8B. RGB value is (174,112,139). Sum of RGB (Red+Green+Blue) = 174+112+139=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE708B is #518F74. Grayscale: #858585. Windows color (decimal): -5345141 or 9138350. OLE color: 9138350.

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

Color convert

RGB 174 112 139 -
CMYK 0 0.36 0.20 0.32
HSL 333.87º 0.28% 0.56% -
HSV(B) 333.87º 0.36% 0.68% -
XYZ 27.91 22.45 27.29 -
YUV 133.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 174 112 139 0 0.36 0.20 0.32 333.87 0.28 0.56
Hex AE 70 8B 0 24 14 20 14E 1C 38
Octal 256 160 213 0 44 24 40 516 34 70
Binary 10101110 1110000 10001011 0 100100 10100 100000 101001110 11100 111000

Color Harmonies of #AE708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE708B

Black with #AE708B

Text Example


Text Example

White with #AE708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE708B; }

 p { color: rgb(174,112,139); }

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

background-color css

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

 a { background-color: rgb(174,112,139); }

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

border-color css

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

 span { border-color: rgb(174,112,139); }

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