Html Css Color HEX #AE708D Tapestry

📋 copy color: '#AE708D'

red 174 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #AE708D

Tints of Tapestry #AE708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 40.75%
G = 26.23%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE708D (or 0xAE708D) is known color: Tapestry. HEX triplet: AE, 70 and 8D. RGB value is (174,112,141). Sum of RGB (Red+Green+Blue) = 174+112+141=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE708D is #518F72. Grayscale: #858585. Windows color (decimal): -5345139 or 9269422. OLE color: 9269422.

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

Color convert

RGB 174 112 141 -
CMYK 0 0.36 0.19 0.32
HSL 331.94º 0.28% 0.56% -
HSV(B) 331.94º 0.36% 0.68% -
XYZ 28.06 22.51 28.07 -
YUV 133.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 174 112 141 0 0.36 0.19 0.32 331.94 0.28 0.56
Hex AE 70 8D 0 24 13 20 14C 1C 38
Octal 256 160 215 0 44 23 40 514 34 70
Binary 10101110 1110000 10001101 0 100100 10011 100000 101001100 11100 111000

Color Harmonies of #AE708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE708D

Black with #AE708D

Text Example


Text Example

White with #AE708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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