Html Css Color HEX #AE638E Tapestry

📋 copy color: '#AE638E'

red 174 ◦ green 99 ◦ blue 142

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

Shades of Tapestry #AE638E

Tints of Tapestry #AE638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 41.93%
G = 23.86%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE638E (or 0xAE638E) is known color: Tapestry. HEX triplet: AE, 63 and 8E. RGB value is (174,99,142). Sum of RGB (Red+Green+Blue) = 174+99+142=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE638E is #519C71. Grayscale: #7E7E7E. Windows color (decimal): -5348466 or 9331630. OLE color: 9331630.

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

Color convert

RGB 174 99 142 -
CMYK 0 0.43 0.18 0.32
HSL 325.6º 0.32% 0.54% -
HSV(B) 325.6º 0.43% 0.68% -
XYZ 26.8 19.88 28.02 -
YUV 126.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 174 99 142 0 0.43 0.18 0.32 325.6 0.32 0.54
Hex AE 63 8E 0 2B 12 20 146 20 36
Octal 256 143 216 0 53 22 40 506 40 66
Binary 10101110 1100011 10001110 0 101011 10010 100000 101000110 100000 110110

Color Harmonies of #AE638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE638E

Black with #AE638E

Text Example


Text Example

White with #AE638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE638E; }

 p { color: rgb(174,99,142); }

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

background-color css

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

 a { background-color: rgb(174,99,142); }

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

border-color css

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

 span { border-color: rgb(174,99,142); }

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