Html Css Color HEX #AE5F78 Tapestry

📋 copy color: '#AE5F78'

red 174 ◦ green 95 ◦ blue 120

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

Shades of Tapestry #AE5F78

Tints of Tapestry #AE5F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 44.73%
G = 24.42%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE5F78 (or 0xAE5F78) is known color: Tapestry. HEX triplet: AE, 5F and 78. RGB value is (174,95,120). Sum of RGB (Red+Green+Blue) = 174+95+120=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5F78 is #51A087. Grayscale: #797979. Windows color (decimal): -5349512 or 7888814. OLE color: 7888814.

HSL color Cylindrical-coordinate representation of color #AE5F78: hue angle of 341.01º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE5F78 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 95 120 -
CMYK 0 0.45 0.31 0.32
HSL 341.01º 0.33% 0.53% -
HSV(B) 341.01º 0.45% 0.68% -
XYZ 24.94 18.54 20.03 -
YUV 121.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 174 95 120 0 0.45 0.31 0.32 341.01 0.33 0.53
Hex AE 5F 78 0 2D 1F 20 155 21 35
Octal 256 137 170 0 55 37 40 525 41 65
Binary 10101110 1011111 1111000 0 101101 11111 100000 101010101 100001 110101

Color Harmonies of #AE5F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5F78

Black with #AE5F78

Text Example


Text Example

White with #AE5F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5F78; }

 p { color: rgb(174,95,120); }

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

background-color css

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

 a { background-color: rgb(174,95,120); }

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

border-color css

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

 span { border-color: rgb(174,95,120); }

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