Html Css Color HEX #AE668C Tapestry

📋 copy color: '#AE668C'

red 174 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #AE668C

Tints of Tapestry #AE668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 41.83%
G = 24.52%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE668C (or 0xAE668C) is known color: Tapestry. HEX triplet: AE, 66 and 8C. RGB value is (174,102,140). Sum of RGB (Red+Green+Blue) = 174+102+140=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE668C is #519973. Grayscale: #7F7F7F. Windows color (decimal): -5347700 or 9201326. OLE color: 9201326.

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

Color convert

RGB 174 102 140 -
CMYK 0 0.41 0.20 0.32
HSL 328.33º 0.31% 0.54% -
HSV(B) 328.33º 0.41% 0.68% -
XYZ 26.94 20.39 27.33 -
YUV 127.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 174 102 140 0 0.41 0.20 0.32 328.33 0.31 0.54
Hex AE 66 8C 0 29 14 20 148 1F 36
Octal 256 146 214 0 51 24 40 510 37 66
Binary 10101110 1100110 10001100 0 101001 10100 100000 101001000 11111 110110

Color Harmonies of #AE668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE668C

Black with #AE668C

Text Example


Text Example

White with #AE668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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