Html Css Color HEX #AE868A Tapestry

📋 copy color: '#AE868A'

red 174 ◦ green 134 ◦ blue 138

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

Shades of Tapestry #AE868A

Tints of Tapestry #AE868A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 39.01%
G = 30.04%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE868A (or 0xAE868A) is known color: Tapestry. HEX triplet: AE, 86 and 8A. RGB value is (174,134,138). Sum of RGB (Red+Green+Blue) = 174+134+138=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE868A is #517975. Grayscale: #929292. Windows color (decimal): -5339510 or 9078446. OLE color: 9078446.

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

Color convert

RGB 174 134 138 -
CMYK 0 0.23 0.21 0.32
HSL 354º 0.2% 0.6% -
HSV(B) 354º 0.23% 0.68% -
XYZ 30.57 27.88 27.82 -
YUV 146.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 174 134 138 0 0.23 0.21 0.32 354 0.2 0.6
Hex AE 86 8A 0 17 15 20 162 14 3C
Octal 256 206 212 0 27 25 40 542 24 74
Binary 10101110 10000110 10001010 0 10111 10101 100000 101100010 10100 111100

Color Harmonies of #AE868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE868A

Black with #AE868A

Text Example


Text Example

White with #AE868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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