Html Css Color HEX #AE698E Tapestry

📋 copy color: '#AE698E'

red 174 ◦ green 105 ◦ blue 142

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

Shades of Tapestry #AE698E

Tints of Tapestry #AE698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

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

R = 41.33%
G = 24.94%
B = 33.73%

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

#AE698E (or 0xAE698E) is known color: Tapestry. HEX triplet: AE, 69 and 8E. RGB value is (174,105,142). Sum of RGB (Red+Green+Blue) = 174+105+142=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698E is #519671. Grayscale: #818181. Windows color (decimal): -5346930 or 9333166. OLE color: 9333166.

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

Color convert

RGB 174 105 142 -
CMYK 0 0.40 0.18 0.32
HSL 327.83º 0.3% 0.55% -
HSV(B) 327.83º 0.4% 0.68% -
XYZ 27.39 21.05 28.21 -
YUV 129.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 174 105 142 0 0.40 0.18 0.32 327.83 0.3 0.55
Hex AE 69 8E 0 28 12 20 148 1E 37
Octal 256 151 216 0 50 22 40 510 36 67
Binary 10101110 1101001 10001110 0 101000 10010 100000 101001000 11110 110111

Color Harmonies of #AE698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE698E

Black with #AE698E

Text Example


Text Example

White with #AE698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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