Html Css Color HEX #AE858E Tapestry

📋 copy color: '#AE858E'

red 174 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #AE858E

Tints of Tapestry #AE858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 38.75%
G = 29.62%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE858E (or 0xAE858E) is known color: Tapestry. HEX triplet: AE, 85 and 8E. RGB value is (174,133,142). Sum of RGB (Red+Green+Blue) = 174+133+142=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE858E is #517A71. Grayscale: #929292. Windows color (decimal): -5339762 or 9340334. OLE color: 9340334.

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

Color convert

RGB 174 133 142 -
CMYK 0 0.24 0.18 0.32
HSL 346.83º 0.2% 0.6% -
HSV(B) 346.83º 0.24% 0.68% -
XYZ 30.73 27.73 29.32 -
YUV 146.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 174 133 142 0 0.24 0.18 0.32 346.83 0.2 0.6
Hex AE 85 8E 0 18 12 20 15B 14 3C
Octal 256 205 216 0 30 22 40 533 24 74
Binary 10101110 10000101 10001110 0 11000 10010 100000 101011011 10100 111100

Color Harmonies of #AE858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE858E

Black with #AE858E

Text Example


Text Example

White with #AE858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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