Html Css Color HEX #AE848A Tapestry

📋 copy color: '#AE848A'

red 174 ◦ green 132 ◦ blue 138

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

Shades of Tapestry #AE848A

Tints of Tapestry #AE848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.73%

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

R = 39.19%
G = 29.73%
B = 31.08%

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

#AE848A (or 0xAE848A) is known color: Tapestry. HEX triplet: AE, 84 and 8A. RGB value is (174,132,138). Sum of RGB (Red+Green+Blue) = 174+132+138=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE848A is #517B75. Grayscale: #919191. Windows color (decimal): -5340022 or 9077934. OLE color: 9077934.

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

Color convert

RGB 174 132 138 -
CMYK 0 0.24 0.21 0.32
HSL 351.43º 0.21% 0.6% -
HSV(B) 351.43º 0.24% 0.68% -
XYZ 30.29 27.34 27.72 -
YUV 145.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 174 132 138 0 0.24 0.21 0.32 351.43 0.21 0.6
Hex AE 84 8A 0 18 15 20 15F 15 3C
Octal 256 204 212 0 30 25 40 537 25 74
Binary 10101110 10000100 10001010 0 11000 10101 100000 101011111 10101 111100

Color Harmonies of #AE848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE848A

Black with #AE848A

Text Example


Text Example

White with #AE848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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