Html Css Color HEX #AE828E Tapestry

📋 copy color: '#AE828E'

red 174 ◦ green 130 ◦ blue 142

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

Shades of Tapestry #AE828E

Tints of Tapestry #AE828E

RGB

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

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

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

R = 39.01%
G = 29.15%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE828E (or 0xAE828E) is known color: Tapestry. HEX triplet: AE, 82 and 8E. RGB value is (174,130,142). Sum of RGB (Red+Green+Blue) = 174+130+142=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828E is #517D71. Grayscale: #909090. Windows color (decimal): -5340530 or 9339566. OLE color: 9339566.

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

Color convert

RGB 174 130 142 -
CMYK 0 0.25 0.18 0.32
HSL 343.64º 0.21% 0.6% -
HSV(B) 343.64º 0.25% 0.68% -
XYZ 30.32 26.92 29.19 -
YUV 144.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 174 130 142 0 0.25 0.18 0.32 343.64 0.21 0.6
Hex AE 82 8E 0 19 12 20 158 15 3C
Octal 256 202 216 0 31 22 40 530 25 74
Binary 10101110 10000010 10001110 0 11001 10010 100000 101011000 10101 111100

Color Harmonies of #AE828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE828E

Black with #AE828E

Text Example


Text Example

White with #AE828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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