Html Css Color HEX #AE668E Tapestry

📋 copy color: '#AE668E'

red 174 ◦ green 102 ◦ blue 142

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

Shades of Tapestry #AE668E

Tints of Tapestry #AE668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

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

R = 41.63%
G = 24.4%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE668E (or 0xAE668E) is known color: Tapestry. HEX triplet: AE, 66 and 8E. RGB value is (174,102,142). Sum of RGB (Red+Green+Blue) = 174+102+142=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE668E is #519971. Grayscale: #808080. Windows color (decimal): -5347698 or 9332398. OLE color: 9332398.

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

Color convert

RGB 174 102 142 -
CMYK 0 0.41 0.18 0.32
HSL 326.67º 0.31% 0.54% -
HSV(B) 326.67º 0.41% 0.68% -
XYZ 27.09 20.45 28.11 -
YUV 128.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 174 102 142 0 0.41 0.18 0.32 326.67 0.31 0.54
Hex AE 66 8E 0 29 12 20 147 1F 36
Octal 256 146 216 0 51 22 40 507 37 66
Binary 10101110 1100110 10001110 0 101001 10010 100000 101000111 11111 110110

Color Harmonies of #AE668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE668E

Black with #AE668E

Text Example


Text Example

White with #AE668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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