Html Css Color HEX #AE688E Tapestry

📋 copy color: '#AE688E'

red 174 ◦ green 104 ◦ blue 142

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

Shades of Tapestry #AE688E

Tints of Tapestry #AE688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.76%

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

R = 41.43%
G = 24.76%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE688E (or 0xAE688E) is known color: Tapestry. HEX triplet: AE, 68 and 8E. RGB value is (174,104,142). Sum of RGB (Red+Green+Blue) = 174+104+142=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE688E is #519771. Grayscale: #818181. Windows color (decimal): -5347186 or 9332910. OLE color: 9332910.

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

Color convert

RGB 174 104 142 -
CMYK 0 0.40 0.18 0.32
HSL 327.43º 0.3% 0.55% -
HSV(B) 327.43º 0.4% 0.68% -
XYZ 27.29 20.85 28.18 -
YUV 129.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 174 104 142 0 0.40 0.18 0.32 327.43 0.3 0.55
Hex AE 68 8E 0 28 12 20 147 1E 37
Octal 256 150 216 0 50 22 40 507 36 67
Binary 10101110 1101000 10001110 0 101000 10010 100000 101000111 11110 110111

Color Harmonies of #AE688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE688E

Black with #AE688E

Text Example


Text Example

White with #AE688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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