Html Css Color HEX #AE628A Tapestry

📋 copy color: '#AE628A'

red 174 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #AE628A

Tints of Tapestry #AE628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 42.44%
G = 23.9%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE628A (or 0xAE628A) is known color: Tapestry. HEX triplet: AE, 62 and 8A. RGB value is (174,98,138). Sum of RGB (Red+Green+Blue) = 174+98+138=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE628A is #519D75. Grayscale: #7D7D7D. Windows color (decimal): -5348726 or 9069230. OLE color: 9069230.

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

Color convert

RGB 174 98 138 -
CMYK 0 0.44 0.21 0.32
HSL 328.42º 0.32% 0.53% -
HSV(B) 328.42º 0.44% 0.68% -
XYZ 26.41 19.57 26.43 -
YUV 125.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 174 98 138 0 0.44 0.21 0.32 328.42 0.32 0.53
Hex AE 62 8A 0 2C 15 20 148 20 35
Octal 256 142 212 0 54 25 40 510 40 65
Binary 10101110 1100010 10001010 0 101100 10101 100000 101001000 100000 110101

Color Harmonies of #AE628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE628A

Black with #AE628A

Text Example


Text Example

White with #AE628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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