Html Css Color HEX #AE858A Tapestry

📋 copy color: '#AE858A'

red 174 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #AE858A

Tints of Tapestry #AE858A

RGB

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

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

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

R = 39.1%
G = 29.89%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE858A (or 0xAE858A) is known color: Tapestry. HEX triplet: AE, 85 and 8A. RGB value is (174,133,138). Sum of RGB (Red+Green+Blue) = 174+133+138=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE858A is #517A75. Grayscale: #919191. Windows color (decimal): -5339766 or 9078190. OLE color: 9078190.

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

Color convert

RGB 174 133 138 -
CMYK 0 0.24 0.21 0.32
HSL 352.68º 0.2% 0.6% -
HSV(B) 352.68º 0.24% 0.68% -
XYZ 30.43 27.61 27.77 -
YUV 145.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 174 133 138 0 0.24 0.21 0.32 352.68 0.2 0.6
Hex AE 85 8A 0 18 15 20 161 14 3C
Octal 256 205 212 0 30 25 40 541 24 74
Binary 10101110 10000101 10001010 0 11000 10101 100000 101100001 10100 111100

Color Harmonies of #AE858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE858A

Black with #AE858A

Text Example


Text Example

White with #AE858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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