Html Css Color HEX #AE768D Tapestry

📋 copy color: '#AE768D'

red 174 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #AE768D

Tints of Tapestry #AE768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

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

R = 40.18%
G = 27.25%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE768D (or 0xAE768D) is known color: Tapestry. HEX triplet: AE, 76 and 8D. RGB value is (174,118,141). Sum of RGB (Red+Green+Blue) = 174+118+141=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768D is #518972. Grayscale: #898989. Windows color (decimal): -5343603 or 9270958. OLE color: 9270958.

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

Color convert

RGB 174 118 141 -
CMYK 0 0.32 0.19 0.32
HSL 335.36º 0.26% 0.57% -
HSV(B) 335.36º 0.32% 0.68% -
XYZ 28.74 23.88 28.29 -
YUV 137.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 174 118 141 0 0.32 0.19 0.32 335.36 0.26 0.57
Hex AE 76 8D 0 20 13 20 14F 1A 39
Octal 256 166 215 0 40 23 40 517 32 71
Binary 10101110 1110110 10001101 0 100000 10011 100000 101001111 11010 111001

Color Harmonies of #AE768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE768D

Black with #AE768D

Text Example


Text Example

White with #AE768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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