Html Css Color HEX #AE6685 Tapestry

📋 copy color: '#AE6685'

red 174 ◦ green 102 ◦ blue 133

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

Shades of Tapestry #AE6685

Tints of Tapestry #AE6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 42.54%
G = 24.94%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE6685 (or 0xAE6685) is known color: Tapestry. HEX triplet: AE, 66 and 85. RGB value is (174,102,133). Sum of RGB (Red+Green+Blue) = 174+102+133=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6685 is #51997A. Grayscale: #7F7F7F. Windows color (decimal): -5347707 or 8742574. OLE color: 8742574.

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

Color convert

RGB 174 102 133 -
CMYK 0 0.41 0.24 0.32
HSL 334.17º 0.31% 0.54% -
HSV(B) 334.17º 0.41% 0.68% -
XYZ 26.44 20.19 24.69 -
YUV 127.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 174 102 133 0 0.41 0.24 0.32 334.17 0.31 0.54
Hex AE 66 85 0 29 18 20 14E 1F 36
Octal 256 146 205 0 51 30 40 516 37 66
Binary 10101110 1100110 10000101 0 101001 11000 100000 101001110 11111 110110

Color Harmonies of #AE6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6685

Black with #AE6685

Text Example


Text Example

White with #AE6685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6685; }

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

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

background-color css

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

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

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

border-color css

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

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

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