Html Css Color HEX #AE768A Tapestry

📋 copy color: '#AE768A'

red 174 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #AE768A

Tints of Tapestry #AE768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 40.47%
G = 27.44%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE768A (or 0xAE768A) is known color: Tapestry. HEX triplet: AE, 76 and 8A. RGB value is (174,118,138). Sum of RGB (Red+Green+Blue) = 174+118+138=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768A is #518975. Grayscale: #898989. Windows color (decimal): -5343606 or 9074350. OLE color: 9074350.

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

Color convert

RGB 174 118 138 -
CMYK 0 0.32 0.21 0.32
HSL 338.57º 0.26% 0.57% -
HSV(B) 338.57º 0.32% 0.68% -
XYZ 28.52 23.79 27.13 -
YUV 137.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 174 118 138 0 0.32 0.21 0.32 338.57 0.26 0.57
Hex AE 76 8A 0 20 15 20 153 1A 39
Octal 256 166 212 0 40 25 40 523 32 71
Binary 10101110 1110110 10001010 0 100000 10101 100000 101010011 11010 111001

Color Harmonies of #AE768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE768A

Black with #AE768A

Text Example


Text Example

White with #AE768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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