Html Css Color HEX #AE868E Tapestry

📋 copy color: '#AE868E'

red 174 ◦ green 134 ◦ blue 142

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

Shades of Tapestry #AE868E

Tints of Tapestry #AE868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 38.67%
G = 29.78%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE868E (or 0xAE868E) is known color: Tapestry. HEX triplet: AE, 86 and 8E. RGB value is (174,134,142). Sum of RGB (Red+Green+Blue) = 174+134+142=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE868E is #517971. Grayscale: #929292. Windows color (decimal): -5339506 or 9340590. OLE color: 9340590.

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

Color convert

RGB 174 134 142 -
CMYK 0 0.23 0.18 0.32
HSL 348º 0.2% 0.6% -
HSV(B) 348º 0.23% 0.68% -
XYZ 30.86 28 29.37 -
YUV 146.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 174 134 142 0 0.23 0.18 0.32 348 0.2 0.6
Hex AE 86 8E 0 17 12 20 15C 14 3C
Octal 256 206 216 0 27 22 40 534 24 74
Binary 10101110 10000110 10001110 0 10111 10010 100000 101011100 10100 111100

Color Harmonies of #AE868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE868E

Black with #AE868E

Text Example


Text Example

White with #AE868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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