Html Css Color HEX #AE828C Tapestry

📋 copy color: '#AE828C'

red 174 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #AE828C

Tints of Tapestry #AE828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 39.19%
G = 29.28%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE828C (or 0xAE828C) is known color: Tapestry. HEX triplet: AE, 82 and 8C. RGB value is (174,130,140). Sum of RGB (Red+Green+Blue) = 174+130+140=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828C is #517D73. Grayscale: #909090. Windows color (decimal): -5340532 or 9208494. OLE color: 9208494.

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

Color convert

RGB 174 130 140 -
CMYK 0 0.25 0.20 0.32
HSL 346.36º 0.21% 0.6% -
HSV(B) 346.36º 0.25% 0.68% -
XYZ 30.17 26.86 28.4 -
YUV 144.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 174 130 140 0 0.25 0.20 0.32 346.36 0.21 0.6
Hex AE 82 8C 0 19 14 20 15A 15 3C
Octal 256 202 214 0 31 24 40 532 25 74
Binary 10101110 10000010 10001100 0 11001 10100 100000 101011010 10101 111100

Color Harmonies of #AE828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE828C

Black with #AE828C

Text Example


Text Example

White with #AE828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE828C; }

 p { color: rgb(174,130,140); }

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

background-color css

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

 a { background-color: rgb(174,130,140); }

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

border-color css

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

 span { border-color: rgb(174,130,140); }

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