Html Css Color HEX #AE707E Tapestry

📋 copy color: '#AE707E'

red 174 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #AE707E

Tints of Tapestry #AE707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 42.23%
G = 27.18%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE707E (or 0xAE707E) is known color: Tapestry. HEX triplet: AE, 70 and 7E. RGB value is (174,112,126). Sum of RGB (Red+Green+Blue) = 174+112+126=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE707E is #518F81. Grayscale: #848484. Windows color (decimal): -5345154 or 8286382. OLE color: 8286382.

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

Color convert

RGB 174 112 126 -
CMYK 0 0.36 0.28 0.32
HSL 346.45º 0.28% 0.56% -
HSV(B) 346.45º 0.36% 0.68% -
XYZ 27.02 22.09 22.58 -
YUV 132.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 174 112 126 0 0.36 0.28 0.32 346.45 0.28 0.56
Hex AE 70 7E 0 24 1C 20 15A 1C 38
Octal 256 160 176 0 44 34 40 532 34 70
Binary 10101110 1110000 1111110 0 100100 11100 100000 101011010 11100 111000

Color Harmonies of #AE707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE707E

Black with #AE707E

Text Example


Text Example

White with #AE707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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