Html Css Color HEX #AE818E Tapestry

📋 copy color: '#AE818E'

red 174 ◦ green 129 ◦ blue 142

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

Shades of Tapestry #AE818E

Tints of Tapestry #AE818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.99%

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

R = 39.1%
G = 28.99%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE818E (or 0xAE818E) is known color: Tapestry. HEX triplet: AE, 81 and 8E. RGB value is (174,129,142). Sum of RGB (Red+Green+Blue) = 174+129+142=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE818E is #517E71. Grayscale: #8F8F8F. Windows color (decimal): -5340786 or 9339310. OLE color: 9339310.

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

Color convert

RGB 174 129 142 -
CMYK 0 0.26 0.18 0.32
HSL 342.67º 0.22% 0.59% -
HSV(B) 342.67º 0.26% 0.68% -
XYZ 30.19 26.65 29.14 -
YUV 143.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 174 129 142 0 0.26 0.18 0.32 342.67 0.22 0.59
Hex AE 81 8E 0 1A 12 20 157 16 3B
Octal 256 201 216 0 32 22 40 527 26 73
Binary 10101110 10000001 10001110 0 11010 10010 100000 101010111 10110 111011

Color Harmonies of #AE818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE818E

Black with #AE818E

Text Example


Text Example

White with #AE818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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