Html Css Color HEX #AE808E Tapestry

📋 copy color: '#AE808E'

red 174 ◦ green 128 ◦ blue 142

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

Shades of Tapestry #AE808E

Tints of Tapestry #AE808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.83%

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

R = 39.19%
G = 28.83%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE808E (or 0xAE808E) is known color: Tapestry. HEX triplet: AE, 80 and 8E. RGB value is (174,128,142). Sum of RGB (Red+Green+Blue) = 174+128+142=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE808E is #517F71. Grayscale: #8F8F8F. Windows color (decimal): -5341042 or 9339054. OLE color: 9339054.

HSL color Cylindrical-coordinate representation of color #AE808E: hue angle of 341.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE808E is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 142 -
CMYK 0 0.26 0.18 0.32
HSL 341.74º 0.22% 0.59% -
HSV(B) 341.74º 0.26% 0.68% -
XYZ 30.06 26.39 29.1 -
YUV 143.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 174 128 142 0 0.26 0.18 0.32 341.74 0.22 0.59
Hex AE 80 8E 0 1A 12 20 156 16 3B
Octal 256 200 216 0 32 22 40 526 26 73
Binary 10101110 10000000 10001110 0 11010 10010 100000 101010110 10110 111011

Color Harmonies of #AE808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE808E

Black with #AE808E

Text Example


Text Example

White with #AE808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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