Html Css Color HEX #AE668A Tapestry

📋 copy color: '#AE668A'

red 174 ◦ green 102 ◦ blue 138

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

Shades of Tapestry #AE668A

Tints of Tapestry #AE668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 42.03%
G = 24.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE668A (or 0xAE668A) is known color: Tapestry. HEX triplet: AE, 66 and 8A. RGB value is (174,102,138). Sum of RGB (Red+Green+Blue) = 174+102+138=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE668A is #519975. Grayscale: #7F7F7F. Windows color (decimal): -5347702 or 9070254. OLE color: 9070254.

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

Color convert

RGB 174 102 138 -
CMYK 0 0.41 0.21 0.32
HSL 330º 0.31% 0.54% -
HSV(B) 330º 0.41% 0.68% -
XYZ 26.79 20.34 26.56 -
YUV 127.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 174 102 138 0 0.41 0.21 0.32 330 0.31 0.54
Hex AE 66 8A 0 29 15 20 14A 1F 36
Octal 256 146 212 0 51 25 40 512 37 66
Binary 10101110 1100110 10001010 0 101001 10101 100000 101001010 11111 110110

Color Harmonies of #AE668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE668A

Black with #AE668A

Text Example


Text Example

White with #AE668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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