Html Css Color HEX #AE617F Tapestry

📋 copy color: '#AE617F'

red 174 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #AE617F

Tints of Tapestry #AE617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 43.72%
G = 24.37%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE617F (or 0xAE617F) is known color: Tapestry. HEX triplet: AE, 61 and 7F. RGB value is (174,97,127). Sum of RGB (Red+Green+Blue) = 174+97+127=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE617F is #519E80. Grayscale: #7B7B7B. Windows color (decimal): -5348993 or 8348078. OLE color: 8348078.

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

Color convert

RGB 174 97 127 -
CMYK 0 0.44 0.27 0.32
HSL 336.62º 0.32% 0.53% -
HSV(B) 336.62º 0.44% 0.68% -
XYZ 25.56 19.08 22.41 -
YUV 123.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 174 97 127 0 0.44 0.27 0.32 336.62 0.32 0.53
Hex AE 61 7F 0 2C 1B 20 151 20 35
Octal 256 141 177 0 54 33 40 521 40 65
Binary 10101110 1100001 1111111 0 101100 11011 100000 101010001 100000 110101

Color Harmonies of #AE617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE617F

Black with #AE617F

Text Example


Text Example

White with #AE617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE617F; }

 p { color: rgb(174,97,127); }

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

background-color css

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

 a { background-color: rgb(174,97,127); }

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

border-color css

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

 span { border-color: rgb(174,97,127); }

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