Html Css Color HEX #AE768B Tapestry

📋 copy color: '#AE768B'

red 174 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #AE768B

Tints of Tapestry #AE768B

RGB

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

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

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

R = 40.37%
G = 27.38%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE768B (or 0xAE768B) is known color: Tapestry. HEX triplet: AE, 76 and 8B. RGB value is (174,118,139). Sum of RGB (Red+Green+Blue) = 174+118+139=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE768B is #518974. Grayscale: #898989. Windows color (decimal): -5343605 or 9139886. OLE color: 9139886.

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

Color convert

RGB 174 118 139 -
CMYK 0 0.32 0.20 0.32
HSL 337.5º 0.26% 0.57% -
HSV(B) 337.5º 0.32% 0.68% -
XYZ 28.59 23.82 27.52 -
YUV 137.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 174 118 139 0 0.32 0.20 0.32 337.5 0.26 0.57
Hex AE 76 8B 0 20 14 20 152 1A 39
Octal 256 166 213 0 40 24 40 522 32 71
Binary 10101110 1110110 10001011 0 100000 10100 100000 101010010 11010 111001

Color Harmonies of #AE768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE768B

Black with #AE768B

Text Example


Text Example

White with #AE768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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