Html Css Color HEX #AE728C Tapestry

📋 copy color: '#AE728C'

red 174 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #AE728C

Tints of Tapestry #AE728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.64%

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

R = 40.65%
G = 26.64%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE728C (or 0xAE728C) is known color: Tapestry. HEX triplet: AE, 72 and 8C. RGB value is (174,114,140). Sum of RGB (Red+Green+Blue) = 174+114+140=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE728C is #518D73. Grayscale: #868686. Windows color (decimal): -5344628 or 9204398. OLE color: 9204398.

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

Color convert

RGB 174 114 140 -
CMYK 0 0.34 0.20 0.32
HSL 334º 0.27% 0.56% -
HSV(B) 334º 0.34% 0.68% -
XYZ 28.21 22.93 27.75 -
YUV 134.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 174 114 140 0 0.34 0.20 0.32 334 0.27 0.56
Hex AE 72 8C 0 22 14 20 14E 1B 38
Octal 256 162 214 0 42 24 40 516 33 70
Binary 10101110 1110010 10001100 0 100010 10100 100000 101001110 11011 111000

Color Harmonies of #AE728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE728C

Black with #AE728C

Text Example


Text Example

White with #AE728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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